You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
* The new modalish flow is the default flow. The default stack is configured to use it. To go back to the old behavior, use `PNotify.defaultStack.maxOpen = Infinity; PNotify.defaultStack.modal = false;`.
9
9
* Using the factory functions is required. Using the `new` keyword will break your notice.
10
10
* IIFE scripts have been replaced with UMD scripts, since static methods and properties are now module exports.
11
-
* The deprecated `remove()`, `removeAll()`, `cancelRemove()`, etc. methods have been removed. (Use `close()`, `stack.closeAll()`, `cancelClose()`.)
11
+
* The deprecated `remove()`, `removeAll()`, `cancelRemove()`, etc. methods have been removed. (Use `close()`, `stack.close()`, `cancelClose()`.)
12
12
* The `autoDisplay` option has been renamed `autoOpen`.
13
13
* There is no longer a global array, and therefore, no longer `closeAll()` and `positionAll()` methods.
0 commit comments