Skip to content

Commit 1002108

Browse files
committed
v7.0.0-beta.1
1 parent 2e0b16a commit 1002108

File tree

93 files changed

+1237
-4142
lines changed

Some content is hidden

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

93 files changed

+1237
-4142
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
# [7.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.0...v7.0.0-beta.1) (2023-04-04)
7+
8+
9+
### Bug Fixes
10+
11+
* check for NaN value when floating the label in text field ([d64bec0](https://github.com/hperrin/svelte-material-ui/commit/d64bec03d824f9b9ea9239dc0d4925197d317dd3))
12+
* many type issues ([d5ade30](https://github.com/hperrin/svelte-material-ui/commit/d5ade309eebf9bc5c17826730e691077f495cda8)), closes [#527](https://github.com/hperrin/svelte-material-ui/issues/527)
13+
* query selector in dialog component ([d053274](https://github.com/hperrin/svelte-material-ui/commit/d05327455969788bcb934bcdea6fcc4510af47d7))
14+
* update packages and fix issues ([13050de](https://github.com/hperrin/svelte-material-ui/commit/13050deacb8a40d679db9ad92ca88c3a0b436b47))
15+
16+
17+
### Features
18+
19+
* export List focusItemAtIndex ([4e0aad7](https://github.com/hperrin/svelte-material-ui/commit/4e0aad79fa9a73bdc390762c10cc7d1b62657b21)), closes [#363](https://github.com/hperrin/svelte-material-ui/issues/363)
20+
* redo autocomplete resetTextWhenSelected option, use event cancelation instead ([78950d4](https://github.com/hperrin/svelte-material-ui/commit/78950d484fd740dc3568b0097f812cb8dd13c5da))
21+
22+
23+
24+
25+
626
# [7.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v6.2.0...v7.0.0-beta.0) (2022-10-12)
727

828
### Bug Fixes

lerna.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
2-
"version": "7.0.0-beta.0",
2+
"version": "7.0.0-beta.1",
33
"command": {
44
"version": {
5-
"allowBranch": ["master"],
5+
"allowBranch": [
6+
"master"
7+
],
68
"conventionalCommits": true
79
}
810
},
9-
"packages": ["packages/*"]
11+
"packages": [
12+
"packages/*"
13+
]
1014
}

0 commit comments

Comments
 (0)