v0.9.5
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
- Added
- Modal
- Select
- Added support for hidden labels in multi select (thanks to @mcosta74, closes #188)
- Fixed
ngModel
not clearing whenundefined
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
- Added Australian locale (thanks to @trevordaniels)
- Dimmer
- Fixed transition being applied when initially dimmed
- Message
- 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)
- Replaced