Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 1.39 KB

Changelog

0.2.1 (Oct 26, 2015)

  • Fixed the error of month picker.

0.2.0 (Oct 18, 2015)

  • Supports custom events
  • Supports to set start view date and end view date
  • Improved i18n (internationalization)
  • Improved placement of the datepicker
  • Improved template

Options

  • Added 10 options: autoshow, autopick, offset, language, startDate, endDate, mutedClass, show, hide, pick
  • Renamed autoclose to autohide
  • Renamed dateFormat to format
  • Renamed viewStart to startView
  • Renamed showMonthAfterYear to yearFirst
  • Renamed selectedClass to pickedClass
  • Renamed isDisabled to filter

Methods

  • Added 11 methods: pick, reset, getMonthName, getDayName, getDate, setDate, setStartDate, setEndDate, parseDate, formatDate, destroy
  • Removed 2 methods: enable, disable

Events

  • Added 3 events: show.datepicker, hide.datepicker, pick.datepicker

0.1.0 (Aug 9, 2014)

  • Fixed some bugs
  • Added i18n files
  • Optimized code style

0.1.0-beta (Feb 14, 2014)

  • Supports 21 options: date, dateFormat, disabledClass, selectedClass, autoclose, inline, trigger, container, showMonthAfterYear, zIndex, viewStart, weekStart, yearSuffix, days, daysShort, daysMin, months, monthsShort, itemTag, template, isDisabled
  • Supports 5 methods: show, hide, enable, disable, update