Skip to content

Commit

Permalink
Merge pull request #195 from williamtroup/2.10.5
Browse files Browse the repository at this point in the history
2.10.5
  • Loading branch information
William Troup authored Jan 21, 2024
2 parents 0a809d1 + 0d9bff9 commit 8a860f0
Show file tree
Hide file tree
Showing 29 changed files with 48 additions and 40 deletions.
8 changes: 4 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.10.4-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.10.4-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.10.5-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.10.5-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)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-white)](https://www.william-troup.com/)
</h1>

> <p align="center">📅 One of the world's easiest, most powerful, and fully responsive JavaScript Calendars!</p>
> <p align="center">v2.10.4</p>
> <p align="center">v2.10.5</p>
<br />
<h1>What views does Calendar.js support?</h1>
Expand Down
8 changes: 4 additions & 4 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Calendar.js v2.10.4
# Calendar.js v2.10.5

[![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.10.4-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.10.4-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.10.5-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.10.5-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)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-white)](https://www.william-troup.com/)

> 📅 One of the world's easiest, most powerful, and fully responsive JavaScript Calendars!
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.10.4</version>
<version>2.10.5</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.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | 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.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | 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.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
(function(b){b.fn.calendarJs=function(c){var a=[];this.each(function(){a.push(new calendarJs(this,c))});return a}})(jQuery);
6 changes: 3 additions & 3 deletions dist/calendar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
function calendarJs(elementOrId, options, searchOptions) {
function build(newStartDateTime, fullRebuild, forceRefreshViews) {
_calendar_CurrentDate = isDefinedDate(newStartDateTime) ? newStartDateTime : new Date();
Expand Down Expand Up @@ -751,7 +751,7 @@ function calendarJs(elementOrId, options, searchOptions) {
}
function updateDatePickerInputValueDisplay(date) {
_element_Mode_DatePicker_Input.value = getCustomFormattedDateText(_options.views.datePicker.selectedDateFormat, date);
_element_Mode_DatePicker_HiddenInput.value = padNumber(date.getDate()) + "/" + padNumber(date.getMonth()) + "/" + date.getFullYear();
_element_Mode_DatePicker_HiddenInput.value = padNumber(date.getDate()) + "/" + padNumber(date.getMonth() + 1) + "/" + date.getFullYear();
}
function getDataPickerInputValueDate() {
var values = _element_Mode_DatePicker_HiddenInput.value.split("/");
Expand Down Expand Up @@ -9707,7 +9707,7 @@ function calendarJs(elementOrId, options, searchOptions) {
return this;
};
this.getVersion = function() {
return "2.10.3";
return "2.10.5";
};
this.getId = function() {
return _parameter_ElementID;
Expand Down
2 changes: 1 addition & 1 deletion dist/calendar.js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Calendar.js Library v2.10.4
* Calendar.js Library v2.10.5
*
* Copyright 2024 Bunoon
* Released under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion dist/calendar.js.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/calendar.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/translations/calendar.translations.ar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"الاثنين",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.bn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"সোম",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.de.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"Mo",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"Mon",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"Lun",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.fr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"Lun",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.hi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"सोमवार",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.ja.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"月",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.pl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"Pn",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.pt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"Seg",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.tr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"Pzt",
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/calendar.translations.zh.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Calendar.js v2.10.4 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.10.5 | (c) Bunoon 2024 | MIT License */
var __TRANSLATION_OPTIONS = {
"dayHeaderNames": [
"周一",
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Calendar.js - Change Log:

## Version 2.10.5:
- Fixed a version fault in the main code.
- Fixed a fault that caused the wrong month to be added to the hidden input field for a date selected in DatePicker mode.
- Update some of the documentation.

<br>


## Version 2.10.4:
- Updated the README files to include the languages that are supported by default.
- Fixed a fault that caused the DatePickers to be added to the bottom of a parent DOM element (it's now rendered where the original was placed).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jcalendar.js",
"title": "Calendar.js",
"description": "A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.",
"version": "2.10.4",
"version": "2.10.5",
"main": "dist/calendar.js",
"homepage": "https://calendar-js.com",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/calendar.binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.
*
* @file calendar.binding.js
* @version v2.10.4
* @version v2.10.5
* @author Bunoon
* @license MIT License
* @copyright Bunoon 2024
Expand Down
2 changes: 1 addition & 1 deletion src/calendar.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.
*
* @file calendar.jquery.js
* @version v2.10.4
* @version v2.10.5
* @author Bunoon
* @license MIT License
* @copyright Bunoon 2024
Expand Down
Loading

0 comments on commit 8a860f0

Please sign in to comment.