Releases: TemainfoSoftware/truly-ui
Releases · TemainfoSoftware/truly-ui
v3.3.0
v3.2.0
v3.1.0
v3.0.0
3.0.0 (2018-08-06)
Bug Fixes
- fix files for ci (b4c1175)
- datapicker: remove datepicker event keyboard propagation. (3afbbdd)
- public_api: export ToasterService not imported before. (f6dbf1c)
- validations: fix input validations not working with reactive forms. (2743fa9)
Code Refactoring
- messageValition: refactor message validation usage. (d64b8b6)
Features
- dialog: add property closeOnOK to modal-options class (64a7f1a)
- dropdownicon: create dropdownicon component. (4b68003)
- dropdownlist: add a default option (null) to the list. (b54bd70)
- form: add formGroup input property to form. (d8c8a61)
- modal: add new parameter to pass an string identifier to modal. (bf871e4)
- multiselect: add keyValue property to control the model. (8de5e1d)
- schedule: add output event for newEvent (67ad16e)
BREAKING CHANGES
- messageValition: Removed messageValidation directive, now the functionality is approached by using the [showValidations] property on Input components.
v2.32.1
v2.32.0
2.32.0 (2018-07-23)
Bug Fixes
- fix files for ci (62a1277)
- autocomplete: fix autocomplete positioning that getting wrong sometimes. (c793421)
- buttongroup: fix event click (da44980)
- datepicker: fix datepicker day selected emitting wrong. (cbe71c8)
- i18n: fix calendar names of days (c1eb92f)
- i18n: fix exports for public_api (dc82b4e)
- theming: fix color of disabled (401c049)
- timepicker: fix timepicker alignment. (1979df7)
- timepicker: fix timepicker change time while typing on input. (2201556)
- tooltip: fix slow changes in tooltip (85a44b2)
Features
- i18n: add internationalization in component datatable (24958f3)
- i18n: add internationalization in component form (8b41e01)
- i18n: add internationalization in component litbox and autocomplete (94ec5eb)
- i18n: add internationalization validators (48793ee)
- i18n: adicionar internacionalização no component dialog (0b95e38)
- i18n: create feature of internacionalization (2d00064)
- input: add cdkOverlayOrigin directive on input and create event output. (705206b)
- input: create input blur event emitter. (fdc8156)
- timepicker: add timepicker theme structure. (ff65a87)
- timepicker: create and implement timepicker component. (4fe29b5)
- timepicker: create small 12hrs dial. (7514af1)