diff --git a/.changeset/curly-waves-travel.md b/.changeset/curly-waves-travel.md deleted file mode 100644 index 6d3e1b927a..0000000000 --- a/.changeset/curly-waves-travel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': patch ---- - -Allow form buttons to be disabled on click with data-disable-with - - diff --git a/.changeset/gold-dingos-carry.md b/.changeset/gold-dingos-carry.md deleted file mode 100644 index a3e2cec878..0000000000 --- a/.changeset/gold-dingos-carry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/view-components": patch ---- - -Fix bug in ActionMenu button where return doesn't trigger menu - - diff --git a/.changeset/itchy-pants-hug.md b/.changeset/itchy-pants-hug.md deleted file mode 100644 index b34aa050ab..0000000000 --- a/.changeset/itchy-pants-hug.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': minor ---- - -Add an accessible avatar item to ActionList, NavList, and ActionMenu - - diff --git a/.changeset/quiet-mirrors-cover.md b/.changeset/quiet-mirrors-cover.md deleted file mode 100644 index d6de6233dd..0000000000 --- a/.changeset/quiet-mirrors-cover.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/view-components": patch ---- - -Guard tooltip popover calls from `Failed to execute 'showPopover' on 'HTMLElement': Not supported on elements that do not have a valid value for the 'popover' attribute.` - - diff --git a/.changeset/shiny-parents-retire.md b/.changeset/shiny-parents-retire.md deleted file mode 100644 index 7397e716da..0000000000 --- a/.changeset/shiny-parents-retire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/view-components": patch ---- - -Fix Dialog backdrop color fallback - - diff --git a/.changeset/silver-walls-worry.md b/.changeset/silver-walls-worry.md deleted file mode 100644 index 5ff192e1b5..0000000000 --- a/.changeset/silver-walls-worry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/view-components": patch ---- - -Add fallbacks for primary Button - - diff --git a/.changeset/spicy-experts-exercise.md b/.changeset/spicy-experts-exercise.md deleted file mode 100644 index cdeef0451f..0000000000 --- a/.changeset/spicy-experts-exercise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': patch ---- - -Fix color contrast issues for action list hover state (danger style) - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f38939979..42e7f575ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # CHANGELOG +## 0.6.0 + +### Minor Changes + +- [#2165](https://github.com/primer/view_components/pull/2165) [`1b8ff1b7`](https://github.com/primer/view_components/commit/1b8ff1b7883b9870dfc09c6b59f26d17b8d2be92) Thanks [@camertron](https://github.com/camertron)! - Add an accessible avatar item to ActionList, NavList, and ActionMenu + + + +### Patch Changes + +- [#2164](https://github.com/primer/view_components/pull/2164) [`93344455`](https://github.com/primer/view_components/commit/93344455a3fc7666dd459eeb06843e2a9c7a7806) Thanks [@camertron](https://github.com/camertron)! - Allow form buttons to be disabled on click with data-disable-with + + + +- [#2158](https://github.com/primer/view_components/pull/2158) [`0afaecc6`](https://github.com/primer/view_components/commit/0afaecc6051ff5f85f804db3ac3494d208ed4999) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix bug in ActionMenu button where return doesn't trigger menu + + + +- [#2168](https://github.com/primer/view_components/pull/2168) [`45822328`](https://github.com/primer/view_components/commit/4582232870286d9cc2d6ae8bea6c6fd9da9659a6) Thanks [@keithamus](https://github.com/keithamus)! - Guard tooltip popover calls from `Failed to execute 'showPopover' on 'HTMLElement': Not supported on elements that do not have a valid value for the 'popover' attribute.` + + + +- [#2160](https://github.com/primer/view_components/pull/2160) [`8464823b`](https://github.com/primer/view_components/commit/8464823b7cb1d27cea9e4ead25014f1518e6bd26) Thanks [@langermank](https://github.com/langermank)! - Fix Dialog backdrop color fallback + + + +- [#2163](https://github.com/primer/view_components/pull/2163) [`e3aeda1f`](https://github.com/primer/view_components/commit/e3aeda1f567f3a8d08a252ab98e0aeae880d1eaf) Thanks [@langermank](https://github.com/langermank)! - Add fallbacks for primary Button + + + +- [#2169](https://github.com/primer/view_components/pull/2169) [`4f11f5e3`](https://github.com/primer/view_components/commit/4f11f5e32d0d108bce6fb688156b21704a75785f) Thanks [@camertron](https://github.com/camertron)! - Fix color contrast issues for action list hover state (danger style) + + + ## 0.5.1 ### Patch Changes diff --git a/Gemfile.lock b/Gemfile.lock index f8e9b09f30..e60ffba802 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - primer_view_components (0.5.1) + primer_view_components (0.6.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (>= 18.0.0) @@ -120,7 +120,7 @@ GEM racc (~> 1.4) nokogiri (1.14.0-x86_64-linux) racc (~> 1.4) - octicons (19.4.0) + octicons (19.5.0) parallel (1.22.1) parser (3.2.0.0) ast (~> 2.4.1) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 291826c54e..a4eadcdccd 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - primer_view_components (0.5.1) + primer_view_components (0.6.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (>= 18.0.0) @@ -271,7 +271,7 @@ GEM racc (~> 1.4) nokogiri (1.15.2-x86_64-linux) racc (~> 1.4) - octicons (19.4.0) + octicons (19.5.0) oj (3.14.0) os (1.1.4) pry (0.14.1) diff --git a/lib/primer/view_components/version.rb b/lib/primer/view_components/version.rb index a31170f02f..4c8e1d3dfc 100644 --- a/lib/primer/view_components/version.rb +++ b/lib/primer/view_components/version.rb @@ -5,8 +5,8 @@ module Primer module ViewComponents module VERSION MAJOR = 0 - MINOR = 5 - PATCH = 1 + MINOR = 6 + PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".") end diff --git a/package-lock.json b/package-lock.json index 8bf91e35ca..02b82c7fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@primer/view-components", - "version": "0.5.1", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@primer/view-components", - "version": "0.5.1", + "version": "0.6.0", "license": "MIT", "dependencies": { "@github/auto-check-element": "^5.2.0", diff --git a/package.json b/package.json index 6a8ef75d07..398eda3e7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/view-components", - "version": "0.5.1", + "version": "0.6.0", "description": "ViewComponents for the Primer Design System", "main": "app/assets/javascripts/primer_view_components.js", "module": "app/components/primer/primer.js",