RobbieTheWagner / ember-flatpickr

An Ember addon that wraps the Flatpickr date picker
https://RobbieTheWagner.github.io/ember-flatpickr/
MIT License
109 stars 54 forks source link

Publish documentation for v5 #2004

Closed gzurbach closed 6 months ago

gzurbach commented 6 months ago

Thank you for maintaining ember-flatpickr. Saw the new release, awesome work 👍

I was wondering where I could find the latest version of the docs? Looking at https://github.com/RobbieTheWagner/ember-flatpickr/pull/1975, it seems like the way locales are loaded has changed. Our app is translated in 12 languages so we want to make sure we get this right.

At the moment, the most recent docs published are for version 3.1.1:

Screenshot 2024-01-16 at 05 22 49

Thank you for your insights!

jahrock commented 6 months ago

Take a look at the localisation markdown file.

test-app/app/templates/docs/localization.md

RobbieTheWagner commented 6 months ago

Hi, sorry for missing the docs! I just published 6.0.0 and got the docs released. If anything is unclear in the docs, please let me know.

gzurbach commented 6 months ago

Awesome, thank you for the quick turnaround!