Releases: TemainfoSoftware/truly-ui
Releases · TemainfoSoftware/truly-ui
v4.1.2
v4.1.1
v4.1.0
v4.0.0
v3.18.0
v3.17.0
3.17.0 (2019-06-21)
Bug Fixes
- autocomplete: fix filter autocomplete to set array length while filtering. (4441446)
- chat-content: fix chat content getting undefined error when [from] contact is not available on message. (4ccc716)
- datable: fix datable recordCount (cda57fc)
- datatable: fix hide filter button on column when showFilter is passed (16a89cb)
- modal.service: fix method relative data source trying to set focus when there's no DataTable configurated (0ead181)
- permissions: fix filter of group deselecting existing checkbox (6f2740f)
- shortcut: fix shortcut not getting the right key when it has a lot of equal key registered on
Dom
(cdeb58c)
Features
- datable: add new propertie recordCount (4716845)
- datatable: create a method to set focus on last active index of datatable. (a213ff1)
- i18n: add language support to modal. (3b81bf4)
- modal: create relativeDataSource property to smartform that receives an DataTable instance to handle/set focus when modal is closed. (c968b93)
- schedule: add new propertie [eventButtonTemplate] to customize new Event Button (75f293d)
Performance Improvements
- datatable: change emit of method select row when keyup (b3dc7f7)
v3.16.0
3.16.0 (2019-05-13)
Bug Fixes
- cotextmenu: ajust paddin in children contextmenu (8c2bb9b)
- dialog: fix dialog confirmation callback's (2e78d9c)
- message-validation: add validation when it has an overlay already attach in some cases. (9366532)
- message-validation.directive: fix attaching overlay when component is already available. (6ee267a)
- messagev-validatio, password.validator: fix message validation not showing properly errors when field are with password validator. (a357319)
- schedule: change font size of component schedule (5e0fdf8)
- schedule: change font size of component schedule (a148b6e)
- schedule: change font size of component schedule (9c4bba5)
- schedule: change font size of component schedule (f1135a9)
- schedule: change font size of component schedule (d084eb3)
- schedule: change font size of component schedule (fa430dd)
- tabcontrol: remove services ( providers ) not used anymore. (07151ef)
Features
- autocomplete: add highlight on items filtered. (e7e46f8)
- chatlist: add field to filter contact on list. (1b37ee1)
- chatlist: add i18n language support to chat. (b813cd6)
- chatlist: create property id to chatlist. (3976bfc)
- context-menu: add iconColor property to ContextMenuInterface (5282eb2)
- contextmenu: add action to clear contextmenu on clicked (f45e174)
- contextmenu: create service to create contextmenu dynamically (b4aae2a)
- i18n: add chatlist languages support (4e4ad53)
- misc: create highlight pipe to highlight text on filter components. (cfdd43a)
- panelgroup: add box-sizing of panelgroup-content (e0b04ce)
- schedule: add new event to events contextmenu (7c872c9)
- sidebar: set default z-index (0632752)
v3.15.0
3.15.0 (2019-04-29)
Bug Fixes
- autocomplete: fix autocomplete changes of model when datasource is not available yet. (15084c7)
- badge: remove propertie color of tl-badge (8cf8198)
- calendar: fix calendar not setting date navigator when it initiated (e0d4329)
- chatlist: fix filter issues of datasources. (e0a6a48)
- datatable: change font-size of datatable (3a0eaf2)
- date: fix date validation of model. (8023bb6)
- date: fix input date not propagating on blur. (4d24515)
- date: fix validation of control when using reactive forms. (7379429)
- datepicker: fix datepicker not showing the right month on field description. (f727ae4)
- dropdownlist: fix dropdown not selecting item when component construct with value. (566e316)
- heading: fix width button new event (87c9bf5)
- input: fix input not propagating on blur. (72be875)
- loader: fix error in build (304eeac)
- modal: fix modal handling of backdrop with multiples modals. (916f88a)
- modal.service: fix modal zIndex overlaping cdk overlay container. (c153500)
- overlaypnel: remover input (665e351)
- schedule: fix first element not show when day view (6ac3e68)
- splitbutton: fix spitbutton not displaying the text (d148d29)
- switch: fix switch indicator not moving in straight line. (#290) (0116218)
- time-available-picker: fix selection with one time not emitting the values. (b42376f)
- time-available-picker: fix time available picker pushing content after first change. (0f95afb)
- time-available-picker: fix timepicker not cleaning selected array when availableTimes change. (811702d)
- time-picker: fix some issues related with model value and accessibility of timepicker (950740f)
- timepicker: fix leftpad when date time is 0 (9045ba0)
- timepicker: fix timepicker multiple changes of model not updating the description. (1d0dd2b)
- timepicker: fix timepicker not writing value properly (f0fae0b)
- value-acessor: fix value acessor date validation. (5f4b01e)
Features
- avatar: create propertie char of avatar (118809d)
- chat.service: create method to read all messages. (998ea30)
- chatlist: add event of (allReadMessages) to dispacth when messages change. (e39787c)
- chatlist: create a pipe that filter messages by date. (9b01873)
- chatlist: create property avatar to use a source image or gravatar email. (86a03e2)
- chatlist: create property to set loading messages. (3b94998)
- chatlist: create the chat content with all handles of messages. (4263489)
- datatable: ajust font-size (efd8945)
- i18n: add support to time available picker. (2689540)
- input: add property control to set a custom control on input, using the validation base of tl-input. (46664d1)
- input: create event that output value when mask is completed. (17a18e9)
- input-mask: create event 'complete' when mask is completed. (417981e)
- messagevalidation: create a message validation directive to create message validation component dynamically. (94697e2)
- overlaypanel: create propertie isOpen (c4aa7de)
- package-lock: update package-lock (7269a0d)
- public_api: export module loader (56af165)
- schedule: add propertie isLoading (a62b6de)
- time-available-picker: add loading when component it's waiting for the data. (0ad4955)
- timepicker: create property isoModel to handle iso date strings model values. (58c0ccb)
- timepicker: refator code of timepicker (d10509e)
v3.14.0
3.14.0 (2019-03-22)
Bug Fixes
- autocomplete: fix autocomplete issues on blur (4e245f8)
- autocomplete: fix autocomplete selecting while typing. (ab4f1ac)
- autocomplete: fix lazy load after searching on list. (28570ae)
- autocomplete: fix model changes when the data is not available yet. (c7e74d2)
- autocomplete: fix select on key enter not emitting the value. (7d5498a)
- autocomplete, multiselect: fix model changes to set as selected option. (8ce33e1)
- avatar: add height on gratavar (2b888cb)
- avatar: change element height (c2174dc)
- blockui: fix blockui positioning (0f7af36)
- calendar: fix error when date = null or undefined (a5b7e1c)
- datepicker: fix datepicker date masking and validation. (1cd86d7)
- dropdownlist: fix arrow alignment when label placement is "top". (6bbdaea)
- dropdownlist: fix disabled state of dropdownlist. (53b13c0)
- dropdownlist: fix dropdown label positioning. (b3a8045)
- dropdownlist: fix dropdown not setting custom width. (d1ce57f)
- dropdownlist: fix loading icon position. (fc27343)
- listbox: fix error ERROR TypeError: Cannot read property 'length' of undefined (8f473eb)
- listbox: fix listbox does not removing content after data changes. (4736bd2)
- listbox: fix listbox selection when item is not available (3bd13c4)
- listbox: fix overlay z-Index (bf265cd)
- multiselect: add multiselect model listen changes. (13944f7)
- overlay-list: fix focus bug of some components that use overlaylist. (d482183)
- overlay-list: fix grouping of list at loading element. (20e34f7)
- overlay-list: fix overlay list not selecting items correctly when with groups. (9477416)
- overlay-list: fix selection of item when with search input. (5c9f518)
- schedule: : Property 'length' does not exist on type 'WorkScaleType | WorkScaleType[]'. (f370f90)
- schedule: add elvis operator in tempalte of events (fa96b2c)
- schedule: change id manipulation of generate events services (36ed646)
- schedule: fix change date reload events (4016281)
- schedule: fix change dection of events and scales (74bd23c)
- schedule: fix erro ERROR Error: ViewDestroyedError: Attempt to use a destroyed view: detectChanges (43eecf9)
- schedule: fix error Cannot read property 'currentValue' of undefined (a6e638b)
- schedule: fix error Cannot read property 'currentValue' of undefined #2 (f4361e0)
- schedule: fix error ERROR TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) (8d40770)
- schedule: fix error on change date (5d0c5d9)
- schedule: fix error Property 'length' does not exist on type 'WorkScaleType | WorkScaleType[]'. (ccd1ef2)
- schedule: fix erros on change dectection (2fe0c9e)
- schedule: fix first reload (a19fb34)
- textarea: fix text area height (63c7b98)
- timepicker: fix alignment of ampm content (41fd5ef)
Features
- autocomplete: add close button on input when item is selected. (7537426)
- calendar: create status feature by [status] property. (2abcfcc)
- card: create card component (15a5999)
- dropdownlist: add selectItem event (cfa2350)
- dropdownlist, overlaylist: add groupBy feature to allow items groups. (f21affb)
- form: create loader when isLoading property is true (2f1937b)
- listbox: add event selectItem to dispatch when key enter is pressed. (9e631ea)
- loader: create loader component. (6721989)
- progressbar: add property shape to progressbar (be55249)
- schedule: add blockio when not found scale (c5026e0)
- schedule: add property text to add translations (56c1a2e)
- schedule: fix new positions of tooltip (062d6a3)