Skip to content

Releases: adrienpoly/stimulus-flatpickr

v1.2.0-3

17 Nov 09:02
Compare
Choose a tag to compare
v1.2.0-3 Pre-release
Pre-release
  • fix missing error parameter in try catch e7ad6b5

v1.2.0-2...v1.2.0-3

v1.2.0-2-beta

16 Nov 14:00
Compare
Choose a tag to compare
v1.2.0-2-beta Pre-release
Pre-release

v1.2.0-1

15 Nov 06:31
Compare
Choose a tag to compare
v1.2.0-1 Pre-release
Pre-release
  • Allow to pass either Array or String to defaultDate fc68729

v1.2.0-0...v1.2.0-1

v1.2.0-0

14 Nov 01:12
Compare
Choose a tag to compare
v1.2.0-0 Pre-release
Pre-release
  • adds support for custom element 8c427fd
  • Correct flatpickr_date_format attribute in readme.md 76b90a1

v1.1.2...v1.2.0-0

v1.1.2

09 Sep 01:05
Compare
Choose a tag to compare
  • Transform spread to increase compatibility 5f16670

v1.1.1...v1.1.2

v1.1.1

08 Sep 13:38
Compare
Choose a tag to compare
  • 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

v1.1.0-beta.1...v1.1.1

v1.1.0-beta.2

08 Sep 12:51
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release
  • [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

v1.1.0-beta1...v1.1.0-beta.2

v1.0.0

12 Sep 11:56
Compare
Choose a tag to compare

-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

10 Sep 22:42
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

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

v1.0.0-beta.1

05 Sep 09:37
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

-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)