Pnotify Versions Save

Beautiful JavaScript notifications with Web Notifications support.

5.0.0-alpha.3

4 years ago
  • Fixed file imports.

5.0.0-alpha.2

4 years ago

Exactly the same as 5.0.0-alpha.1, but with the files built in production mode. (-_(\

5.0.0-alpha.1

4 years ago
  • So many breaking changes from v4.

They're all listed in the migration doc: https://github.com/sciactive/pnotify/blob/8f6d3806ae3962b60d856f750ca1ad2ffe721126/MIGRATING.md (corrected)

And don't forget the README for this version: https://github.com/sciactive/pnotify/blob/456f6106c5080f50c99f025047b6f6609837f6db/README.md

4.0.0

5 years ago
  • Added focus control option in Confirm module.

Stable release of v4. Be sure to read the docs about migrating from v3.

4.0.0-beta.2

5 years ago
  • Remove optional dependencies from package.json, so they don't get installed by default.

4.0.0-beta.1

5 years ago
  • Move peerDependencies to optionalDependencies. Closes #348.
  • Target elements inside notices for defining colors. Fixes #341
  • Focus first button or promptTrigger button on modal confirm dialog. Fixes. #229.

4.0.0-alpha.4

5 years ago
  • Fixed styling on Material notices with just titles.
  • Fixed module imports in Webpack.
  • UMD modules now don't require ".default".

4.0.0-alpha.3

6 years ago
  • Add icon container ref.
  • Translate prompt_default to promptValue in PNotifyCompat.
  • Document icon container.
  • Don't create title/text elements if they are off.
  • Main file in package.json should be UMD.
  • NonBlock module rewritten to use NonBlock.js.
  • Changed the Material style module to no longer import Google fonts.
  • Migrate to Svelte v2.
  • Fixed Desktop module icon option.

4.0.0-alpha.2

6 years ago
  • Make sure PNotify works even if Array.prototype is edited.
  • Update Animate module speeds. Fixes #296.
  • Remove modal overlay element instead of hiding. Closes #301. Also fixed broken visibility detection.
  • Fixed NonBlock and Desktop module breaking when desktop notice is clicked. Fixes #154.
  • Added support for RTL languages. Closes #181.
  • Migrated all options to camelCase instead of snake_case. Closes #329.
  • New Compat module for running v3 code with v4.

4.0.0-alpha.1

6 years ago
  • jQuery is no longer required. v4 doesn't require any libraries, actually.
  • It's built using Svelte, which means it compiles down to vanilla JS.
  • PNotify now has an ES6 module build.
  • text_escape and title_escape have been replaced by trust_text and trust_title, and the default behavior changed.
  • insert_brs option has gone away. (Text and title now have white-space: pre-line;.)
  • The default width was raised from 300px to 360px.