Noty Versions Save

⛔️ DEPRECATED - Dependency-free notification library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.

v3.2.0-beta

6 years ago

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

6 years ago
  • 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

6 years ago
  • Rework types to support global & AMD use cases with Typescript

v3.1.2

6 years ago
  • Type definitions
  • New documentation page
  • BrowserStack tests

v3.1.1

6 years ago
  • visibilityControl behaviour fix
  • progressbar fix

v3.1.0

7 years ago
  • switched to es6-promise & babel-polyfill removed.
  • visibilityControl option added

v3.1.0-beta

7 years ago

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

7 years ago
  • 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

7 years ago
  • 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

7 years ago
  • Performance improvements for progressbar flow (interval is removed, using only css transition for animation)