Stimulus Flatpickr Versions Save

A modest, yet powerful wrapper of Flatpickr 📆 for Stimulus

v1.2.0-3

4 years ago
  • fix missing error parameter in try catch e7ad6b5

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.2.0-2...v1.2.0-3

v1.2.0-1

4 years ago
  • Allow to pass either Array or String to defaultDate fc68729

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.2.0-0...v1.2.0-1

v1.2.0-0

4 years ago
  • adds support for custom element 8c427fd
  • Correct flatpickr_date_format attribute in readme.md 76b90a1

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.1.2...v1.2.0-0

v1.1.2

4 years ago
  • Transform spread to increase compatibility 5f16670

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.1.1...v1.1.2

v1.1.1

4 years ago
  • NEW accepts 0/1 as true false values for options 5de1977

  • INTERNAL update test suite 5708eaa

  • INTERNAL adds eslint and prettier 3529583

  • INTERNAL update babel, rollup c313c3d

  • SECURITY Merge pull request #34 from adrienpoly/dependabot/npm_and_yarn/lodash-4.17.15 1bfb8f7

  • SECURITY Merge branch 'master' into dependabot/npm_and_yarn/lodash-4.17.15 b2691c5

  • SECURITY Bump lodash from 4.17.11 to 4.17.15 1f55bbb

  • SECURITY Merge pull request #33 from adrienpoly/dependabot/npm_and_yarn/handlebars-4.1.2 5993f08

  • SECURITY Merge pull request #32 from adrienpoly/dependabot/npm_and_yarn/lodash-4.17.14 d01982b

  • SECURITY Merge pull request #31 from adrienpoly/dependabot/npm_and_yarn/playground/lodash-4.17.14 d9f9d8c

  • SECURITY Merge pull request #30 from adrienpoly/dependabot/npm_and_yarn/playground/lodash.mergewith-4.6.2 7d1c63e

  • SECURITY Bump handlebars from 4.0.12 to 4.1.2 6187390

  • SECURITY Bump lodash from 4.17.11 to 4.17.14 f3de6f4

  • SECURITY Bump lodash from 4.17.10 to 4.17.14 in /playground e866b4f

  • SECURITY Bump lodash.mergewith from 4.6.1 to 4.6.2 in /playground 176f8fa

  • SECURITY Merge pull request #28 from adrienpoly/dependabot/npm_and_yarn/playground/fstream-1.0.12 b90021a

  • SECURITY Bump fstream from 1.0.11 to 1.0.12 in /playground 108fadb

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.1.0-beta.1...v1.1.1

v1.1.0-beta.2

4 years ago
  • [TEST] update test suite 5708eaa

  • [TOOLS] adds eslint and prettier 3529583

  • [TOOLS] update babel, rollup c313c3d

  • [security] Merge pull request #34 from adrienpoly/dependabot/npm_and_yarn/lodash-4.17.15 1bfb8f7

  • [security] Merge branch 'master' into dependabot/npm_and_yarn/lodash-4.17.15 b2691c5

  • [security] Bump lodash from 4.17.11 to 4.17.15 1f55bbb

  • [security] Merge pull request #33 from adrienpoly/dependabot/npm_and_yarn/handlebars-4.1.2 5993f08

  • [security] Merge pull request #32 from adrienpoly/dependabot/npm_and_yarn/lodash-4.17.14 d01982b

  • [security] Merge pull request #31 from adrienpoly/dependabot/npm_and_yarn/playground/lodash-4.17.14 d9f9d8c

  • [security] Merge pull request #30 from adrienpoly/dependabot/npm_and_yarn/playground/lodash.mergewith-4.6.2 7d1c63e -[security] Bump handlebars from 4.0.12 to 4.1.2 6187390

  • [security] Bump lodash from 4.17.11 to 4.17.14 f3de6f4

  • [security] Bump lodash from 4.17.10 to 4.17.14 in /playground e866b4f

  • [security] Bump lodash.mergewith from 4.6.1 to 4.6.2 in /playground 176f8fa

  • [security] Merge pull request #28 from adrienpoly/dependabot/npm_and_yarn/playground/fstream-1.0.12 b90021a

  • [security] Bump fstream from 1.0.11 to 1.0.12 in /playground 108fadb

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.1.0-beta1...v1.1.0-beta.2

v1

5 years ago

-NEW: include a minimal playground project to run local tests (#9 #10) -FIX: time_24hr option was not applied due to case conversion problem (#11) -FIX: strftime conversion for token with ^ (#16) -INTERNAL: adds Karma, mocha and the gang test suite (#8) -INTERNAL: adds CircleCI (#8 #13) -INTERNAL: use _ to label private functions (#15) -INTERNAL: adds code coverage (#16) -INTERNAL: adds tests for date formats (#17 #18) -INTERNAL: adds tests for targets elements (#20 )

v1.0.0-beta.2

5 years ago

-FIX: strftime conversion for token with ^ (#16) -INTERNAL: use _ to label private functions (#15) -INTERNAL: adds code coverage (#16)

v1.0.0-beta.1

5 years ago

-NEW: include a minimal playground project to run local tests (#9 #10) -FIX: time_24hr option was not applied due to case conversion problem (#11) -INTERNAL: adds Karma, mocha and the gang test suite (#8) -INTERNAL: adds CircleCI (#8 #13)