diff --git a/.changeset/clean-coats-lie.md b/.changeset/clean-coats-lie.md deleted file mode 100644 index d30cec2f0a8..00000000000 --- a/.changeset/clean-coats-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `TreeViewItem` folder icon color in legacy fallback theme + update VRT diff --git a/.changeset/clean-ligers-approve.md b/.changeset/clean-ligers-approve.md deleted file mode 100644 index dbabb00e1f1..00000000000 --- a/.changeset/clean-ligers-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Deprecate width, minWidth and maxWidth props from TextInput diff --git a/.changeset/cyan-lions-itch.md b/.changeset/cyan-lions-itch.md deleted file mode 100644 index fda53e9bf07..00000000000 --- a/.changeset/cyan-lions-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -fix(ActionList): do not truncate description by default diff --git a/.changeset/erken-gelen-oturur.md b/.changeset/erken-gelen-oturur.md deleted file mode 100644 index 285debac473..00000000000 --- a/.changeset/erken-gelen-oturur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlineNav: Display loading counters only for items with the "counter" prop. diff --git a/.changeset/five-hornets-agree.md b/.changeset/five-hornets-agree.md deleted file mode 100644 index 0e85bd1bad8..00000000000 --- a/.changeset/five-hornets-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Move VisuallyHidden component from team to staff flag diff --git a/.changeset/fluffy-files-join.md b/.changeset/fluffy-files-join.md deleted file mode 100644 index 87a91b5c003..00000000000 --- a/.changeset/fluffy-files-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Move Stack component from team to staff flag diff --git a/.changeset/late-swans-knock.md b/.changeset/late-swans-knock.md deleted file mode 100644 index 3541d391dc3..00000000000 --- a/.changeset/late-swans-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Convert UnstyledTextInput to use CSS Modules behing feature flag diff --git a/.changeset/new-donkeys-attend.md b/.changeset/new-donkeys-attend.md deleted file mode 100644 index ec5401959fa..00000000000 --- a/.changeset/new-donkeys-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Migrate DialogV1 to CSS Modules diff --git a/.changeset/tricky-ways-tan.md b/.changeset/tricky-ways-tan.md deleted file mode 100644 index c7a0abd5817..00000000000 --- a/.changeset/tricky-ways-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Move Checkbox CSS module feature flag from staff to ga diff --git a/examples/app-router/package.json b/examples/app-router/package.json index e5e10bdd291..fc0bd1890f1 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.4.0", + "@primer/react": "37.5.0", "next": "^14.2.10", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 00807cc27b3..a30afb612ad 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.2.1", - "@primer/react": "37.4.0", + "@primer/react": "37.5.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/consumer-test/package.json b/examples/consumer-test/package.json index 124916509cf..8844caa4814 100644 --- a/examples/consumer-test/package.json +++ b/examples/consumer-test/package.json @@ -9,7 +9,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.2.19", "@types/styled-components": "^5.1.11", - "@primer/react": "37.4.0", + "@primer/react": "37.5.0", "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": "^5.3.11", diff --git a/examples/theming/package.json b/examples/theming/package.json index ca6e8d8c276..16058d45a19 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.9.0", - "@primer/react": "37.4.0", + "@primer/react": "37.5.0", "clsx": "^1.2.1", "next": "^14.2.10", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 804c0d607d0..0b5c555d1b2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,29 @@ # @primer/react +## 37.5.0 + +### Minor Changes + +- [#5253](https://github.com/primer/react/pull/5253) [`729c0fa`](https://github.com/primer/react/commit/729c0fac9a8d84f20bb77c046063837b38e90d37) Thanks [@hussam-i-am](https://github.com/hussam-i-am)! - Deprecate width, minWidth and maxWidth props from TextInput + +- [#5169](https://github.com/primer/react/pull/5169) [`a2efba0`](https://github.com/primer/react/commit/a2efba0079304e25dd700523dbfa35fab56249ad) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(ActionList): do not truncate description by default + +- [#5254](https://github.com/primer/react/pull/5254) [`ac6ddcd`](https://github.com/primer/react/commit/ac6ddcd4b15526dd6f5ad6072a4daa57087eb1e7) Thanks [@hussam-i-am](https://github.com/hussam-i-am)! - Convert UnstyledTextInput to use CSS Modules behing feature flag + +- [#5246](https://github.com/primer/react/pull/5246) [`c4ecb73`](https://github.com/primer/react/commit/c4ecb7312c1f595361a6b5a247c73af894c0be54) Thanks [@keithamus](https://github.com/keithamus)! - Migrate DialogV1 to CSS Modules + +### Patch Changes + +- [#5277](https://github.com/primer/react/pull/5277) [`a9088e6`](https://github.com/primer/react/commit/a9088e60b6f60ee13e309b7c263def781caba97e) Thanks [@langermank](https://github.com/langermank)! - Fix `TreeViewItem` folder icon color in legacy fallback theme + update VRT + +- [#4745](https://github.com/primer/react/pull/4745) [`3f508c7`](https://github.com/primer/react/commit/3f508c7778839a8bfd659adcb21a1eda558e0f0a) Thanks [@cihad](https://github.com/cihad)! - UnderlineNav: Display loading counters only for items with the "counter" prop. + +- [#5283](https://github.com/primer/react/pull/5283) [`d6ea909`](https://github.com/primer/react/commit/d6ea909eb3ef8c2ae178ee590865b80108fa3390) Thanks [@jonrohan](https://github.com/jonrohan)! - Move VisuallyHidden component from team to staff flag + +- [#5292](https://github.com/primer/react/pull/5292) [`d3959f3`](https://github.com/primer/react/commit/d3959f3685bcf8aff908efe69cbf80c92c85483c) Thanks [@jonrohan](https://github.com/jonrohan)! - Move Stack component from team to staff flag + +- [#5280](https://github.com/primer/react/pull/5280) [`973130e`](https://github.com/primer/react/commit/973130e9119e1f592345d3e67c1b61f37957191b) Thanks [@jonrohan](https://github.com/jonrohan)! - Move Checkbox CSS module feature flag from staff to ga + ## 37.4.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index b40fd59ffc8..776e8633b46 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.4.0", + "version": "37.5.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",