- Notifications
You must be signed in to change notification settings - Fork1k
Releases: needim/noty
Releases · needim/noty
v3.2.0-beta
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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
Assets2
1 person reacted
v3.1.4
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Added accessibility attributes to expose notifications to screenreader users.
- Fixes #410, Prevents visibilityChangeFlow() from crashing execution in unsupported browsers.
- Light theme added
Assets2
v3.1.3
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Rework types to support global & AMD use cases with Typescript
Assets2
v3.1.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Type definitions
- New documentation page
- BrowserStack tests
Assets2
v3.1.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- visibilityControl behaviour fix
- progressbar fix
Assets2
v3.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- switched to es6-promise & babel-polyfill removed.
- visibilityControl option added
Assets2
v3.1.0-beta
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v3.1.0-betaPre-release
Pre-release
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 themenest (It's first stacked view theme, you should check, it's cool)
- andFINALLY Web Push Notifications support with Service Workers
Development
- Switched to Qunit & SauceLabs for cross-browser automated tests
- Prettier with Standard <3
Assets2
v3.0.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 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
Assets2
v3.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 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
Assets2
v2.4.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Performance improvements for progressbar flow (interval is removed, using only css transition for animation)