Releases: sciactive/pnotify
5.2.0
- Stack swap and events.
- Notice open/close returns a promise now.
- Roboto font support for Material theme.
- New Paginate module to show pagination buttons and stack notice count.
- New Angeler theme, designed by Angela Murrell.
- Stacks can now be unpositioned, meaning notices flow in the normal flow.
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
PNotify 5!
v5 is here! With many awesome new features, including dark mode and the brand new Modalish flow!
This release has a ton of breaking changes since v4. They are listed in the migration doc:
https://github.com/sciactive/pnotify/blob/79fc63951e7e673b78b1edb6d44c421acf22faf6/MIGRATING.md
Be sure to also read the updated README:
https://github.com/sciactive/pnotify/blob/79fc63951e7e673b78b1edb6d44c421acf22faf6/README.md
There is a new process to install PNotify with only the modules you need, so migrating to the new individual packages is recommended.
I hope you all enjoy the wealth of new features (and bugfixes)!
- Hunter Perrin
4.0.1
5.0.0-alpha.6
- Broke out PNotify and its modules into their own packages.
# Install the packages you need individually.
# You definitely need this one.
npm install --save-dev @pnotify/core
# These are the optional ones.
npm install --save-dev @pnotify/animate
npm install --save-dev @pnotify/bootstrap3
npm install --save-dev @pnotify/bootstrap4
npm install --save-dev @pnotify/confirm
npm install --save-dev @pnotify/desktop
npm install --save-dev @pnotify/font-awesome4
npm install --save-dev @pnotify/font-awesome5
npm install --save-dev @pnotify/font-awesome5-fix
npm install --save-dev @pnotify/glyphicon
npm install --save-dev @pnotify/mobile
# ...
# Or, you can install this to get them all (if you're lazy).
npm install --save pnotify
5.0.0-alpha.5
Same as the last release, but with the built files actually in UMD format.
5.0.0-alpha.4
- A lot more changes to options and package structure.
- Everything you wrote before is broken now.
- Read the migration doc.
https://github.com/sciactive/pnotify/blob/50f7b7c00747d7eeb957d0e3c664fac3e15c087d/MIGRATING.md