File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Where `.spinner` references a html element by class name. You will have to add t
82
82
Use the documentation to learn how to use the new way of using these features:
83
83
84
84
* 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
86
86
87
87
Other extensions are now build-in as events:
88
88
@@ -99,7 +99,7 @@ Finally, the History Extension is dropped entirely.
99
99
100
100
### Methods
101
101
102
- * ` destroy ` method is removed
102
+ * ` destroy ` method is removed -> use [ unbind ] ( docs/methods.md#unbind )
103
103
* ` extension ` method is removed
104
104
* ` initialize ` method renamed to ` bind `
105
105
* ` reinitialize ` method is replaced by ` bind ` and ` unbind `
@@ -111,7 +111,6 @@ Finally, the History Extension is dropped entirely.
111
111
* ` render ` is renamed to ` append `
112
112
* ` rendered ` is renamed to ` appended `
113
113
* ` noneLeft ` is renamed to ` last `
114
- * ` ready ` is removed
115
114
116
115
Upgrade from 2.2 to 2.3
117
116
=======================
You can’t perform that action at this time.
0 commit comments