CLNDR
CLNDR copied to clipboard
:calendar: a jQuery calendar plugin that uses HTML templates
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
If you have specified a 3-month `lengthOfTime`, the object your template gets from `eventsThisInterval` is an array of arrays. The [sample template code](https://kylestetz.github.io/CLNDR/) which iterates `eventsThisMonth` expecting to encounter events...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
All examples in CLNDR give only the month name, I would like to show month number also in my mini calendar, how to do that? For example, I want to...
I made a try. It seems ok, but too many clones inside code, and makes browser freeze. it would be great, if someone, take a look @mikegioia I would appreciate...
related to #349 Hi again @kylestetz I 've spent some time on this, and according to my tests, it works. You may have a look I believe my effort is...
How can i display clicked date in template? for example, if user click on 15th of feb, then I want to change date in template as well. I am attaching...
I wanted to know whether I could have the mini calendar without the full calendar? Thank you!