v0.7.0
This release contains quite a few breaking changes. This is because I'm refactoring the old parts code base to the standards of the newer components, and ensuring that there is maximum consistency between all of the components. I'd rather be doing all of these changes now, rather than after it has hit 1.0.0
.
- Search
- Fixed search not opening on mouse click
- Renamed
onItemSelected
toitemSelected
BREAKING
- Dropdown
- Keyboard navigation now automatically scrolls selected item into view (closes #33)
- Tab
- Renamed
onActivate
toactivate
BREAKING - Added
deactivate
event that fires when a tab deactivates
- Renamed
- Progress
- Fixed progress not going automatically green when maximum > 100
- Fixed progress precision not updating until value changes
- Renamed
progress
toshowProgress
BREAKING
- Rating
- Renamed
max
tomaximum
for consistency with progress component BREAKING
- Renamed
- Message
- Renamed
onDismiss
todismiss
BREAKING
- Renamed
- Collapse
- Removed reliance on external web animations polyfill - now included with the library, so external references to it (if used) can be removed.