Releases: Twipped/Kalendae
Releases · Twipped/Kalendae
v0.6.0
- #176 POTENTIALLY BREAKING CHANGE Now includes a UMD wrapper for loading in AMD and CommonJS environments. If you are using Kalendae in these environments with a shim, you will need to remove the shim.
- Standalone still bundles moment.js, non-standalone requires
'moment'
at load time.
- Standalone still bundles moment.js, non-standalone requires
- #168 New
dayHeaderClickable
option (defaults to false) allows the user to click on the day column headers to select all days for that month. - #165/#167 Today reference is no longer cached in memory, and thus updates when the computer crosses 12am.