Skip to content

Commit 2a50846

Browse files
[update] Whats new before release v2.2.4
1 parent 5efcc8f commit 2a50846

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/news/whats_new.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ description: You can explore what's new in DHTMLX Event Calendar and its release
88

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

11+
## Version 2.2.4
12+
13+
Released on September 12, 2024
14+
15+
### Fixes
16+
17+
- Wrong input value for month recurring events
18+
- The [`parse()`](/api/methods/js_eventcalendar_parse_method/) method throws an error when called after the [`add-event`](/api/events/js_eventcalendar_addevent_event)
19+
1120
## Version 2.2.3
1221

1322
Released on August 19, 2024

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
153153

154154
code {
155155
border-radius: 5px;
156-
padding: 6px 8px;
156+
padding: 2px 8px;
157157
font-weight: 600;
158158
}
159159

0 commit comments

Comments
 (0)