Skip to content

v0.9.5

Compare
Choose a tag to compare
@edcarroll edcarroll released this 14 Aug 14:27
· 35 commits to master since this release

0.9.5 is here and it brings a host of bugfixes, as well as a few new features. Massive thank you to @mcosta74 and @harogaston for their work on this release πŸŽ‰

  • Datepicker
    • Added support for 12 hour time display (thanks to @harogaston, closes #164)
    • Added pickerInitialDate property, allowing you to change the date the datepicker initially opens on (thanks to @harogaston, addresses #165)
    • Fixed datepicker calendar headers not conforming to locale configuration (thanks to @harogaston)
    • Fixed duplication issue when rapidly opening and closing the picker
  • Popup
    • Added popupTemplateContext property, allowing you to bind a variable to the popup template (closes #127)
    • Fixed elements in template not being focusable (closes #200)
    • Fixed performance issues with large numbers of popups on a page (closes #194)
    • Fixed navigating during delay causing destroyed view errors (closes #189)
    • Fixed conflict with BrowserAnimationsModule (closes #204)
    • Fixed rare destroyed view errors
  • Modal
    • Added support for mini and tiny sizes (thanks to @mcosta74, closes #203)
    • Fixed modals reappearing after navigating upon dismiss (closes #186)
    • Fixed scrolling support for long modals (closes #126)
    • Fixed aggressive autofocus occasionally causing changed after checked errors
  • Select
    • Added support for hidden labels in multi select (thanks to @mcosta74, closes #188)
    • Fixed ngModel not clearing when undefined passed (thanks to @lialosiu)
    • Fixed selected options not updating when options are updated (closes #206)
    • Fixed labels not updating when using OnPush change detection (closes #213)
  • Localization
  • Dimmer
    • Fixed transition being applied when initially dimmed
  • Message
    • Fixed styling on icon messages (thanks to @mcosta74, closes #192)
  • Dropdown
    • Fixed error thrown when trying to keyboard navigate an empty dropdown
  • General
    • Replaced FocusEvent with a custom interface to support UC browser (closes #202)