@@ -8,9 +8,9 @@ description: You can explore what's new in DHTMLX Kanban and its release history
88
99If you are updating Kanban from an older version, check [ Migration to newer versions] ( news/migration.md ) for details.
1010
11- ## Version 1.2 (Inprogress)
11+ ## Version 1.2
1212
13- Released on Month 00 , 2022 // TODO
13+ Released on June 29 , 2022
1414
1515### New functionality
1616
@@ -23,21 +23,21 @@ Released on Month 00, 2022 // TODO
2323### New API
2424
2525- ** Events:**
26- [`scroll`](../../api/events/js_kanban_scroll_event)
27- [`set-edit`](../../api/events/js_kanban_setedit_event) and
28- [`set-sort`](../../api/events/js_kanban_setsort_event),
26+ [`scroll`](../../api/events/js_kanban_scroll_event),
27+ [`set-edit`](../../api/events/js_kanban_setedit_event), and
28+ [`set-sort`](../../api/events/js_kanban_setsort_event)
2929
3030- ** Methods:**
31- [`scroll()`](../../api/methods/js_kanban_scroll_method)
32- [`setEdit()`](../../api/methods/js_kanban_setedit_method) and
33- [`setSort()`](../../api/methods/js_kanban_setsort_method),
31+ [`scroll()`](../../api/methods/js_kanban_scroll_method),
32+ [`setEdit()`](../../api/methods/js_kanban_setedit_method), and
33+ [`setSort()`](../../api/methods/js_kanban_setsort_method)
3434
3535- ** Properties:**
3636 [`cardHeight`](../../api/config/js_kanban_cardheight_config),
37- [`columnShape`](../../api/config/js_kanban_columnshape_config) and
38- [`renderType `](../../api/config/js_kanban_rendertype_config),
39- [`rowShape `](../../api/config/js_kanban_rowshape_config)
40- [`scrollType`](../../api/config/js_kanban_scrolltype_config),
37+ [`columnShape`](../../api/config/js_kanban_columnshape_config),
38+ [`rowShape `](../../api/config/js_kanban_rowshape_config),
39+ [`renderType `](../../api/config/js_kanban_rendertype_config), and
40+ [`scrollType`](../../api/config/js_kanban_scrolltype_config)
4141
4242### Updates
4343
@@ -55,6 +55,11 @@ Released on Month 00, 2022 // TODO
5555- The [ ` setLocale() ` ] ( ../../api/methods/js_kanban_setlocale_method ) method of Kanban is updated
5656- The [ ` setLocale() ` ] ( ../../api/methods/toolbar_setlocale_method ) method of Toolbar is updated
5757
58+ #### Common
59+
60+ - Prefixes of CSS classes (* see the [ Stylization] ( ./guides/stylization.md ) section* )
61+ - Locale structure (* see the [ Localization] ( ./guides/localization.md ) section* )
62+
5863### Fixes
5964
6065- Binding cards to swimlanes via the ` rowKey ` config works incorrectly
@@ -63,7 +68,6 @@ Released on Month 00, 2022 // TODO
6368- Editing cards when ` select: false ` (** readonly** config) works incorrectly
6469- Selecting new added cards via the ` addCard() ` method works incorrectly
6570- The ` label: false ` and ` menu: false ` parameters of the ` cardShape ` property work incorrectly
66- - Prefixes of CSS classes
6771
6872## Version 1.1.1
6973
0 commit comments