Skip to content

Latest commit

 

History

History
325 lines (212 loc) · 16.9 KB

CHANGELOG.md

File metadata and controls

325 lines (212 loc) · 16.9 KB

v8.0.0 (2024-03-18)

💥 Breaking Change

  • #2065 Remove old registerHelper in favor of importing helpers directly (@AmauryD)

🐛 Bug Fix

  • #2098 fix(locale): don't try dynamically importing the default locale (@anehx)

Committers: 2

v7.1.0 (2024-02-19)

🚀 Enhancement

Committers: 1

v7.0.0 (2024-02-09)

💥 Breaking Change

Committers: 1

v6.0.0 (2024-01-16)

💥 Breaking Change

Committers: 1

v5.0.1 (2024-01-16)

v5.0.0 (2024-01-09)

💥 Breaking Change

🚀 Enhancement

  • #1907 add ability to pass an html element to test helpers (@AmauryD)

🐛 Bug Fix

🏠 Internal

Committers: 2

v4.0.0 (2023-02-26)

💥 Breaking Change

📝 Documentation

🏠 Internal

Committers: 2

v3.2.3 (2022-05-25)

📝 Documentation

🏠 Internal

Committers: 2

v3.2.2 (2021-10-07)

v3.2.0 (2021-09-16)

🚀 Enhancement

  • #777 Don't pass undefined arguments through to Flatpickr config (@gitKrystan)

🏠 Internal

Committers: 4

v3.1.1 (2021-02-23)

🐛 Bug Fix

Committers: 2

v3.1.0 (2021-02-20)

🚀 Enhancement

🐛 Bug Fix

  • #616 Moved @glimmer/component and @glimmer/tracking as production dependencies (@LuisAverhoff)

🏠 Internal

Committers: 5

v3.0.1 (2020-09-07)

📝 Documentation

🏠 Internal

Committers: 3

v3.0.0 (2020-08-13)

💥 Breaking Change

Committers: 1

v2.16.4 (2020-08-12)

🚀 Enhancement

Committers: 1

v2.16.3 (2020-08-05)

🚀 Enhancement

Committers: 2

v2.16.2 (2020-05-05)

v2.16.1 (2020-05-05)

v2.16.0 (2020-05-05)

🚀 Enhancement

Committers: 2

Changelog

v2.10.0 (2019-01-03)

Full Changelog

Implemented enhancements:

v2.9.0 (2019-01-02)

Full Changelog

Closed issues:

  • Problem with setting date to array #285
  • An in-range update of ember-power-select is breaking the build 🚨 #278

Merged pull requests:

v2.8.0 (2018-12-10)

Full Changelog

Merged pull requests:

v2.7.0 (2018-10-08)

Full Changelog

Implemented enhancements:

  • ember-flatpickr now observes changes to altFormat attr #256 (Techn1x)

Closed issues:

  • altFormat not binded? #255

v2.6.1 (2018-10-06)

Full Changelog

v2.6.0 (2018-10-06)

Full Changelog

Closed issues:

  • An in-range update of ember-power-select is breaking the build 🚨 #268
  • ember-source v.3.4 => Deprecate component#sendAction #264
  • Action required: Greenkeeper could not be activated 🚨 #262
  • disable : Is it possible to use it with a function? #253
  • Relax flatpickr version constraint #251

Merged pull requests:

v2.5.0 (2018-05-13)

Full Changelog

Closed issues:

  • input-date: unable to type a date unless I press enter after + clicking on wanted date #249
  • trigger time by button #247
  • test: Unable to import test-helpers in ember 3.0 (i.e. isFlatPickerOpen, setFlatpickrDate etc..) #244

v2.4.0 (2018-04-11)

Full Changelog

Closed issues:

  • [Question] Auto close on range #231
  • Deprecation Warning #229
  • Best way to implement without an input field? #228
  • How do you implement a range plugin? #211

Merged pull requests:

2.3.0

  • Ember 3.0 and dep updates

2.2.0

  • Add closeFlatpickrDate test helper

2.1.1

  • Fix fastboot flatpickr undefined issue

2.0.2

  • Use nextSibling to ensure we disabled the right input

2.0.1

  • Remove attributeBinding for disabled and correctly handle disabling when altInput=true
  • Remove all jQuery references

2.0.0

  • Removed value and defaultDate and instead you now pass a single value date which is used for the initial defaultDate and sets the date on the flatpickr instance when updated.
  • Remove all observers 🎉
  • Remove all the defaults we were maintaining and just pass everything straight to flatpickr with this.attrs

* This Changelog was automatically generated by github_changelog_generator