Skip to content

Releases: notiflix/Notiflix

v3.0.1

10 May 20:26
Compare
Choose a tag to compare
  • Changed: Notiflix.Notify: Init() function name changed to init().

  • Changed: Notiflix.Notify: Merge() function name changed to merge().

  • Changed: Notiflix.Notify: Success() function name changed to success().

  • Changed: Notiflix.Notify: Failure() function name changed to failure().

  • Changed: Notiflix.Notify: Warning() function name changed to warning().

  • Changed: Notiflix.Notify: Info() function name changed to info().

  • Changed: Notiflix.Report: Init() function name changed to init().

  • Changed: Notiflix.Report: Merge() function name changed to merge().

  • Changed: Notiflix.Report: Success() function name changed to success().

  • Changed: Notiflix.Report: Failure() function name changed to failure().

  • Changed: Notiflix.Report: Warning() function name changed to warning().

  • Changed: Notiflix.Report: Info() function name changed to info().

  • Changed: Notiflix.Confirm: Init() function name changed to init().

  • Changed: Notiflix.Confirm: Merge() function name changed to merge().

  • Changed: Notiflix.Confirm: Show() function name changed to show().

  • Changed: Notiflix.Confirm: Ask() function name changed to ask().

  • Changed: Notiflix.Loading: Init() function name changed to init().

  • Changed: Notiflix.Loading: Merge() function name changed to merge().

  • Changed: Notiflix.Loading: Standard() function name changed to standard().

  • Changed: Notiflix.Loading: Hourglass() function name changed to hourglass().

  • Changed: Notiflix.Loading: Circle() function name changed to circle().

  • Changed: Notiflix.Loading: Arrows() function name changed to arrows().

  • Changed: Notiflix.Loading: Dots() function name changed to dots().

  • Changed: Notiflix.Loading: Pulse() function name changed to pulse().

  • Changed: Notiflix.Loading: Custom() function name changed to custom().

  • Changed: Notiflix.Loading: Notiflix() function name changed to notiflix().

  • Changed: Notiflix.Loading: Remove() function name changed to remove().

  • Changed: Notiflix.Loading: Change() function name changed to change().

  • Changed: Notiflix.Block: Init() function name changed to init().

  • Changed: Notiflix.Block: Merge() function name changed to merge().

  • Changed: Notiflix.Block: Standard() function name changed to standard().

  • Changed: Notiflix.Block: Hourglass() function name changed to hourglass().

  • Changed: Notiflix.Block: Circle() function name changed to circle().

  • Changed: Notiflix.Block: Arrows() function name changed to arrows().

  • Changed: Notiflix.Block: Dots() function name changed to dots().

  • Changed: Notiflix.Block: Pulse() function name changed to pulse().

  • Changed: Notiflix.Block: Remove() function name changed to remove().

  • Changed: Notiflix.Notify.* module: useGoogleFont options has been deprecated.

  • Changed: Notiflix.Report.* module: useGoogleFont options has been deprecated.

  • Changed: Notiflix.Confirm.* module: useGoogleFont options has been deprecated.

  • Changed: Notiflix.Loading.* module: useGoogleFont options has been deprecated.

  • Changed: Notiflix.Block.* module: useGoogleFont options has been deprecated.

  • Added: TypeScript declaration has added.

  • Changed: index.d.ts file has added to the NPM.

  • Changed: Code Review.

v2.7.0

18 Dec 23:27
Compare
Choose a tag to compare
  • Added: Notiflix.Notify.* module: The pauseOnHover option has been added. The default value is true. Auto-remove functionality will be paused for each notification element when the pointer(mouse) enters the notification if this option has been set as true.

  • Changed: Notiflix.Notify.* module: Display improvements.

  • Changed: Notiflix.Block.* module: Code Review.

v2.6.0

11 Oct 19:43
Compare
Choose a tag to compare
  • Fixed: Notiflix.Confirm.* module: display and position issues have been fixed.

  • Added: Notiflix.Confirm.* module: New position settings have been added. center-bottom, right-center, and left-center.

  • Changed: Notiflix.Report.* module: display and position improvements.

  • Changed: Notiflix.Block.* module: Code Review.

v2.5.0

01 Oct 00:32
Compare
Choose a tag to compare
  • Added: Notiflix.Confirm.* module: The options parameter has been added to extend the initialize settings with new options for each Confirm Box.

  • Added: Notiflix.Confirm.* module: The .Ask() function has been added.

    • Notiflix.Confirm.Ask() function can be used to prevent the accidental click to the Ok button by the user before answering a simple question that has been created by you. (Please click here to see an example of usage.)
  • Changed: All the SVG icons have been compressed to reduce the file size as much as it can be.

v2.4.0

12 Aug 22:56
Compare
Choose a tag to compare

Added: "Notiflix.Loading.*" module: The "message" parameter has been extended, and the "options" parameter has been added.

Added: "Notiflix.Block.*" module: The "message" parameter has been extended, and the "options" parameter has been added.

Changed: Code Review.

v2.3.3

29 Jun 19:53
Compare
Choose a tag to compare

Changed: Code Review.
Changed: Prefixes for CSS.

v2.3.2

18 Jun 16:12
Compare
Choose a tag to compare

Fixed: "Notiflix.Block.*" module, "Remove()" function fixes and improvements for Internet Explorer(10+) compatibility.

Changed: "notiflix-aio.js" file has been moved from "src" to "src/all-in-one" folder.

v2.3.1

10 Jun 21:43
Compare
Choose a tag to compare

Changed: "Notiflix.Notify.*" module, "callback" and "options" parameters have been changed.

Changed: "Notiflix.Report.*" module, "callback" and "options" parameters have been changed.

Changed: Code Review.

v2.3.0

10 Jun 19:07
Compare
Choose a tag to compare
v2.3.0 Pre-release
Pre-release

(This package has been deprecated.)

Added: "Notiflix.Notify.*" module, "optionsOrCallback" parameter has been added.

Added: "Notiflix.Report.*" module, "optionsOrCallback" parameter has been added.

Changed: Code Review.

v2.2.1

09 Jun 20:10
Compare
Choose a tag to compare

Changed: "Notiflix.Notify.*" module, CSS animation improvements.