Socket
Socket
Sign inDemoInstall

kalendae

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

1.0.2

Diff

Changelog

Source

1.0.2

  • Fix for auto-initialization of inputs on IE10
chipersoft
published 1.0.1 •

Changelog

Source

1.0.1

  • Fix for scrolling in divs where overflow has am x/y shortcut value. (#230)
chipersoft
published 1.0.0 •

Changelog

Source

1.0.0

  • Fix issue with the month of March when using in GMT timezone. (#229, Fixes #125)

  • Fix a global pollution with date selection (#222)

chipersoft
published 0.7.1 •

Changelog

Source

0.7.1

  • Switch to UglifyJS to fix the broken minified build. (#212)
chipersoft
published 0.7.0 •

Changelog

Source

0.7.0

  • #191 / #185 Added config option closeOnSelection for Kalendae.Input de-focus the input field (and dismiss the date picker) once a selection has been made.

  • #187 / #188 Fix bug with date selection on touch devices

  • #161 DOM Structure changes to facilitate deeper styling of the date picker.

    • Element Structure:

      • The title is split into 2 divs for month and year so that they can be styled separately if needed. (Only breaking if your css selected span.k-caption instead of just .k-caption).
    • New Options

      • endDate - defines the last day and month which will be selectable. Prevents navigating past in months/years.
      • titleFormat is replaced by the two below to accomodate the new title div structure:
        • titleMonthFormat
        • titleYearFormat
    • New Methods

      • removeAllSelected() - Added to clear all selected values at once if mode is anything other than 'single'.
    • New Events

      • draw-end- Added to enable view changes that depend on new data. Such as jQuery or other DOM maniuplations.

      • Examples

        • Added examples for: endDate,
      • Misc.

        • Experimental: Specifying options for disableNextMonth & disableNextYear may actually work
chipersoft
published 0.6.1 •

Changelog

Source

0.6.1

  • #84 Added k-range-start and k-range-end css classes to the first and last selected days in a range calender.

  • #164 Input#destroy no longer uses the DOMElement#remove() function, as that is not present in Internet Explorer.

  • #177 Fix a case where in some circumstances the next month button would not be available.

0.6

  • #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.
  • #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.

chipersoft
published 0.6.0 •

chipersoft
published 0.5.5 •

Changelog

Source

0.5.5

  • Kalendae CSS changed to use box-sizing:border-box.

  • #155 Fixed bug in input date parsing due to years being compared wrong.

  • #156 Change events will now bubble up through the DOM

  • #153 Fix issue with initialization on an input with a default value

  • #159 Fix deprecated usage of Moment.subtract()

chipersoft
published 0.5.4 •

Changelog

Source

0.5.4

  • #134/#149 Fix (hopefully) for daylight savings time oddities in Safari.
chipersoft
published 0.5.3 •

Changelog

Source

0.5.3

  • Bad release, nothing to see here
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc