Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit c213026

Browse files
committed
v1.0.0-beta.9
1 parent 0b79ce9 commit c213026

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ 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.9](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.8...v1.0.0-beta.9)
7+
> 12 January 2019
8+
- Added new custom slots for Buttons [`#97`](https://github.com/mariomka/vue-datetime/pull/97)
9+
- fix: docs typo [`#99`](https://github.com/mariomka/vue-datetime/pull/99)
10+
- Update `yarn.lock` [`24830ab`](https://github.com/mariomka/vue-datetime/commit/24830ab587044fe34162054947af796cb5eaeed0)
11+
- months selector [`5e093d5`](https://github.com/mariomka/vue-datetime/commit/5e093d5f6539f64914894498208d1cc202fd18db)
12+
- specs for DatetimeMonthsPicker [`38f96d7`](https://github.com/mariomka/vue-datetime/commit/38f96d74f90feaa7368326f010d8b4a34ef04928)
13+
- Add property to customize the flow [`408720a`](https://github.com/mariomka/vue-datetime/commit/408720a400956d8ea4fd1e5df63f61b599368160)
14+
- Update readme [`1f5accd`](https://github.com/mariomka/vue-datetime/commit/1f5accd58a19cbab64bc0adceaf4aa28ccb3ea2b)
15+
- Revert split date for being compatible with all locales. So, month picker will be shown when clicking on the date. [`7892362`](https://github.com/mariomka/vue-datetime/commit/78923624c1e1c97a07aae0e201b1e32a38f75206)
16+
- Add `input-style` property and accept `Object` and `Array` besides to `String` for the property `input-class`. [`e5653b5`](https://github.com/mariomka/vue-datetime/commit/e5653b5cf7715b44530a9171880ebd53b4247b15)
17+
- Update readme [`0b79ce9`](https://github.com/mariomka/vue-datetime/commit/0b79ce95f21d99ff7c8c684b7f1d3a7bf92332d6)
18+
- Add `month` to flow [`84589b8`](https://github.com/mariomka/vue-datetime/commit/84589b864c185e904458c8597f64cf10ceb22df3)
19+
- Fix disabled months. Month could be enabled even if it first and last day is disabled. [`26493f4`](https://github.com/mariomka/vue-datetime/commit/26493f44b323935690556c225b6e6ddd30418f53)
20+
- Code style [`8a2a0bb`](https://github.com/mariomka/vue-datetime/commit/8a2a0bbaf11cd25783305595d085ece5b6773b76)
21+
- Update DatetimePopup.vue [`aa89e7f`](https://github.com/mariomka/vue-datetime/commit/aa89e7fa3589470d098366b218effe0b9bcca02d)
22+
- Set cursor pointer to header date [`1eb7125`](https://github.com/mariomka/vue-datetime/commit/1eb7125373d1fa7dfdf2775631db911d5440120c)
23+
- Set `inheritAttrs` to prevent apply not recognized props to the root element. [`a1ff9ee`](https://github.com/mariomka/vue-datetime/commit/a1ff9ee8e0f64409865856b51baa378c892f0f2e)
24+
- fix disabling [`dbefc2f`](https://github.com/mariomka/vue-datetime/commit/dbefc2f009280f15d9c2a096208fd0f689aa817d)
25+
- fix comma-spacing [`9a330e0`](https://github.com/mariomka/vue-datetime/commit/9a330e03af02308e264be739151b94d127c3d474)
26+
- fix comma-dangle [`68c70c2`](https://github.com/mariomka/vue-datetime/commit/68c70c229e18dabe818bbe75f544ca2274496b48)
27+
- fix comma-spacing [`44c69b8`](https://github.com/mariomka/vue-datetime/commit/44c69b83a204296fb1dd30417cfdd224d61caf1a)
28+
- Fix demo [`395f9db`](https://github.com/mariomka/vue-datetime/commit/395f9dbdad4f4b8180e44eaf358c52aef5a3a899)
29+
- Update DatetimePopup.vue [`b80f55b`](https://github.com/mariomka/vue-datetime/commit/b80f55bf5c49918d821c9349738d3a7d103c5222)
30+
631
#### [v1.0.0-beta.8](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.7...v1.0.0-beta.8)
732
> 14 October 2018
833
- Fix min/max [`0466724`](https://github.com/mariomka/vue-datetime/commit/0466724360d90083cede24c940711691d7a4fd68)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-datetime",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
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)