Releases: sciactive/pnotify
Releases · sciactive/pnotify
5.0.0-alpha.3
- Fixed file imports.
5.0.0-alpha.2
Exactly the same as 5.0.0-alpha.1, but with the files built in production mode.
(-_(\
5.0.0-alpha.1
- 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
4.0.0-beta.2
- Remove optional dependencies from package.json, so they don't get installed by default.
4.0.0-beta.1
4.0.0-alpha.4
- 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
- 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
- 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
- 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
andtitle_escape
have been replaced bytrust_text
andtrust_title
, and the default behavior changed.insert_brs
option has gone away. (Text and title now havewhite-space: pre-line;
.)- The default width was raised from 300px to 360px.