Skip to content

Commit 0ea6567

Browse files
committed
v4.1.0
1 parent 7dfe674 commit 0ea6567

File tree

119 files changed

+703
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+703
-149
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* remove duplicate change and input event forwarding ([641acf1](https://github.com/hperrin/svelte-material-ui/commit/641acf1deeb65c636192ff35f8f83ce59a1842da)), closes [#233](https://github.com/hperrin/svelte-material-ui/issues/233)
12+
* required causes textfield to use native validation, label stops floating when value deleted ([b13b2a0](https://github.com/hperrin/svelte-material-ui/commit/b13b2a029d607fbf1b94462c9a15ca5649b5b95d)), closes [#234](https://github.com/hperrin/svelte-material-ui/issues/234)
13+
* slider external updates not reflected in UI ([d46b854](https://github.com/hperrin/svelte-material-ui/commit/d46b8546346cfde2136fb14063f15587a4819de0))
14+
* textfield labels and notches show incorrect state and position ([c935423](https://github.com/hperrin/svelte-material-ui/commit/c9354235b09523ce12333fe7671392b95f62c480)), closes [#236](https://github.com/hperrin/svelte-material-ui/issues/236)
15+
* theme builder error when the output directory doesn't exist ([36c2531](https://github.com/hperrin/svelte-material-ui/commit/36c2531c073a72a46ab6d8b0392f542f73879fcd))
16+
* warnings about unexpected slot in Img and Hr ([98a555f](https://github.com/hperrin/svelte-material-ui/commit/98a555f19273176099b8aa60b9e23028bb46e6e0))
17+
18+
19+
### Features
20+
21+
* change event modifier syntax to allow use on all events ([1fe4f82](https://github.com/hperrin/svelte-material-ui/commit/1fe4f82ef29f88567a81a24a746ef7f82389e7dc))
22+
* include props for conditional icons on Textfield and Select ([2d95dc7](https://github.com/hperrin/svelte-material-ui/commit/2d95dc7305027c2580ec42403361aa5435088246)), closes [#230](https://github.com/hperrin/svelte-material-ui/issues/230)
23+
24+
25+
### Reverts
26+
27+
* Revert "v4.1.0" ([54dfd48](https://github.com/hperrin/svelte-material-ui/commit/54dfd48fc0560843ccef9cb9821b12e251977c67))
28+
* Revert "v4.1.0" ([3e683d9](https://github.com/hperrin/svelte-material-ui/commit/3e683d9166e7df9eaab2756c9ace64c4dd547758))
29+
30+
31+
32+
33+
634
# [4.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.1.0...v4.0.0) (2021-04-24)
735

836

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.1.0",
33
"command": {
44
"version": {
55
"allowBranch": [

packages/banner/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
7+
8+
9+
### Reverts
10+
11+
* Revert "v4.1.0" ([54dfd48](https://github.com/hperrin/svelte-material-ui/commit/54dfd48fc0560843ccef9cb9821b12e251977c67))
12+
* Revert "v4.1.0" ([3e683d9](https://github.com/hperrin/svelte-material-ui/commit/3e683d9166e7df9eaab2756c9ace64c4dd547758))
13+
14+
15+
16+
17+
618
# [4.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.1.0...v4.0.0) (2021-04-24)
719

820

packages/banner/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/banner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/banner",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Svelte Material UI - Banner",
55
"type": "module",
66
"module": "index.js",
@@ -31,7 +31,7 @@
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@material/banner": "^11.0.0",
34-
"@smui/common": "^4.0.0"
34+
"@smui/common": "^4.1.0"
3535
},
3636
"devDependencies": {
3737
"sass": "^1.32.8"

packages/button/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
7+
8+
9+
### Reverts
10+
11+
* Revert "v4.1.0" ([54dfd48](https://github.com/hperrin/svelte-material-ui/commit/54dfd48fc0560843ccef9cb9821b12e251977c67))
12+
* Revert "v4.1.0" ([3e683d9](https://github.com/hperrin/svelte-material-ui/commit/3e683d9166e7df9eaab2756c9ace64c4dd547758))
13+
14+
15+
16+
17+
618
# [4.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.1.0...v4.0.0) (2021-04-24)
719

820

packages/button/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/button",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Svelte Material UI - Button",
55
"type": "module",
66
"module": "index.js",
@@ -35,8 +35,8 @@
3535
"@material/feature-targeting": "^11.0.0",
3636
"@material/ripple": "^11.0.0",
3737
"@material/theme": "^11.0.0",
38-
"@smui/common": "^4.0.0",
39-
"@smui/ripple": "^4.0.0"
38+
"@smui/common": "^4.1.0",
39+
"@smui/ripple": "^4.1.0"
4040
},
4141
"devDependencies": {
4242
"sass": "^1.32.8"

packages/card/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
7+
8+
9+
### Reverts
10+
11+
* Revert "v4.1.0" ([54dfd48](https://github.com/hperrin/svelte-material-ui/commit/54dfd48fc0560843ccef9cb9821b12e251977c67))
12+
* Revert "v4.1.0" ([3e683d9](https://github.com/hperrin/svelte-material-ui/commit/3e683d9166e7df9eaab2756c9ace64c4dd547758))
13+
14+
15+
16+
17+
618
# [4.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.1.0...v4.0.0) (2021-04-24)
719

820

packages/card/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)