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: docs/migrate-from-2.x-to-3.0.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@
12
12
**Please follow the migration guide within the docs of `matestack-ui-vuejs` when using reactivity features of `matestack-ui-core` 2.x**
13
13
{% endhint %}
14
14
15
+
## Remove `matestack-ui-core` JavaScript package
16
+
17
+
-`matestack-ui-core` does not ship a JavaScript package anymore
18
+
- please remove the package from your application and switch to `matestack-ui-vuejs` for the VueJs driven reactivity if required
19
+
20
+
```
21
+
yarn remove matestack-ui-core
22
+
```
23
+
15
24
## `Matestack::Ui::App` is now called `Matestack::Ui::Layout`
16
25
17
26
*`Matestack::Ui::App` was always meant to be a layout wrapping pages, but was supercharged with some vuejs logic before splitting the `core` and `vuejs` repos
0 commit comments