All Versions
10
Latest Version
Avg Release Cycle
34 days
Latest Release
2317 days ago

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)