Skip to content

v3.14.0

Compare
Choose a tag to compare
@abalad abalad released this 22 Mar 20:18
· 784 commits to master since this release

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)