v0.8.0 - v0.8.6
⚠ Breaking Changes ⚠
The v0.8.0
release contains backwards-incompatible changes. Since this library has not yet released a version 1.0.0, these changes have been released under a new minor version (as recommended by npm). You should either be pinning the exact version of this library in your package.json
file or be using a version range syntax that only accepts patch upgrades such as ~0.8.0
see the documentation about semver for more information.
Added
- Toast component
- Click to close toast
- Alerts controller (previously Notifications)
- Button colour: white
- Soundscape pause function
- Soundscape resume function
Changed
This update contains a major change to the Notifications (now Alerts) controller. The NotifyJS library has renamed "toast" to "notifications" and has added dedicated "toast" support.
- Updated to latest NotifyJS version
- new Toast support
- new code splitting (internal change)
Fixed
- Several
callback is not of type function
bugs:- modals
- textarea
- select
- inputs (all types)
- Soundscape controller playback issues
- Soundscape would start playback of disabled sounds if loaded twice
Removed
- Notifications controller (renamed to Alerts)