Stimulus Flatpickr Versions Save

A modest, yet powerful wrapper of Flatpickr 📆 for Stimulus

v3.0.0-0

2 years ago
  • [NEW] Support for Stimulus 3 with new @hotwired/stimulus package fdc6fb4

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.4.0...v3.0.0-0

v1.4.0

3 years ago

Breaking change for UMD

UMD module name wasn't properly defined. It was set to stimulus-flatpickr it is now StimulusFlatpickr

  • change UMD name to StimulusFlatpickr (#64) d5ce5cd

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.3.3...v1.4.0

v1.3.3

3 years ago
  • [FIX] Add mapping support for %-l strftime format 3745612 #61 thanks @aeturnumfluctus

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.3.2...v1.3.3

v1.3.1

3 years ago
  • [DOCUMENTATION] Update readme.md c48eda9, 099dcc9
  • [DOCUMENTATION] Include stylesheet pack tag to load style in Production 7acd4d8
  • [DOCUMENTATION] Including minor details about flatpickr 7962e45
  • [SECURITY] Bump node-fetch from 2.6.0 to 2.6.1 3250e4e
  • [SECURITY] Bump http-proxy from 1.18.0 to 1.18.1 3ff1fd8
  • [SECURITY] Bump elliptic from 6.5.2 to 6.5.3 481dfd0
  • [SECURITY] Bump codecov from 3.6.5 to 3.7.1 c07308c
  • [SECURITY] Bump lodash from 4.17.15 to 4.17.19 bd13793

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.3.0...v1.3.1

v1.3.0

3 years ago
  • [NEW] adds monthSelectorType option bc3eaf2 #49
  • [NEW] update required minimum Flatpickr version to v4.6.2 9e0b26e #49
  • [NEW] Flatpickr and Stimulus are now peerDependency of the project and must be installed separately 9e0b26e #49
  • [SECURITY] Bump websocket-extensions from 0.1.3 to 0.1.4 c2a4ccf

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.2.4...v1.3.0

v1.2.4

4 years ago

v1.2.3

4 years ago
  • freshen dependencies, security fixes 1960e9b
  • Merge pull request #47 from adrienpoly/dependabot/npm_and_yarn/acorn-6.4.1 6cbdc72
  • Bump acorn from 6.4.0 to 6.4.1 2cb0cba
  • Merge pull request #46 from adrienpoly/dependabot/npm_and_yarn/codecov-3.6.5 5a619fe
  • Bump codecov from 3.6.1 to 3.6.5 43516e9
  • ignore more files to publish to npm 477eb13

https://github.com/adrienpoly/stimulus-flatpickr/compare/v1.2.1...v1.2.3

v1.2.1

4 years ago
  • [SECURITY] freshen dependencies to fix CVE-2019-16769 warning 6a1520d
  • [INTERNAL] add entries to npmignore to reduce package size f9be266

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

v1.2.0

4 years ago
  • NEW Allow to pass either Array or String to defaultDate fc68729
  • NEW adds support for custom element 8c427fd
  • NEW playground with examples 1b07e0e
  • FIX Correct flatpickr_date_format attribute in readme.md 76b90a1

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