Skip to content

Releases: sciactive/pnotify

5.0.0-alpha.3

20 Feb 09:14
Compare
Choose a tag to compare
5.0.0-alpha.3 Pre-release
Pre-release
  • Fixed file imports.

5.0.0-alpha.2

20 Feb 08:37
Compare
Choose a tag to compare
5.0.0-alpha.2 Pre-release
Pre-release

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

5.0.0-alpha.1

20 Feb 08:21
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release
  • 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

24 Apr 22:09
Compare
Choose a tag to compare
  • 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

05 Dec 20:54
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release
  • Remove optional dependencies from package.json, so they don't get installed by default.

4.0.0-beta.1

24 Nov 03:05
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release
  • 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

17 May 18:14
Compare
Choose a tag to compare
4.0.0-alpha.4 Pre-release
Pre-release
  • 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

24 Apr 23:56
Compare
Choose a tag to compare
4.0.0-alpha.3 Pre-release
Pre-release
  • 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

14 Feb 22:00
Compare
Choose a tag to compare
4.0.0-alpha.2 Pre-release
Pre-release
  • 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

27 Jan 02:18
Compare
Choose a tag to compare
4.0.0-alpha.1 Pre-release
Pre-release
  • 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.