Skip to content

Commit 14500ea

Browse files
committed
[update] version 7.2.3
1 parent 4c7d40a commit 14500ea

16 files changed

+1719
-1527
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dhtmlxScheduler #
22

33
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
4-
[![npm: v.7.2.2](https://img.shields.io/badge/npm-v.7.2.2-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
4+
[![npm: v.7.2.3](https://img.shields.io/badge/npm-v.7.2.3-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
55
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
66

77
[DHTMLX Scheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript library that allows you to add a Google-like scheduler to your web app or website.
@@ -87,7 +87,7 @@ scheduler.parse([
8787

8888
## License ##
8989

90-
dhtmlxScheduler v.7.2.2 Standard
90+
dhtmlxScheduler v.7.2.3 Standard
9191

9292
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
9393

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scheduler",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"homepage": "https://dhtmlx.com/docs/products/dhtmlxScheduler/",
55
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
66
"main": [

codebase/dhtmlxscheduler.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxscheduler.es.js

Lines changed: 1374 additions & 1343 deletions
Large diffs are not rendered by default.

codebase/dhtmlxscheduler.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxscheduler.js

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxscheduler.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/dhtmlxscheduler.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,6 +1833,7 @@ url("src/dhx-scheduler-icons.woff2?7d3dc8d31762f76ad3c385c23e9afbc6") format("wo
18331833
/* checkbox */
18341834
.dhx_cal_checkbox {
18351835
display: flex;
1836+
align-items: center;
18361837
gap: var(--dhx-scheduler-base-padding);
18371838
}
18381839
.dhx_cal_wide_checkbox {

codebase/sources/dhtmlxscheduler.es.js

Lines changed: 141 additions & 67 deletions
Large diffs are not rendered by default.

codebase/sources/dhtmlxscheduler.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/dhtmlxscheduler.js

Lines changed: 141 additions & 67 deletions
Large diffs are not rendered by default.

codebase/sources/dhtmlxscheduler.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dhtmlx-scheduler-skins",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "Less sources and a build tool for DHTMLXScheduler skins",
55
"scripts": {
66
"build": "node scripts.js --file=theme",

codebase/sources/less/src/lightbox.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328

329329
.dhx_cal_checkbox {
330330
display: flex;
331+
align-items: center;
331332
gap: var(--dhx-scheduler-base-padding);
332333
}
333334

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dhtmlx-scheduler",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
55
"main": "codebase/dhtmlxscheduler.es.js",
66
"types": "codebase/dhtmlxscheduler.es.d.ts",

whatsnew.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 7.2.3
2+
3+
Fix the issue where grid cells were not focused when tasks were outside the chart's visible time range
4+
Fix the issue in the multiUserBackend extension that caused incorrect behavior when editing all events in a recurring series
5+
Fix the issue where the timeline_scalex_class added the class twice in the Timeline view
6+
Fix the issue where scrollTo({section: x}) did not scroll to the first section in the Timeline view
7+
Fix the issue where the section height setting in the lightbox was not applied correctly
8+
Fix the issue where the Mini Calendar ignored the rtl configuration
9+
Fix the issue where smart rendering worked only in the first Timeline view when multiple timelines were used with smart_rendering:true and scrollable:false
10+
Fix the issue where using first_hour/last_hour with round_position caused incorrect dates of events when dragging events in the Timeline view
11+
112
### 7.2.2
213

314
Fix the issue where filtering did not work correctly for modified occurrences of recurring events

0 commit comments

Comments
 (0)