Skip to content

Commit cb5c9c2

Browse files
committed
added note about removing matestack-ui-core js package
1 parent a64e12c commit cb5c9c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/migrate-from-2.x-to-3.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
**Please follow the migration guide within the docs of `matestack-ui-vuejs` when using reactivity features of `matestack-ui-core` 2.x**
1313
{% endhint %}
1414

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+
1524
## `Matestack::Ui::App` is now called `Matestack::Ui::Layout`
1625

1726
* `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

Comments
 (0)