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-to-3.0.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ If you've used reactivity features of `matestack-ui-core` 2.x you now have to in
15
15
`Gemfile`
16
16
17
17
```ruby
18
-
gem 'matestack-ui-core', '~> 3.0.0.rc-1'
19
-
gem 'matestack-ui-vuejs', '~> 3.0.0.rc-1'
18
+
gem 'matestack-ui-core', '~> 3.0.0.rc2'
19
+
gem 'matestack-ui-vuejs', '~> 3.0.0.rc3'
20
20
```
21
21
22
22
## Remove `matestack-ui-core` JavaScript package
@@ -36,7 +36,7 @@ yarn remove matestack-ui-core
36
36
{
37
37
"name": "my-app",
38
38
"dependencies": {
39
-
"matestack-ui-vuejs": "^3.0.0-rc1", // <-- new package name
39
+
"matestack-ui-vuejs": "^3.0.0-rc3", // <-- new package name
40
40
"..."
41
41
}
42
42
}
@@ -400,7 +400,7 @@ end
400
400
401
401
\-> Search\&Replace
402
402
403
-
*Additional Note:*
403
+
_Additional Note:_
404
404
405
405
* use `this.getTemplateElement()` in order to get the template element (`matestack-component-template` tag) wrapping the root element defined in your `response` method
0 commit comments