We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19366bd commit 83e0e01Copy full SHA for 83e0e01
docs/news/migration.md
@@ -6,9 +6,20 @@ description: You can learn about the Migration to Newer Versions in the document
6
7
# Migration to newer versions
8
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
20
## 1.5.12 -> 1.5.13
21
-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:
23
24
~~~jsx
25
.modal -> .wx-modal
0 commit comments