Skip to content

Commit 1354067

Browse files
committed
fixed upgrade
1 parent ec25c20 commit 1354067

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

UPGRADE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Where `.spinner` references a html element by class name. You will have to add t
8282
Use the documentation to learn how to use the new way of using these features:
8383

8484
* Spinner Extension -> [spinner](docs/options.md#spinner) options
85-
* Trigger Extension -> [spinner](docs/options.md#trigger) options
85+
* Trigger Extension -> [trigger](docs/options.md#trigger) options
8686

8787
Other extensions are now build-in as events:
8888

@@ -99,7 +99,7 @@ Finally, the History Extension is dropped entirely.
9999

100100
### Methods
101101

102-
* `destroy` method is removed
102+
* `destroy` method is removed -> use [unbind](docs/methods.md#unbind)
103103
* `extension` method is removed
104104
* `initialize` method renamed to `bind`
105105
* `reinitialize` method is replaced by `bind` and `unbind`
@@ -111,7 +111,6 @@ Finally, the History Extension is dropped entirely.
111111
* `render` is renamed to `append`
112112
* `rendered` is renamed to `appended`
113113
* `noneLeft` is renamed to `last`
114-
* `ready` is removed
115114

116115
Upgrade from 2.2 to 2.3
117116
=======================

0 commit comments

Comments
 (0)