Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.10.0 #180

Merged
merged 29 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bbdb513
Updated to v3.0.0.
Nov 11, 2023
7783905
Removed dead variable.
Nov 11, 2023
92e0b9d
Added a new dialog called "Jump To Date", which will allow you to jum…
Nov 11, 2023
222a29a
All events rendered in the UI now add a new attribute call "event-is-…
Nov 11, 2023
2a6195a
Added initial layout for the View settings.
Nov 13, 2023
7b18171
Moved all the Full Month view settings (and a view others) to their d…
Nov 13, 2023
96fb2f8
The side menu settings now has its own section.
Nov 13, 2023
8d1f03e
Updated all tests and fixed a script error.
Nov 13, 2023
6e91401
More Full Month setting moves.
Nov 13, 2023
982f73e
Removed duplication.
Nov 13, 2023
96947bc
Moved more settings.
Nov 14, 2023
62dd9a5
More DatePicker settings moved.
Nov 14, 2023
221a6a7
More settings split out for use in different views.
Nov 14, 2023
e6ef559
More setting updates.
Nov 14, 2023
a086d20
More Full Month settings moved.
Nov 14, 2023
6d88640
Renamed the tooltip delay setting.
Nov 14, 2023
ca2a5ba
Another view setting moved.
Nov 14, 2023
67a1d6d
Fixed the setOptions() function wiping out the settings.
Nov 14, 2023
ddb0686
More setting moves.
Nov 19, 2023
2220a6b
Updated minimized files.
Nov 19, 2023
5d55940
Added a new setting "viewToOpenOnFirstLoad" (defaults to null), which…
Nov 22, 2023
4586ea7
Renamed version.
Nov 22, 2023
e957895
Fixed settings being incorrectly set in HTML files.
Nov 22, 2023
fd0a93e
Fixed more HTML setting faults.
Nov 22, 2023
735d4c9
Cleanup.
Nov 22, 2023
9162da8
Documentation updates.
Nov 22, 2023
f39604b
Updated the change log.
Nov 22, 2023
733696f
Updated more settings.
Nov 22, 2023
46f1278
Updated the images.
Nov 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Calendar.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Calendar.js%2C%20a%20free%20JavaScript%20library&url=https://github.com/williamtroup/Calendar.js&hashtags=calendar,javascript,responsive,events)
[![npm](https://img.shields.io/badge/npmjs-v2.9.10-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.9.10-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.10.0-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.10.0-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Calendar.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Calendar.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-white)](https://github.com/williamtroup)
</h1>

> <p align="center">📅 One of the world's easiest, most powerful, and fully responsive JavaScript Calendars!</p>
> <p align="center">v2.9.10</p>
> <p align="center">v2.10.0</p>
<br />

<h1>What views does Calendar.js support?</h1>
Expand Down Expand Up @@ -175,7 +175,11 @@ Options (which can be set when initializing, or afterwards) allow you to customi
<script>
calendarInstance.setOptions( {
manualEditingEnabled: false,
maximumEventsPerDayDisplay: 0,
views: {
fullMonth: {
maximumEventsPerDayDisplay: 0
}
},
visibleDays: [ 0, 1, 2, 3, 4 ]
} );
</script>
Expand Down
12 changes: 8 additions & 4 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Calendar.js v2.9.10
# Calendar.js v2.10.0

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Calendar.js%2C%20a%20free%20JavaScript%20library&url=https://github.com/williamtroup/Calendar.js&hashtags=calendar,javascript,responsive,events)
[![npm](https://img.shields.io/badge/npmjs-v2.9.10-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.9.10-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.10.0-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.10.0-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Calendar.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Calendar.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-white)](https://github.com/williamtroup)
Expand Down Expand Up @@ -122,7 +122,11 @@ Options (which can be set when initializing, or afterwards) allow you to customi
<script>
calendarInstance.setOptions( {
manualEditingEnabled: false,
maximumEventsPerDayDisplay: 0,
views: {
fullMonth: {
maximumEventsPerDayDisplay: 0
}
},
visibleDays: [ 0, 1, 2, 3, 4 ]
} );
</script>
Expand Down
2 changes: 1 addition & 1 deletion calendar.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jCalendar.js</id>
<version>2.9.10</version>
<version>2.10.0</version>
<description>A javascript drag and drop event calendar, that is fully responsive and compatible with all modern browsers.</description>
<authors>William Troup</authors>
<projectUrl>https://calendar-js.com/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion dist/calendar.binding.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.9.10 | (c) Bunoon | MIT License */
/*! Calendar.js v2.10.0 | (c) Bunoon | MIT License */
(function(documentObject) {
var _attribute_Name = "data-binding-calendar";
documentObject.addEventListener("DOMContentLoaded", function() {
Expand Down
2 changes: 1 addition & 1 deletion dist/calendar.binding.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/calendar.jquery.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.9.10 | (c) Bunoon | MIT License */
/*! Calendar.js v2.10.0 | (c) Bunoon | MIT License */
(function($) {
$.fn.calendarJs = function(options) {
var instances = [];
Expand Down
2 changes: 1 addition & 1 deletion dist/calendar.jquery.min.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*! Calendar.js v2.9.10 | (c) Bunoon | MIT License */
/*! Calendar.js v2.10.0 | (c) Bunoon | MIT License */
(function(b){b.fn.calendarJs=function(c){var a=[];this.each(function(){a.push(new calendarJs(this,c))});return a}})(jQuery);
Loading