UNPKG

pickerjs

Version:
54 lines (31 loc) 1.48 kB
# Changelog ## 1.2.1 (Feb 18, 2019) - Remove duplicate tokens (#22). - Use the latest date to calculate the max day (#23). ## 1.2.0 (Dec 16, 2018) - Add the `controls` option. - Enhance the `text` option for defining the text content of the column headers. ## 1.1.0 (Dec 15, 2018) - Add the `headers` option for customizing the column headers (#20). ## 1.0.0 (Oct 25, 2018) - Fix wrong BC year detecting when the date string has a `-` before year digits (#17). ## 1.0.0-rc (Oct 23, 2018) - Add polish localization (#13). - Fix wrong maximum day when month change (#15, #16). ## 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.