projectcaluma / ember-caluma

Ember.js addons for Caluma
https://docs.caluma.io/ember-caluma/
GNU Lesser General Public License v3.0
18 stars 22 forks source link

fix(form): only pass locale string to flatpickr #2663

Closed anehx closed 4 months ago

czosel commented 4 months ago

Changes LGTM, just a question: is localeObject not supported anymore, or what was the motivation?

anehx commented 4 months ago

Changes LGTM, just a question: is localeObject not supported anymore, or what was the motivation?

It's still supported but using it was a workaround for a problem that is fixed now. This is much cleaner as the component will just import the needed locale object automatically.

anehx commented 4 months ago

:tada: This PR is included in version 12.10.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: