Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Releases: fengyuanchen/pickerjs

v1.2.1

18 Feb 13:20
Compare
Choose a tag to compare
  • Remove duplicate tokens (#22).
  • Use the latest date to calculate the max day (#23).

v1.2.0

16 Dec 14:12
Compare
Choose a tag to compare
  • Add the controls option.
  • Enhance the text option for defining the text content of the column headers.

v1.1.0

15 Dec 09:09
Compare
Choose a tag to compare
  • Add headers option for customizing the column headers (#20).

v1.0.0

25 Oct 11:44
Compare
Choose a tag to compare
  • Fix wrong BC year detecting when the date string has a - before year digits (#17).

v1.0.0-rc

23 Oct 13:55
Compare
Choose a tag to compare
  • Add polish localization (#13).
  • Fix wrong maximum day when month change (#15, #16).

v1.0.0-beta

18 Jun 04:00
Compare
Choose a tag to compare
  • Refactor the core code.
  • Refactor the test code.
  • Add type definitions file for TypeScript.
  • Fix page scrolling issue in iOS browsers (#9).

v0.2.0

11 Feb 13:16
Compare
Choose a tag to compare
  • Enhance the format option to support no separator mode as YYYYMMDD (#7).

v0.1.2

11 Mar 07:50
Compare
Choose a tag to compare
  • Improved event handler for Pointer Events (#3).

v0.1.1

22 Oct 12:54
Compare
Choose a tag to compare
  • Fixed the issue of increment and decrement (#1).

v0.1.0

16 Jul 13:10
Compare
Choose a tag to compare
  • 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.