All notable changes to this project will be documented in this file.
Generated by auto-changelog
.
9 July 2018
- Add empty days at the end of the month to complete the week
#72
- Merge branch 'v1.x' of https://github.com/coreycoburn/vue-datetime into coreycoburn-v1.x
#56
- Add test `should pass datetime to popup`
9a22b1e
- Add `input-id` parameter to avoid id collisions
d3d9797
- Simplify roundMinute code
3e28c20
- Remove seconds and milliseconds when new date is created
4895a21
9 July 2018
8 July 2018
- apply default rounded time when using minute step - resolves #56
#56
- Generate hidden input with raw value when name is passed
32f8744
- macro tokens are supported.
5db1a70
- Add test for macro tokens format
d995e02
- Fix value formatting with `type=date` and specified time zone
522b19d
- Rename `name` attribute by `hidden-name`
f06fc41
- Update readme
4bcbeef
- Fix time zone for macro tokens format
f868eb6
- fix format describe
c2a3456
- fix format describe
5f44166
- Macro tokens are supported.
74deb7d
3 February 2018
- Add 12/24 hour format option to the time picker.
#39
- Update issue template
4c5de6d
- Fix demo example code
2a5944f
23 January 2018
- Add `week-start` parameter
6cb9279
- Update demo
057f87a
- Fix issue with value time zone
035d4da
- Refactoring calendar new date
d82d09c
- Rename `date` by `datetime` in `Datetime.vue`
296f2c0
- Refactoring
7d40f6f
- Rename and improve `clearTime` util
ccd80f5
- Fix demo webpack
579096d
- Add `luxon` in rollup globals config
46551bf
- Add demo link to readme
44c667f
- Remove auto-changelog limit
f972692
19 January 2018
- Cancel popup on key down ESC or TAB
47c8fca
- Close popup on press ESC key
072063f
- Continue or confirm popup on key down ENTER
ff281ca
- Fix auto on select time
69edaaa
- On open popup blur input
5155ac7
18 January 2018
- Value will be an empty string instead of null when the date is empty or invalid because value type is a string.
3fa3463
- Update luxon peer dependency version
2dd13b2
18 January 2018
- Watch value changes
d58b910
- Update readme and issue template
8adff3d
- Ignore all vue devtools globals in mocha
7daee98
- Update issue template
b525ff6
16 January 2018
- Add `auto` property
8d6cec3
- Update readme
cef7afe
- Update luxon to v0.3.1
635be46
- Fix local time zone test
e35cec1
- Add travis config
f0289e9
- Fix Datetime types tests
0e6663c
- Add shields to readme
a0af5e3
- Fix license and coverage link
109a5be
- Add `codecov` to travis configuration
122a301
- Add demo gif
e528f9e
- Fix shields
9356b3f
15 January 2018
15 January 2018
- Reformat code
6391d30
- Add minimum and maximum datetimes.
5467eec
- Clear time when type is date
317d0b4
- Add notice and todo to readme
6a8855b
- Refactor utils
45a82a3
- Update readme parameters section
4461ab5
- Add `VUE_DEVTOOLS_TOAST` to accepted global variables names in mocha.
1b40d2f
25 December 2017
25 December 2017
- Add year picker
c7766c8
- Update `phrases` test
c056826
- Pass time steps from date picker to time picker through the popup.
fd2d338
- Fix tests
539a5cf
- Refactor flow
7b19f2f
- Rename `i18n` prop by `phrases` and add it to `Datetime` component
46e10ff
- Add `auto-changelog` package to auto generate changelog on every version
db2b5ea
- Update readme
d882209
- Remove `wrapper-class` and `input-class` props. Use `class` attribute instead.
5017b63
- Refactor how years, hours and minutes are generated.
e3e5429
- Update readme
5d60ed3
- Update readme
63c1c43
- Fix transition z-index issue
9ac6aa9
- Remove unused prop
c709478
- Remove duplicated year from header
f2ba651
- Update readme
d04236a
20 December 2017