Skip to content

Commit

Permalink
ONL-6339:feat: Add i18n to datepicker and use Date instance (#1082)
Browse files Browse the repository at this point in the history
* ONL-6339:feat: Add i18n to datepicker and use Date instance

* ONL-6339:feat: Add unit tests

* ONL-6339:feat: Update chrome integration tests

* ONL-6395:test:integration firefox snap

* ONL-6339:feat: Add unit test when typing a value on the input the v-model should be updated

* ONL-6339:feat: Bump flatpickr from 4.6.9 to 4.6.10

* ONL-6339:feat: Users locale when select a date and add dropdown control for dateFormat

* ONL-6339:feat: Update visual integration tests snapshots

* [ONL-6339] Add datepicker firefox snapshot

* ONL-6339:feat: Preventing errors when not passing locale or dateFormat and remove default dateFormat by default in flatpickr is Y-m-d

* ONL-6339:feat: Upgrade package.json version

Co-authored-by: stavros <stavros.tomadakis@ebury.com>
Co-authored-by: Jose Calvente <jose.fuentes@ebury.com>
  • Loading branch information
3 people authored Mar 9, 2022
1 parent 7fef94f commit 03f94fd
Show file tree
Hide file tree
Showing 8 changed files with 2,388 additions and 598 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebury/chameleon-components",
"version": "1.9.9",
"version": "1.10.0",
"main": "src/main.js",
"sideEffects": false,
"author": "Ebury Team (http://labs.ebury.rocks/)",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"clipboard-copy": "3.2.0",
"flatpickr": "4.6.9",
"flatpickr": "4.6.10",
"focus-trap": "6.6.1",
"mitt": "3.0.0",
"svg-country-flags": "1.2.10",
Expand Down
Loading

1 comment on commit 03f94fd

@vercel
Copy link

@vercel vercel bot commented on 03f94fd Mar 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.