Skip to content

Commit 9b85dad

Browse files
authored
Merge pull request #166 from opf/changeset-release/main
Release Tracking
2 parents c165e59 + aee92d6 commit 9b85dad

11 files changed

Lines changed: 27 additions & 36 deletions

File tree

.changeset/brave-bugs-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brown-tables-do.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/chatty-jokes-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-waves-lie.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/quick-falcons-cheat.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

3+
## 0.43.0
4+
5+
### Minor Changes
6+
7+
- [#3009](https://github.com/primer/view_components/pull/3009) [`8f06f7a`](https://github.com/opf/primer_view_components/commit/8f06f7a61bccf684db56ff8ddd275447db10c409) Thanks [@camertron](https://github.com/camertron)! - Include value in event metadata when SelectPanel items are activated
8+
9+
### Patch Changes
10+
11+
- [#2983](https://github.com/primer/view_components/pull/2983) [`5d68193`](https://github.com/opf/primer_view_components/commit/5d681938247c4a957d62b05c2560fef24195ff51) Thanks [@keithamus](https://github.com/keithamus)! - Ensure ActionMenu restores focus on close of a dialog, if a menu item opened that dialog
12+
13+
- [#3010](https://github.com/primer/view_components/pull/3010) [`ebab85a`](https://github.com/opf/primer_view_components/commit/ebab85a3a3d2644079aaf495fd1e6689b89f713b) Thanks [@camertron](https://github.com/camertron)! - Fixes several SelectPanel bugs:
14+
15+
1. If multiple server-rendered items are checked, the panel will only show one item checked.
16+
2. If no `data-value` attributes are provided, panels in single-select mode will allow multiple items to be checked.
17+
18+
- [#3011](https://github.com/primer/view_components/pull/3011) [`9507093`](https://github.com/opf/primer_view_components/commit/9507093d6e9a1f7b04c25d66d51bdbb5da805fdd) Thanks [@JoyceZhu](https://github.com/JoyceZhu)! - Remove "loading" screenreader-only text after Spinner load for
19+
`eventually_local` SelectPanels
20+
21+
- [#3012](https://github.com/primer/view_components/pull/3012) [`adcdddd`](https://github.com/opf/primer_view_components/commit/adcdddd1c1d0524c4d2f6d57980052914d680dc8) Thanks [@orhantoy](https://github.com/orhantoy)! - Fix a bug where all requests from the `ToggleSwitch` view component are being made with a Turbo Accept header.
22+
This started happening after the change in #2964 because `data-turbo=false` gets interpreted as a truthy value.
23+
324
## 0.42.0
425

526
### Minor Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openproject-primer_view_components (0.42.0)
4+
openproject-primer_view_components (0.43.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.17.0)

demo/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
openproject-primer_view_components (0.42.0)
4+
openproject-primer_view_components (0.43.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.17.0)

lib/primer/view_components/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 42
8+
MINOR = 43
99
PATCH = 0
1010

1111
STRING = [MAJOR, MINOR, PATCH].join(".")

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)