Skip to content

[update] Whats new before release v1.6.3 #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/config/js_kanban_history_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: You can learn about the history config in the documentation of the

### Description

@short: Optional. Enables/disables managing history
@short: Optional. Enables/disables managing history of changes

:::info
Using the `history` property you can enable/disable managing history of Kanban. If you set it to **false**, you will not be able to manage history via the API and controls on Toolbar.
Expand Down
15 changes: 14 additions & 1 deletion docs/news/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,26 @@ description: You can explore what's new in DHTMLX Kanban and its release history

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

## Version 1.6.3

Released on April 8, 2025

### Fixes

- Limit applies to the whole column incorrectly
- Error occurs when moving a card after modal editor close
- Confirm for deletion is shown below the modal editor
- Toolbar "more" icon appears then disappears unexpectedly during slow window resizing
- The `delete-card` event always closes the editor
- The editor cannot be opened if the priority is set to ID outside of provided options

## Version 1.6.2

Released on February 14, 2025

### Fixes

- Wrong valid expiration date in the trial package
- Wrong expiration date in the trial package
- Warning during drag and drop on touch devices
- Readonly `add: false` configuration does not remove the **Add** option from the column menu
- The editor is not rendered for cards with number IDs as strings
Expand Down
Loading