Skip to content

Commit 567c751

Browse files
[update] minor changes before release
1 parent ad398d0 commit 567c751

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/news/migration.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ description: You can learn about the Migration to Newer Versions in the document
66

77
# Migration to newer versions
88

9+
## 1.5.12 -> 1.5.13
10+
11+
CSS classes related to the editor was changed in the following way:
12+
13+
~~~jsx
14+
.modal -> .wx-modal
15+
.window -> .wx-window
16+
.modal .window .buttons -> .wx-modal .wx-window .wx-buttons
17+
.combo -> .wx-combo
18+
.combo -> .wx-multicombo
19+
.item -> .wx-item
20+
.color-picker -> .wx-colorselect
21+
.colors -> .wx-colors
22+
.slider -> .wx-slider
23+
.datepicker -> .wx-datepicker
24+
.calendar -> .wx-calendar
25+
.calendar .days .day.out -> .wx-calendar .wx-days .wx-day.wx-out
26+
.combo .tag -> .multicombo .wx-tag
27+
.dropdown -> .wx-dropdown
28+
.dropdown .item -> .wx-dropdown .wx-item
29+
.clear -> .wx-clear
30+
~~~
31+
932
## 1.5.6 -> 1.5.7
1033

1134
### Api

docs/news/whats_new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Released on September 12, 2024
1818
- Clicking on a disabled Multiselect control occurs an error
1919
- Scrolling after the [`addCard()`](../../api/methods/js_kanban_addcard_method) method call throws an error with [column scroll](../../api/config/js_kanban_scrolltype_config) and [lazy rendering](../../api/config/js_kanban_rendertype_config)
2020
- No comments are saved as "" instead of []
21-
- Editor style is overridden by global styles with a same-name non-unique class selector
21+
- Editor style is overridden by global styles with a same-name non-unique class selector. [See the migration section](news/migration.md/#1512---1513)
2222

2323
## Version 1.5.12
2424

0 commit comments

Comments
 (0)