Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 8f5667c

Browse files
committed
chore(release): 1.1.0
1 parent 086924a commit 8f5667c

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.0](https://github.com/matsp/material-components-vue/compare/v1.0.2...v1.1.0) (2019-07-01)
6+
7+
8+
### Bug Fixes
9+
10+
* eliminate eslint warnings ([#241](https://github.com/matsp/material-components-vue/issues/241)) ([1ba6f6a](https://github.com/matsp/material-components-vue/commit/1ba6f6a))
11+
* **card:** bring back prop primaryAction ([#319](https://github.com/matsp/material-components-vue/issues/319)) ([3ad11bc](https://github.com/matsp/material-components-vue/commit/3ad11bc))
12+
* **checkbox:** lack of disabled prop ([#251](https://github.com/matsp/material-components-vue/issues/251)) ([2fe244f](https://github.com/matsp/material-components-vue/commit/2fe244f))
13+
* **deps:** update dependency material-components-web to v2.3.1 ([#271](https://github.com/matsp/material-components-vue/issues/271)) ([07bc3e6](https://github.com/matsp/material-components-vue/commit/07bc3e6))
14+
* **radio:** missing watcher for value ([#262](https://github.com/matsp/material-components-vue/issues/262)) ([cb6bd2d](https://github.com/matsp/material-components-vue/commit/cb6bd2d))
15+
* **snackbar:** Check empty actionButtonText ([2716a20](https://github.com/matsp/material-components-vue/commit/2716a20))
16+
* **snackbar:** labelText is empty when using default slot as the label text ([#240](https://github.com/matsp/material-components-vue/issues/240)) ([f0ddd6c](https://github.com/matsp/material-components-vue/commit/f0ddd6c))
17+
* **tab:** v-model not updating ([#286](https://github.com/matsp/material-components-vue/issues/286)) ([4863d00](https://github.com/matsp/material-components-vue/commit/4863d00))
18+
* **tab-bar:** add a built-in scroller if the default slot is not a scroller ([#313](https://github.com/matsp/material-components-vue/issues/313)) ([0650e3d](https://github.com/matsp/material-components-vue/commit/0650e3d)), closes [#312](https://github.com/matsp/material-components-vue/issues/312)
19+
* **text-field docs:** correcting component usage in readme ([#316](https://github.com/matsp/material-components-vue/issues/316)) ([e6d231d](https://github.com/matsp/material-components-vue/commit/e6d231d))
20+
21+
22+
### Features
23+
24+
* **card:** add primary action component ([#292](https://github.com/matsp/material-components-vue/issues/292)) ([980e706](https://github.com/matsp/material-components-vue/commit/980e706))
25+
* **select:** add select icon ([#243](https://github.com/matsp/material-components-vue/issues/243)) ([fb75ae2](https://github.com/matsp/material-components-vue/commit/fb75ae2))
26+
* **text-field:** add text field icon ([#317](https://github.com/matsp/material-components-vue/issues/317)) ([8f271f1](https://github.com/matsp/material-components-vue/commit/8f271f1))
27+
28+
29+
### Tests
30+
31+
* **floating-label:** add snapshots ([#263](https://github.com/matsp/material-components-vue/issues/263)) ([4a2b41f](https://github.com/matsp/material-components-vue/commit/4a2b41f))
32+
* **linear-progress:** add snapshots ([#264](https://github.com/matsp/material-components-vue/issues/264)) ([25c93e1](https://github.com/matsp/material-components-vue/commit/25c93e1))
33+
* **snackbar:** add snapshots ([#257](https://github.com/matsp/material-components-vue/issues/257)) ([c335269](https://github.com/matsp/material-components-vue/commit/c335269))
34+
35+
36+
537
### [1.0.2](https://github.com/matsp/material-components-vue/compare/v1.0.1...v1.0.2) (2019-05-14)
638

739

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-components-vue",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Material Design components for Vue.js",
55
"author": "Mats Pfeiffer <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)