Skip to content

Commit ebd5b27

Browse files
committed
release 5.1.7
1 parent 99fa368 commit ebd5b27

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
verify:
88
name: Verify
99
if: github.event_name != 'pull_request'
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212

1313
# Check out the current repository

CHANGELOG-HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### 5.1.7
4+
5+
+ [x] Added component `radio-buttons` (n8n style)
6+
+ [x] Fixed component `splitter` for save state
7+
+ [x] Added sizes to `info-button`, `image-button`, `split-button`
8+
+ [x] Added sizes to input controls
9+
+ [x] Fixed hover on appbar menu subitems
10+
+ [x] Updated docs for a lot of components
11+
+ [x] Added component `bar3d`
12+
+ [x] Added component `github-box`
13+
+ [x] Improved component `audio-button`
14+
315
### 5.1.6
416
+ [x] Fixed knob position in the witch component
517
+ [x] Updated docs for a lot of components

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
### 5.1.7
22

33
+ [x] Added component `radio-buttons` (n8n style)
4-
+ [x] Fixed component `splitter` for save state
4+
+ [x] Fixed component `splitter` for save state
55
+ [x] Added sizes to `info-button`, `image-button`, `split-button`
66
+ [x] Added sizes to input controls
77
+ [x] Fixed hover on appbar menu subitems
88
+ [x] Updated docs for a lot of components
9-
9+
+ [x] Added component `bar3d`
10+
+ [x] Added component `github-box`
11+
+ [x] Improved component `audio-button`

0 commit comments

Comments
 (0)