Skip to content

Commit 83e0e01

Browse files
[update] Migration from 1.5.13 to 1.6.0
1 parent 19366bd commit 83e0e01

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/news/migration.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ description: You can learn about the Migration to Newer Versions in the document
66

77
# Migration to newer versions
88

9+
## 1.5.13 -> 1.6.0
10+
11+
CSS classes related to the menu were changed in the following way:
12+
13+
~~~jsx
14+
.menu -> .wx-menu
15+
.item -> .wx-item
16+
.icon -> .wx-icon
17+
.value -> .wx-value
18+
~~~
19+
920
## 1.5.12 -> 1.5.13
1021

11-
CSS classes related to the editor was changed in the following way:
22+
CSS classes related to the editor were changed in the following way:
1223

1324
~~~jsx
1425
.modal -> .wx-modal

0 commit comments

Comments
 (0)