Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 906 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 906 Bytes

Changelog

1.0.0-beta (Jun 18, 2018)

  • Refactor the core code.
  • Refactor the test code.
  • Add type definitions file for TypeScript.
  • Fix page scrolling issue in iOS browsers (#9).

0.2.0 (Feb 11, 2018)

  • Enhance the format option to support no separator mode as YYYYMMDD (#7).

0.1.2 (Mar 11, 2017)

  • Improved event handler for Pointer Events (#3).

0.1.1 (Oct 22, 2016)

  • Fixed the issue of increment and decrement (#1).

0.1.0 (Jul 16, 2016)

  • Supports 16 options: container, date, format, increment, inline, language, months, monthsShort, translate, rows, text, show, shown, hide, hidden and pick.
  • Supports 12 methods: show, hide, prev, next, pick, getDate, setDate, update, reset, parseDate, formatDate and destroy.
  • Supports 5 events: show, shown, hide, hidden and pick.

0.0.1 (Jun 1, 2016)

  • Init.