Skip to content

Commit

Permalink
[update] Whats new before release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Feb 5, 2024
1 parent d4fefc5 commit 686af13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/guides/stylization.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ New versions of the To Do List can bring some changes for the variables and thei

~~~html
<style>
.wx-material-theme,
.wx-portal {
.wx-material-theme .wx-todo,
.wx-material-theme .wx-todo_toolbar,
.wx-material-theme .wx-todo_menu,
.wx-material-theme.wx-portal {
/* WX library CSS variables */
Expand Down Expand Up @@ -100,4 +102,3 @@ In this snippet you can see how to apply a custom style to To Do List:
<iframe src="https://snippet.dhtmlx.com/thmx9921?mode=html" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>

**Related articles:** [Customization](../customization)

10 changes: 10 additions & 0 deletions docs/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ description: You can learn a new information about DHTMLX JavaScript To Do List

If you are updating To Do List from an older version, check [Migration to newer version](migration.md) for details.

## Version 1.2.6

Released on February 6, 2024

### Fixes

- Problem with pressing Enter when renaming a project
- Problem with pressing Enter when searching for projects
- Overriding wx styles when using with complex widgets. Refer to the [Stylization](guides/stylization.md) guide for details

## Version 1.2.5

Released on December 7, 2023
Expand Down

0 comments on commit 686af13

Please sign in to comment.