Releases: MattIPv4/macOSNotifJS
v0.1.1
Version 0.1.1
JSDoc! All methods in all the classes of the source code are now properly documented with JSDoc.
The JSDoc for the main class is also now being exported to the website, so you can view the full API of a notification through the website: https://macosnotif.js.org/docs/macosnotif/0.1.1/
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
v0.0.6
🎉 A new release is upon us, version 0.0.6.
The main change in this version is improved browser compatibility!
We now have a new font building process which means the fonts included in the dist folder use much more modern formats. In addition, we are now building in more polyfills to the JS, allowing it to work on far more browsers
A full list of changes can be found in the 0.0.6 pull request at #17
v0.0.5
Welcome to the 0.0.5 release of macOSNotifJS.
Evidently, I never released 0.0.1->0.0.4, so lots of things have changed.
Please take a read of the macOSNotifJS website to see how the library works now and what options are available for you to use when creating new notifications.