diff --git a/.changeset/chilly-dragons-crash.md b/.changeset/chilly-dragons-crash.md deleted file mode 100644 index 4dbbeace691..00000000000 --- a/.changeset/chilly-dragons-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -`MarkdownViewer` is now SSR-compatible diff --git a/.changeset/late-wombats-switch.md b/.changeset/late-wombats-switch.md deleted file mode 100644 index e63657867d2..00000000000 --- a/.changeset/late-wombats-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add `minWidth prop to `PageLayout.Pane` and `SplitPageLayout.Pane` diff --git a/.changeset/modern-coins-destroy.md b/.changeset/modern-coins-destroy.md deleted file mode 100644 index 6e9e045723f..00000000000 --- a/.changeset/modern-coins-destroy.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -"@primer/react": major ---- - -Update PRC ActionList implementation to have similar semantics to PVC. -* Removes `ActionList.Group`. -* Adds `ActionList.Heading` to be used for labelling children in an `ActionList`. -* Adds `heading` slot to `ActionList` for adding headings that label internal lists correctly. - -ActionList.Groups inside an ActionList generated inaccessible markup. Previous usage: -``` - - - Create - Read - Update - Delete - - - ... - - -``` - -Instead, use `ActionList`s and stack them as needed. -``` -
- - - Create - Read - Update - Delete - - - ... - -
-``` diff --git a/.changeset/small-pumas-relate.md b/.changeset/small-pumas-relate.md deleted file mode 100644 index cba119c8037..00000000000 --- a/.changeset/small-pumas-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add support for Pagination in DataTable diff --git a/.changeset/swift-cobras-visit.md b/.changeset/swift-cobras-visit.md deleted file mode 100644 index 083713c9a94..00000000000 --- a/.changeset/swift-cobras-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Removed default aria-live polite diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ef9e5091d..235a6fa9eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # @primer/components +## 36.0.0 + +### Major Changes + +- [#2878](https://github.com/primer/react/pull/2878) [`87883c3f`](https://github.com/primer/react/commit/87883c3fd91a5d2809268aa0dd22b87b53ba5309) Thanks [@radglob](https://github.com/radglob)! - Update PRC ActionList implementation to have similar semantics to PVC. + + - Removes `ActionList.Group`. + - Adds `ActionList.Heading` to be used for labelling children in an `ActionList`. + - Adds `heading` slot to `ActionList` for adding headings that label internal lists correctly. + + ActionList.Groups inside an ActionList generated inaccessible markup. Previous usage: + + ``` + + + Create + Read + Update + Delete + + + ... + + + ``` + + Instead, use `ActionList`s and stack them as needed. + + ``` +
+ + + Create + Read + Update + Delete + + + ... + +
+ ``` + +### Minor Changes + +- [#3229](https://github.com/primer/react/pull/3229) [`c0cbdd08`](https://github.com/primer/react/commit/c0cbdd0806809236e681cab535b4a74ecdfcc14a) Thanks [@colebemis](https://github.com/colebemis)! - Add `minWidth prop to `PageLayout.Pane`and`SplitPageLayout.Pane` + +- [#3199](https://github.com/primer/react/pull/3199) [`bfd9e0c8`](https://github.com/primer/react/commit/bfd9e0c8ee3b6b335e04c5c1d4ca82cf23760877) Thanks [@joshblack](https://github.com/joshblack)! - Add support for Pagination in DataTable + +### Patch Changes + +- [#3207](https://github.com/primer/react/pull/3207) [`6773b90d`](https://github.com/primer/react/commit/6773b90d8ced05fae4ac9024e84cc31f1da9b9a3) Thanks [@colebemis](https://github.com/colebemis)! - `MarkdownViewer` is now SSR-compatible + +- [#3182](https://github.com/primer/react/pull/3182) [`7827c711`](https://github.com/primer/react/commit/7827c71163e4d964e9878d624cf4cf1694c7447d) Thanks [@green6erry](https://github.com/green6erry)! - Removed default aria-live polite + ## 35.25.1 ### Patch Changes diff --git a/package.json b/package.json index a2b9fc4cf86..5c466521e38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.25.1", + "version": "36.0.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",