Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Releases: soulim/ember-cli-bootstrap-datepicker

v0.5.6

19 Sep 08:36
650ec2e
Compare
Choose a tag to compare

Many fixes and small changes. HUGE thank you to all contributors! ❤️

v0.5.5

12 Oct 06:22
Compare
Choose a tag to compare

Fixed unwanted behavior when modifying time on the Date value.

Thank you @fklingler! ❤️

v0.5.4

20 Aug 19:38
Compare
Choose a tag to compare
  • Reset date value when input field is cleared
  • Add DatesDisabled option to allow user block some dates
  • Fix for observer errors in 1.13.x
  • Set language as undefined if not defined
  • Observe minViewMode & format changes
  • Add observers after dom insertion
  • Upgrade to Ember CLI 1.13.8
  • Remove style from attribute bindings

Thank you @octronic, @filipecrosk, @jesenko, @mkorfmann, @lazybensch! ❤️

v0.4.0

07 Apr 05:35
Compare
Choose a tag to compare
  • Native Javascript Date objects instead of ISO date strings. Finally 😄
  • Upgrade to Ember CLI 0.2.2
  • Support for disabled Ember prototype extensions

v0.3.4

27 Mar 18:12
Compare
Choose a tag to compare
  • Fix incorrect behaviour when the form got reseted. Thank you @Hanastaroth!

v0.3.3

13 Mar 13:29
Compare
Choose a tag to compare
  • Fix nasty UTC conversion issue #15

v0.3.2

11 Mar 22:14
Compare
Choose a tag to compare
  • Update bootstrap-datepicker to 1.4.0
  • Fix CSS file import issue #13

Thank you @ssured, @tszpinda, and @btecu for your awesome help!

v0.3.1

17 Feb 14:31
Compare
Choose a tag to compare
  • Added support for multidate and multidateSeparator options. Thanks @jelhan!
  • Fixed two-way binding issue #8

v0.3.0

03 Jan 23:53
Compare
Choose a tag to compare
  • Add support for more options:
    • calendarWeeks
    • clearBtn
    • daysOfWeekDisabled
    • endDate
    • startDate
    • forceParse
    • keyboardNavigation
    • minViewMode
    • orientation
    • startView
  • Add support for inline mode
  • Upgrade to bootstrap-datepicker 1.3.1