Skip to content

Commit

Permalink
[update] version 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimenkov committed Feb 20, 2024
1 parent 94783c3 commit 0823989
Show file tree
Hide file tree
Showing 16 changed files with 1,063 additions and 1,185 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dhtmlxScheduler #

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

[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.
Expand Down Expand Up @@ -42,17 +42,17 @@ And initialize:
~~~js
scheduler.config.first_hour = 6;
scheduler.config.last_hour = 19;
scheduler.init('scheduler_here', new Date(2019, 3, 20), "week");
scheduler.init('scheduler_here', new Date(2024, 3, 20), "week");
scheduler.parse([
{ id:1, start_date: "2019-04-15 09:00", end_date: "2019-04-15 12:00", text:"English lesson" },
{ id:2, start_date: "2019-04-16 10:00", end_date: "2019-04-16 16:00", text:"Math exam" },
{ id:3, start_date: "2019-04-16 10:00", end_date: "2019-04-21 16:00", text:"Science lesson" },
{ id:4, start_date: "2019-04-17 16:00", end_date: "2019-04-17 17:00", text:"English lesson" },
{ id:5, start_date: "2019-04-18 09:00", end_date: "2019-04-18 17:00", text:"Usual event" }
{ id:1, start_date: "2024-04-15 09:00", end_date: "2024-04-15 12:00", text:"English lesson" },
{ id:2, start_date: "2024-04-16 10:00", end_date: "2024-04-16 16:00", text:"Math exam" },
{ id:3, start_date: "2024-04-16 10:00", end_date: "2024-04-21 16:00", text:"Science lesson" },
{ id:4, start_date: "2024-04-17 16:00", end_date: "2024-04-17 17:00", text:"English lesson" },
{ id:5, start_date: "2024-04-18 09:00", end_date: "2024-04-18 17:00", text:"Usual event" }
]);
~~~

==> [Check the live demo](https://snippet.dhtmlx.com/5/71834aa3b)
==> [Check the live demo](https://snippet.dhtmlx.com/jb8mc2c7?text=scheduler)

## Complete guides ##

Expand Down Expand Up @@ -87,11 +87,12 @@ scheduler.parse([

## License ##

dhtmlxScheduler v.7.0.1 Standard
dhtmlxScheduler v.7.0.2 Standard

To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Individual, Commercial, Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at info@dhtmlx.com
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

(c) XB Software Ltd.

(c) XB Software

## Useful links ##

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scheduler",
"version": "7.0.1",
"version": "7.0.2",
"homepage": "https://dhtmlx.com/docs/products/dhtmlxScheduler/",
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion codebase/dhtmlxscheduler.css

Large diffs are not rendered by default.

1,702 changes: 841 additions & 861 deletions codebase/dhtmlxscheduler.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/dhtmlxscheduler.es.js.map

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions codebase/dhtmlxscheduler.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/dhtmlxscheduler.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions codebase/sources/dhtmlxscheduler.css
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,10 @@ url("src/dhx-scheduler-icons.woff2?7d3dc8d31762f76ad3c385c23e9afbc6") format("wo
opacity: 0.5;
box-shadow: 0 1px 0 1px var(--dhx-scheduler-today-marker-color);
}
.dhx_matrix_now_time {
background: var(--dhx-scheduler-today-marker-color);
opacity: 0.5;
}
.dhx_minical_icon {
background: var(--dhx-scheduler-btn-background);
color: var(--dhx-scheduler-btn-color);
Expand Down
225 changes: 82 additions & 143 deletions codebase/sources/dhtmlxscheduler.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/sources/dhtmlxscheduler.es.js.map

Large diffs are not rendered by default.

225 changes: 82 additions & 143 deletions codebase/sources/dhtmlxscheduler.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/sources/dhtmlxscheduler.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/sources/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhtmlx-scheduler-skins",
"version": "7.0.1",
"version": "7.0.2",
"description": "Less sources and a build tool for DHTMLXScheduler skins",
"scripts": {
"build": "node scripts.js --file=theme",
Expand Down
5 changes: 5 additions & 0 deletions codebase/sources/less/src/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,11 @@
box-shadow: 0 1px 0 1px var(--dhx-scheduler-today-marker-color);
}

.dhx_matrix_now_time{
background: var(--dhx-scheduler-today-marker-color);
opacity: 0.5;
}

.dhx_minical_icon{
.button();
.button-icon();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhtmlx-scheduler",
"version": "7.0.1",
"version": "7.0.2",
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
"main": "codebase/dhtmlxscheduler.es.js",
"types": "codebase/dhtmlxscheduler.es.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 7.0.2

Compatibility regressions with DHTMLX Suite
The regression affecting the mark_now marker in the Timeline view
The theme initialization problem that resulted in the incorrect Scheduler layout display in some scenarios
The issue where selected events in the Grid view lost their selection styling after sorting
The issue in the Timeline's smart rendering mode that caused events appearing twice during drag and drop
Corrections in the Greek locale
Fixes of memory leaks to ensure Scheduler instances are properly released upon calling the destructor

### 7.0.1

Regression in the Units view that caused layout issues when a scheduler was displayed on the current date
Expand Down

0 comments on commit 0823989

Please sign in to comment.