Skip to content
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

Next #1

Merged
merged 2 commits into from
Jan 4, 2024
Merged
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
22 changes: 21 additions & 1 deletion docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ description: You can explore what's new in DHTMLX Suite and its release history

Before updating DHTMLX to the latest version, please check the [Migration to Newer Versions](migration.md) guide to avoid possible breakdowns.

Version 8.3.4
---------------

Released on January 4, 2024

### Fixes

- Calendar. The week number at the start of the year calculates incorrectly
- Colorpicker. Changing the value in the **pallete** mode does not change the value in **picker** mode
- Form. Fix the issue related to the `destructor()` method in DatePicker control (popup is not hidden)
- Form. Incorrect type for the `hide()` method
- Form. The **number** input type cannot display the 0 number
- Form. The `destructor()` method invokes an error, if the popup is open
- Form. The colorpicker `value` property works incorrectly
- Form. The timepicker value displayes incorrectly, if you specify the `value` property without a value
- Grid/TreeGrid. Fix the issue related to the `autoHeight` property. The Grid takes hidden columns into account
- Grid/TreeGrid. Fix the issue related to the `beforeSort` event. The sort direction stickes
- Grid/TreeGrid. The footer summary calculates incorrectly in case of the empty value
- Pagination. Fix the issue related to the `add()` method. Populating data with the `add()` method breaks the pagination
- Pagination. The applied filter(s) does not refresh paginagion

Version 8.3.3
---------------

Expand All @@ -18,7 +39,6 @@ Released on December 7, 2023
- Grid/TreeGrid. Fix the issue with impossibility to unselect the row that was selected first
- Grid/TreeGrid. Fix the issue with the beforeEditEnd/afterEditEnd events firing twice when the Esc or Enter key is pressed


Version 8.3.2
---------------

Expand Down
Loading