Skip to content

Commit d1f67d4

Browse files
authored
Merge pull request #216 from opf/changeset-release/main
Release Tracking
2 parents 3658f38 + de2b380 commit d1f67d4

11 files changed

+24
-33
lines changed

.changeset/brave-eggs-obey.md

-6
This file was deleted.

.changeset/friendly-owls-destroy.md

-5
This file was deleted.

.changeset/khaki-seals-battle.md

-5
This file was deleted.

.changeset/sharp-jokes-notice.md

-5
This file was deleted.

.changeset/wild-parrots-train.md

-5
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

3+
## 0.51.0
4+
5+
### Minor Changes
6+
7+
- [#214](https://github.com/opf/primer_view_components/pull/214) [`0d265ad`](https://github.com/opf/primer_view_components/commit/0d265ad5384099a1a3a8833cc25bee72d1c15684) Thanks [@myabc](https://github.com/myabc)! - [59468] Initial implementation of Danger Confirmation Dialog
8+
This is an opinionated dialog that requires the user to confirm that they wish to perform a "potentially dangerous" action by clicking a checkbox. The submit button is disabled until the checkbox is clicked. A "potentially dangerous" action could be a destructive action that cannot be easily reverted, such as bulk delete.
9+
10+
### Patch Changes
11+
12+
- [#3224](https://github.com/primer/view_components/pull/3224) [`3140ad9`](https://github.com/opf/primer_view_components/commit/3140ad99f59b2345a43774c369bcc35d7ddd04d3) Thanks [@camertron](https://github.com/camertron)! - Update check box styles for ActionList to match the rest of Primer
13+
14+
- [#3236](https://github.com/primer/view_components/pull/3236) [`eea9da6`](https://github.com/opf/primer_view_components/commit/eea9da6639c3fe81f328e7da8904d89df6b2467b) Thanks [@camertron](https://github.com/camertron)! - Improve template path detection for forms
15+
16+
- [#3235](https://github.com/primer/view_components/pull/3235) [`c765093`](https://github.com/opf/primer_view_components/commit/c765093790d53940b3d7810085441d3706d17229) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Adds `role="radiogroup"` on `fieldset` in radio group component
17+
18+
- [#3207](https://github.com/primer/view_components/pull/3207) [`5880922`](https://github.com/opf/primer_view_components/commit/5880922a563af6d51dc912616861cf3010a1d24a) Thanks [@camertron](https://github.com/camertron)! - Fix ActionMenu position issue when container is scrollable
19+
320
## 0.50.1
421

522
### Patch Changes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openproject-primer_view_components (0.50.1)
4+
openproject-primer_view_components (0.51.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.20.0)

demo/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
openproject-primer_view_components (0.50.1)
4+
openproject-primer_view_components (0.51.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.20.0)

lib/primer/view_components/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 50
9-
PATCH = 1
8+
MINOR = 51
9+
PATCH = 0
1010

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

package-lock.json

+2-2
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": "@openproject/primer-view-components",
3-
"version": "0.50.1",
3+
"version": "0.51.0",
44
"description": "ViewComponents of the Primer Design System for OpenProject",
55
"main": "app/assets/javascripts/primer_view_components.js",
66
"module": "app/components/primer/primer.js",

0 commit comments

Comments
 (0)