All Versions
10
Latest Version
Avg Release Cycle
34 days
Latest Release
2548 days ago
Changelog History
Changelog History
-
v3.2.0-beta Changes
December 21, 2017๐ Fixes;
- #361 Question: clear/delete queued notys enhancement
- #362 Custom ID breaks MaxVisible
- ๐ #389 SCSS File Separation & variable prefixes
- #399 We should have access to Noty object in button's callback function (first parameter)
- #412 Confirmation modal doesn't dismiss if animation: false
- #419 ReferenceError: document is not defined
-
v3.1.4 Changes
December 13, 2017- โ Added accessibility attributes to expose notifications to screenreader users.
- ๐ Fixes #410, Prevents visibilityChangeFlow() from crashing execution in unsupported browsers.
- Light theme added
-
v3.1.3 Changes
September 20, 2017- ๐ Rework types to support global & AMD use cases with Typescript
-
v3.1.2 Changes
July 27, 2017- Type definitions
- ๐ New documentation page
- โ BrowserStack tests
-
v3.1.1 Changes
July 12, 2017- visibilityControl behaviour fix
- progressbar fix
-
v3.1.0 Changes
April 26, 2017- ๐ switched to es6-promise & babel-polyfill removed.
- visibilityControl option added
-
v3.1.0-beta Changes
April 18, 2017๐ It's a pre-release!
- modal option support
- ๐ Better page visibility flow
- sounds option support with conditions ('docVisible', 'docHidden')
- titleCount option support with conditions ('docVisible', 'docHidden')
- Now uses Promises for show & close flows with babel-polyfill (this will prevent some bugs)
- New theme nest (It's first stacked view theme, you should check, it's cool)
- and FINALLY Web Push Notifications support with Service Workers
Development
- โ Switched to Qunit & SauceLabs for cross-browser automated tests
- Prettier with Standard <3
-
v3.0.1 Changes
April 13, 2017- max-width for layouts (mobile)
- ๐ fix for blurry centered layouts #351
- ๐ better class replacements for setText, setTheme
- โฑ setTimeout API for on the fly timeout changes
- ๐ Function supports for animation.open & close properties
- Demo added for bounce.js, mo.js, velocity.js usages
development
- โ switched to ava for tests
-
v3.0.0 Changes
April 12, 2017- No jQuery dependency
- No JS themes, layouts, animations (all CSS now)
- ๐ New named queue system
- 2 New theme: mint, sunset
- ๐ New API methods: stop, resume
- ๐ New callbacks, onHover, onTemplate
-
v2.4.1 Changes
February 16, 2017- ๐ Performance improvements for progressbar flow (interval is removed, using only css transition for animation)