diff --git a/.changeset/beige-flowers-push.md b/.changeset/beige-flowers-push.md deleted file mode 100644 index 0fd8c2ff5a..0000000000 --- a/.changeset/beige-flowers-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/primer-view-components": minor ---- - -Support `` elements that allow selecting multiple values + +- [#2689](https://github.com/primer/view_components/pull/2689) [`a7f7dad`](https://github.com/opf/primer_view_components/commit/a7f7dad6170afc1dea1071639b5beb3aa20b7918) Thanks [@langermank](https://github.com/langermank)! - - Bug fix: inactive button colors + + - Bug fix: double border/box-shadow on popover and dropdown + - Bug fix: text color for primary button in dark dimmed + +- [#81](https://github.com/opf/primer_view_components/pull/81) [`b2011f7`](https://github.com/opf/primer_view_components/commit/b2011f7f2d26a9f364274454aa0f67803133873a) Thanks [@HDinger](https://github.com/HDinger)! - Move the implementation of Primer::OpenProject::PageHeader closer to the specification of Primer + +- [#2610](https://github.com/primer/view_components/pull/2610) [`14890a3`](https://github.com/opf/primer_view_components/commit/14890a30c736a5a01596f0863e36d81861e6d6ac) Thanks [@thesnowrose](https://github.com/thesnowrose)! - Add the ability to show a tooltip for navlists on text truncation + +- [#2609](https://github.com/primer/view_components/pull/2609) [`14d8dc5`](https://github.com/opf/primer_view_components/commit/14d8dc583541879eda26b7f1836d3df7c752507f) Thanks [@camertron](https://github.com/camertron)! - Add an AutoComplete form input + +### Patch Changes + +- [#2673](https://github.com/primer/view_components/pull/2673) [`3a6762d`](https://github.com/opf/primer_view_components/commit/3a6762db6a55b5f918b86c58ee835fe52e66eac3) Thanks [@camertron](https://github.com/camertron)! - Make text field and other form inputs respect the full_width: option + +- [#2665](https://github.com/primer/view_components/pull/2665) [`c7c206a`](https://github.com/opf/primer_view_components/commit/c7c206a5f434ec023aec87623f0dc1e90902d3ee) Thanks [@langermank](https://github.com/langermank)! - Default IconButton text color `muted` + +- [#2629](https://github.com/primer/view_components/pull/2629) [`862f05a`](https://github.com/opf/primer_view_components/commit/862f05ae7a751b87650c72616360cdbabb7504ee) Thanks [@camertron](https://github.com/camertron)! - Fix autofocus behavior for radio button and check box groups + +- [#2642](https://github.com/primer/view_components/pull/2642) [`7f17b7c`](https://github.com/opf/primer_view_components/commit/7f17b7c1686cfa875ae75b58c8ff3245ea08eb24) Thanks [@tbenning](https://github.com/tbenning)! - Unify breadcrumbs + +- [#2666](https://github.com/primer/view_components/pull/2666) [`53a3390`](https://github.com/opf/primer_view_components/commit/53a3390e897b5959e6d38f2f212ac773622c51f7) Thanks [@camertron](https://github.com/camertron)! - Make sure labels and form inputs are properly associated when a custom ID is provided + +- [#2672](https://github.com/primer/view_components/pull/2672) [`f1ab24a`](https://github.com/opf/primer_view_components/commit/f1ab24ab59dd989ef21b0674b7b95189d7b50c2b) Thanks [@orhantoy](https://github.com/orhantoy)! - Fix documented options for ToggleSwitch size and status_label_position + +- [#2643](https://github.com/primer/view_components/pull/2643) [`70a6dee`](https://github.com/opf/primer_view_components/commit/70a6dee654562b505ac17991a53d1039c57f81e3) Thanks [@langermank](https://github.com/langermank)! - Swap bg-gradient with bg-color for Banner/Flash + ## 0.23.0 ### Minor Changes diff --git a/Gemfile.lock b/Gemfile.lock index d424b7ee5f..c8f01ee087 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - openproject-primer_view_components (0.23.0) + openproject-primer_view_components (0.24.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) openproject-octicons (>= 19.8.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index f2497e0805..1f0858e219 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - openproject-primer_view_components (0.23.0) + openproject-primer_view_components (0.24.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) openproject-octicons (>= 19.8.0) diff --git a/lib/primer/view_components/version.rb b/lib/primer/view_components/version.rb index d9564753e6..a52634c8bd 100644 --- a/lib/primer/view_components/version.rb +++ b/lib/primer/view_components/version.rb @@ -5,7 +5,7 @@ module Primer module ViewComponents module VERSION MAJOR = 0 - MINOR = 23 + MINOR = 24 PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".") diff --git a/package-lock.json b/package-lock.json index fd110b38e9..d71f69e861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openproject/primer-view-components", - "version": "0.23.0", + "version": "0.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@openproject/primer-view-components", - "version": "0.23.0", + "version": "0.24.0", "license": "MIT", "dependencies": { "@github/auto-check-element": "^5.2.0", diff --git a/package.json b/package.json index 4c7ef9726c..0908b133ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/primer-view-components", - "version": "0.23.0", + "version": "0.24.0", "description": "ViewComponents of the Primer Design System for OpenProject", "main": "app/assets/javascripts/primer_view_components.js", "module": "app/components/primer/primer.js",