All Versions
36
Latest Version
Avg Release Cycle
62 days
Latest Release
1266 days ago

Changelog History
Page 1

  • v5.2.0 Changes

    November 06, 2020

    ๐Ÿ› Bug Fixes

    • correct color on custom icons in Bright Theme (a985f98)
    • ๐Ÿ›  fix a commit dependency issue (c086a88)
    • ๐Ÿ›  fix an issue with Countdown module not updating bar (860ef8e)
    • ๐Ÿ›  fix Angeler theme Confirm module placement (51f3e44)
    • ๐Ÿ›  fix countdown bar appearance in Angeler theme (ec5d7f1)
    • ๐Ÿ›  fix positioning of fallback desktop notice in modalish stacks (66ea908)
    • ๐Ÿ›  fix some styling issues on masking and immediate close (6c3bfbc)

    ๐Ÿ”‹ Features

    • โž• add Angeler theme (d9f9721)
    • โž• add new Paginate module for navigating notices in the stack (92fda56)
    • โž• add Roboto font support to Material style (e7e09c3)
    • โž• add stack swapping, stack events, and notice open/close promises (f542597)
    • let notices be placed in the normal flow in unpositioned stacks (cc7fec3)
  • v5.1.2 Changes

    April 29, 2020
    • ๐Ÿ— Build with Rollup instead of Webpack. (Reduces file size of build files.)
  • v5.1.1 Changes

    April 27, 2020

    ๐Ÿ› Bug Fixes

    • font awesome fix changing from fa icon (33b3733)
    • font awesome icon change after the first change (1d9239d), closes #391
    • โœ‚ remove erroneous fa5 fix file from fa5 module (642facf)
    • reverse colors on countdown bar (2ebc862), closes #390
    • ๐Ÿ— run build js through babel (edd8ce7), closes #389
  • v5.1.0 Changes

    April 21, 2020

    ๐Ÿ”‹ Features

    • core: add type declaration core (be78dbf), closes #366
    • โž• add almost working types to modules (82c5ce3)
    • complete types for modules and core (9b04b0f), closes #366
  • v5.0.1 Changes

    April 18, 2020

    ๐Ÿ› Bug Fixes

    • correct runtime dependencies (65fe80f)
  • v5.0.0 Changes

    April 17, 2020

    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/1e71f504ab2f20dbf7d6167b707d5f5afaecff22/MIGRATING.md

    โšก๏ธ Be sure to also read the updated README:
    https://github.com/sciactive/pnotify/blob/1e71f504ab2f20dbf7d6167b707d5f5afaecff22/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
  • v5.0.0-alpha.7 Changes

    April 03, 2020

    ๐Ÿ”‹ Features

    • โž• add infinite timer support. closes #385 (92ae3ef)
  • v5.0.0-alpha.6 Changes

    February 29, 2020
    • ๐Ÿ“ฆ 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

  • v5.0.0-alpha.5 Changes

    February 28, 2020

    ๐Ÿš€ Same as the last release, but with the built files actually in UMD format.

  • v5.0.0-alpha.4 Changes

    February 28, 2020
    • ๐Ÿ“ฆ 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