This repository was archived by the owner on Oct 5, 2022. It is now read-only.
v0.1.0
Whoah, two versions in one day.
Welcome to version 0.1.0! 🎉
There have been quite a few changes between 0.0.6 and 0.1.0, however many are minor or internal changes...
The key changes for this version are as follows:
- Theming has once again been overhauled, with more of a focus on the internal function of it. They now work from a base JS class instead of being pre-defined in the CSS which means in the future it will be far easier to add new themes and allow user customisation.
- The long standing bug where if you attempted to drag a notification whilst it was completing its dismissal animation it would bug out and get very confused has now been fixed in this version. (#11)
- Full documentation for the behaviour of
Link
options is now on the website, this describes the usage ofnull
,"#"
, string URLs & Javascript functions as callbacks for these options. (#19) - The main body link & link on the icon both now have the
Dismiss
option, alike to the two buttons, which allows users to disable the notification being dismissed when a user clicks on this link element. - Section links are now available on the site, you can see them by hovering over a heading on the website. (#20)
For a full list of changes, please see the 0.1.0 pull request: #22