Skip to content

Commit bbb9460

Browse files
committed
added note about removing matestack-ui-core js package
1 parent 15810ed commit bbb9460

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/migrate-to-3.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ If you've used reactivity features of `matestack-ui-core` 2.x you now have to in
1515
gem 'matestack-ui-core', '~> 3.0'
1616
gem 'matestack-ui-vuejs', '~> 3.0'
1717
```
18+
## Remove `matestack-ui-core` JavaScript package
19+
20+
- `matestack-ui-core` does not ship a JavaScript package anymore
21+
- please remove the package from your application and switch to `matestack-ui-vuejs` for the VueJs driven reactivity if required
22+
23+
```
24+
yarn remove matestack-ui-core
25+
```
26+
27+
- and add `matestack-ui-vuejs`:
1828

1929
`package.json`
2030
```json

0 commit comments

Comments
 (0)