Skip to content

Commit 6ab8d0a

Browse files
committed
v1.0.0-beta.11
1 parent 0576c01 commit 6ab8d0a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
55

6+
#### [v1.0.0-beta.11](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.10...v1.0.0-beta.11)
7+
> 13 November 2019
8+
- add curly brackets export name [`#178`](https://github.com/mariomka/vue-datetime/pull/178)
9+
- Add type=time to the time example [`#172`](https://github.com/mariomka/vue-datetime/pull/172)
10+
- Update util.js [`#164`](https://github.com/mariomka/vue-datetime/pull/164)
11+
- improve pickers scrolling experience on mobile devices [`#162`](https://github.com/mariomka/vue-datetime/pull/162)
12+
- added a check to see if yearList ref exists [`#131`](https://github.com/mariomka/vue-datetime/pull/131)
13+
- replaced usage of Array.fill to work on old versions on Chrome [`#129`](https://github.com/mariomka/vue-datetime/pull/129)
14+
- Fix min/max dates when picker zone isn't UTC [`0576c01`](https://github.com/mariomka/vue-datetime/commit/0576c015c4b0906081ea1218a278f8af34fec13c)
15+
- Expose the popup. [`ad7d42f`](https://github.com/mariomka/vue-datetime/commit/ad7d42fb2f64d8725465cfd2b91eba22a534000d)
16+
- Added height to month selection arrows. [`55d3ac4`](https://github.com/mariomka/vue-datetime/commit/55d3ac432ece6a965a52567eabedef65e9dc2038)
17+
618
#### [v1.0.0-beta.10](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.9...v1.0.0-beta.10)
719
> 13 January 2019
820
- Add title property. Based on #118 [`0da317c`](https://github.com/mariomka/vue-datetime/commit/0da317c4be5ef8c3c21642d0db5bcd17f9d27840)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-datetime",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.11",
44
"description": "Mobile friendly datetime picker for Vue. Supports date, datetime and time modes, i18n and disabling dates.",
55
"keywords": [
66
"datetime",

0 commit comments

Comments
 (0)