Skip to content

Commit e09ebb1

Browse files
[update] changes before release 1.3
2 parents 4dc0fca + 9f818c5 commit e09ebb1

File tree

10 files changed

+1657
-1831
lines changed

10 files changed

+1657
-1831
lines changed

docs/assets/js_kanban_board.png

72.7 KB
Loading

docs/assets/js_kanban_editor.png

27.3 KB
Loading

docs/assets/js_kanban_main.png

28.4 KB
Loading

docs/assets/js_kanban_toolbar.png

111 KB
Loading

docs/guides/initialization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ To learn more about configuring the Toolbar of Kanban, read the [**Configuration
8080
### Configuration properties
8181

8282
:::note
83-
The full list of properties to configure **Kanban** can be found [**here**](./api/overview/properties_overview.md). <br>
84-
The full list of properties to configure **Toolbar of Kanban** can be found [**here**](./api/overview/toolbar_properties_overview.md).
83+
The full list of properties to configure **Kanban** can be found [**here**](api/overview/properties_overview.md). <br>
84+
The full list of properties to configure **Toolbar of Kanban** can be found [**here**](api/overview/toolbar_properties_overview.md).
8585
:::
8686

8787
## Example
8888

8989
In this snippet you can see how to initialize **Kanban** with the initial data:
9090

91-
<iframe src="https://snippet.dhtmlx.com/gb50vyip?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="500"></iframe>
91+
<iframe src="https://snippet.dhtmlx.com/gb50vyip?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="500"></iframe>

docs/news/whats_new.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: You can explore what's new in DHTMLX Kanban and its release history
88

99
If you are updating Kanban from an older version, check [Migration to newer versions](news/migration.md) for details.
1010

11-
## Version 1.3 (In progress)
11+
## Version 1.3
1212

13-
Released on Month Day, 2022
13+
Released on September 29, 2022
1414

1515
[Review of release on the blog](https://dhtmlx.com/blog/dhtmlx-kanban-1-3/)
1616

@@ -68,6 +68,14 @@ Released on Month Day, 2022
6868
- The [`items`](../../api/config/toolbar_items_config) property of Toolbar is extended by the ***"undo"*** and ***"redo"*** parameters (controls)
6969
- The [`editorShape`](../../api/config/js_kanban_editorshape_config) property is extended by the ***dateRange*** type
7070

71+
## Version 1.2.2
72+
73+
Released on August 30, 2022
74+
75+
### Fixes
76+
77+
- Duplicating of some icons in menu and toolbar
78+
7179
## Version 1.2.1
7280

7381
Released on July 28, 2022

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const config = {
150150
({
151151
docs: {
152152
sidebarPath: require.resolve('./sidebars.js'),
153-
//editUrl: 'https://github.com/DHTMLX/docs-kanban/edit/master/',
153+
editUrl: 'https://github.com/DHTMLX/docs-kanban/edit/master/',
154154
routeBasePath: '/',
155155
},
156156
theme: {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^2.0.0-beta.19",
18-
"@docusaurus/preset-classic": "^2.0.0-beta.19",
17+
"@docusaurus/core": "^2.1.0",
18+
"@docusaurus/preset-classic": "^2.1.0",
1919
"@mdx-js/react": "^1.6.21",
2020
"@svgr/webpack": "^5.5.0",
2121
"clsx": "^1.1.1",

src/css/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
9494
/* Link icons */
9595

9696
.iconExternalLink_lCJq,
97-
.iconExternalLink_node_modules-\@docusaurus-theme-classic-lib-theme-IconExternalLink-styles-module {
97+
.iconExternalLink_node_modules-\@docusaurus-theme-classic-lib-theme-IconExternalLink-styles-module,
98+
.iconExternalLink_nPIU,
99+
.iconExternalLink_node_modules-\@docusaurus-theme-classic-lib-theme-Icon-ExternalLink-styles-module {
98100
display: none; /* hides the link icon */
99101
}
100102

@@ -178,7 +180,6 @@ code {
178180
/* buttons */
179181

180182
.support_btn{
181-
182183
font-size: 16pt;
183184
color: rgb(53, 148, 243);
184185
background-color: transparent;

yarn.lock

Lines changed: 1638 additions & 1821 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)