Skip to content

Releases: needim/noty

v3.2.0-beta

21 Dec 01:29
Compare
Choose a tag to compare

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

13 Dec 20:39
Compare
Choose a tag to compare
  • 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

20 Sep 13:22
Compare
Choose a tag to compare
  • Rework types to support global & AMD use cases with Typescript

v3.1.2

27 Jul 17:47
Compare
Choose a tag to compare
  • Type definitions
  • New documentation page
  • BrowserStack tests

v3.1.1

12 Jul 00:16
Compare
Choose a tag to compare
  • visibilityControl behaviour fix
  • progressbar fix

v3.1.0

26 Apr 05:09
Compare
Choose a tag to compare
  • switched to es6-promise & babel-polyfill removed.
  • visibilityControl option added

v3.1.0-beta

18 Apr 20:18
Compare
Choose a tag to compare
v3.1.0-beta Pre-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 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

13 Apr 15:29
Compare
Choose a tag to compare
  • 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

12 Apr 06:27
Compare
Choose a tag to compare
  • 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

16 Feb 03:28
Compare
Choose a tag to compare
  • Performance improvements for progressbar flow (interval is removed, using only css transition for animation)