Skip to content

Commit f719bc3

Browse files
committed
Update migration doc.
1 parent 456f610 commit f719bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* 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;`.
99
* Using the factory functions is required. Using the `new` keyword will break your notice.
1010
* 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()`.)
1212
* The `autoDisplay` option has been renamed `autoOpen`.
1313
* There is no longer a global array, and therefore, no longer `closeAll()` and `positionAll()` methods.
1414
* Stacks use a `Stack` class now.

0 commit comments

Comments
 (0)