Skip to content

Commit

Permalink
[update] version 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimenkov committed May 31, 2023
1 parent 1e96003 commit 71ee620
Show file tree
Hide file tree
Showing 23 changed files with 743 additions and 5,168 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DHTMLX Scheduler #
# dhtmlxScheduler #

[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
[![npm: v.6.0.3](https://img.shields.io/badge/npm-v.6.0.3-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
[![npm: v.6.0.4](https://img.shields.io/badge/npm-v.6.0.4-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 @@ -87,7 +87,7 @@ scheduler.parse([

## License ##

dhtmlxScheduler v.6.0.3 Standard
dhtmlxScheduler v.6.0.4 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 [email protected]

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": "6.0.3",
"version": "6.0.4",
"homepage": "https://dhtmlx.com/docs/products/dhtmlxScheduler/",
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
"main": [
Expand Down
4 changes: 2 additions & 2 deletions codebase/dhtmlxscheduler.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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: 2 additions & 2 deletions codebase/dhtmlxscheduler_contrast_black.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codebase/dhtmlxscheduler_contrast_white.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codebase/dhtmlxscheduler_flat.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codebase/dhtmlxscheduler_material.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codebase/dhtmlxscheduler_material_nofont.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codebase/dhtmlxscheduler_terrace.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codebase/sources/dhtmlxscheduler.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @license
*
* dhtmlxScheduler v.6.0.3 Standard
* dhtmlxScheduler v.6.0.4 Standard
*
* 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 [email protected]
*
Expand Down Expand Up @@ -548,7 +548,7 @@ div.icon_delete {
white-space: nowrap;
display: flex;
flex-direction: row;
justify-content: start;
justify-content: flex-start;
}
.dhx_cal_ltext.dhx_cal_template {
position: relative;
Expand Down
Loading

0 comments on commit 71ee620

Please sign in to comment.