Releases: needim/noty
Releases · needim/noty
v3.2.0-beta
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
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.1.0-beta
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
- 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