Releases: notiflix/Notiflix
v3.0.1
-
Changed:
Notiflix.Notify
:Init()
function name changed toinit()
. -
Changed:
Notiflix.Notify
:Merge()
function name changed tomerge()
. -
Changed:
Notiflix.Notify
:Success()
function name changed tosuccess()
. -
Changed:
Notiflix.Notify
:Failure()
function name changed tofailure()
. -
Changed:
Notiflix.Notify
:Warning()
function name changed towarning()
. -
Changed:
Notiflix.Notify
:Info()
function name changed toinfo()
. -
Changed:
Notiflix.Report
:Init()
function name changed toinit()
. -
Changed:
Notiflix.Report
:Merge()
function name changed tomerge()
. -
Changed:
Notiflix.Report
:Success()
function name changed tosuccess()
. -
Changed:
Notiflix.Report
:Failure()
function name changed tofailure()
. -
Changed:
Notiflix.Report
:Warning()
function name changed towarning()
. -
Changed:
Notiflix.Report
:Info()
function name changed toinfo()
. -
Changed:
Notiflix.Confirm
:Init()
function name changed toinit()
. -
Changed:
Notiflix.Confirm
:Merge()
function name changed tomerge()
. -
Changed:
Notiflix.Confirm
:Show()
function name changed toshow()
. -
Changed:
Notiflix.Confirm
:Ask()
function name changed toask()
. -
Changed:
Notiflix.Loading
:Init()
function name changed toinit()
. -
Changed:
Notiflix.Loading
:Merge()
function name changed tomerge()
. -
Changed:
Notiflix.Loading
:Standard()
function name changed tostandard()
. -
Changed:
Notiflix.Loading
:Hourglass()
function name changed tohourglass()
. -
Changed:
Notiflix.Loading
:Circle()
function name changed tocircle()
. -
Changed:
Notiflix.Loading
:Arrows()
function name changed toarrows()
. -
Changed:
Notiflix.Loading
:Dots()
function name changed todots()
. -
Changed:
Notiflix.Loading
:Pulse()
function name changed topulse()
. -
Changed:
Notiflix.Loading
:Custom()
function name changed tocustom()
. -
Changed:
Notiflix.Loading
:Notiflix()
function name changed tonotiflix()
. -
Changed:
Notiflix.Loading
:Remove()
function name changed toremove()
. -
Changed:
Notiflix.Loading
:Change()
function name changed tochange()
. -
Changed:
Notiflix.Block
:Init()
function name changed toinit()
. -
Changed:
Notiflix.Block
:Merge()
function name changed tomerge()
. -
Changed:
Notiflix.Block
:Standard()
function name changed tostandard()
. -
Changed:
Notiflix.Block
:Hourglass()
function name changed tohourglass()
. -
Changed:
Notiflix.Block
:Circle()
function name changed tocircle()
. -
Changed:
Notiflix.Block
:Arrows()
function name changed toarrows()
. -
Changed:
Notiflix.Block
:Dots()
function name changed todots()
. -
Changed:
Notiflix.Block
:Pulse()
function name changed topulse()
. -
Changed:
Notiflix.Block
:Remove()
function name changed toremove()
. -
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
-
Added:
Notiflix.Notify.*
module: ThepauseOnHover
option has been added. The default value istrue
. Auto-remove functionality will be paused for each notification element when the pointer(mouse) enters the notification if this option has been set astrue
. -
Changed:
Notiflix.Notify.*
module: Display improvements. -
Changed:
Notiflix.Block.*
module: Code Review.
v2.6.0
-
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
, andleft-center
. -
Changed:
Notiflix.Report.*
module: display and position improvements. -
Changed:
Notiflix.Block.*
module: Code Review.
v2.5.0
-
Added:
Notiflix.Confirm.*
module: Theoptions
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
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.