Skip to content

Commit

Permalink
Merge pull request #259 from williamtroup/2.12.2
Browse files Browse the repository at this point in the history
2.12.2
  • Loading branch information
william-troup authored Dec 13, 2024
2 parents aff5d83 + a2bf631 commit f0bb4b6
Show file tree
Hide file tree
Showing 69 changed files with 6,277 additions and 9,823 deletions.
9 changes: 5 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.12.1-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.12.1-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.12.2-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.12.2-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://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.12.1</p>
> <p align="center">v2.12.2</p>
<br />
<h1>What views does Calendar.js support?</h1>
Expand Down Expand Up @@ -58,7 +58,7 @@ Calendar.js supports 8 different views (two are modes), which can be accessed fr

- Zero-dependencies!
- Exportable for use in other frameworks!
- 51 language translations available!
- 52 language translations available!
- Adding, updating, and removing events, with full custom colors support.
- Full API available via public functions.
- Drag and Drop for events, even across multiple Calendars!
Expand Down Expand Up @@ -158,6 +158,7 @@ All modern browsers (such as Google Chrome, FireFox, and Opera) are fully suppor
- `th` Thai
- `tr` Turkish
- `uk` Ukrainian
- `vi` Vietnamese
<br>
<br>

Expand Down
9 changes: 5 additions & 4 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Calendar.js v2.12.1
# Calendar.js v2.12.2

[![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.12.1-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.12.1-purple)](https://www.nuget.org/packages/jCalendar.js/)
[![npm](https://img.shields.io/badge/npmjs-v2.12.2-blue)](https://www.npmjs.com/package/jcalendar.js)
[![nuget](https://img.shields.io/badge/nuget-v2.12.2-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://www.william-troup.com/)
Expand All @@ -13,7 +13,7 @@

- Zero-dependencies!
- Exportable for use in other frameworks!
- 51 language translations available!
- 52 language translations available!
- Adding, updating, and removing events, with full custom colors support.
- Full API available via public functions.
- Drag and Drop for events, even across multiple Calendars!
Expand Down Expand Up @@ -107,6 +107,7 @@ All modern browsers (such as Google Chrome, FireFox, and Opera) are fully suppor
- `th` Thai
- `tr` Turkish
- `uk` Ukrainian
- `vi` Vietnamese


## What are the most recent changes?
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.12.1</version>
<version>2.12.2</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.12.1 | (c) Bunoon 2024 | MIT License */
/*! Calendar.js v2.12.2 | (c) Bunoon 2024 | MIT License */
(function() {
var _parameter_Document = null, _parameter_JSON = null, _public = {}, _configuration = {}, _instances = {}, _string = {empty:"", space:" "}, _attribute_Name_Options = "data-binding-calendar";
function render() {
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.

Loading

0 comments on commit f0bb4b6

Please sign in to comment.