-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release tracking #2427
Merged
Merged
Release tracking #2427
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
🚢 After merge
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
size-limit report 📦
|
primer-css
force-pushed
the
changeset-release/main
branch
from
October 12, 2022 20:48
d219e21
to
9cabe63
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 12, 2022 21:48
9cabe63
to
12bafff
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 13, 2022 15:29
12bafff
to
e08630f
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 14, 2022 20:51
e08630f
to
6de4954
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 14, 2022 21:06
6de4954
to
9ce2708
Compare
primer-css
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 14, 2022 21:55
2f7f75b
to
9d425ea
Compare
primer-css
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 14, 2022 22:13
62aa291
to
9c6c092
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 17, 2022 15:27
9c6c092
to
1614083
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 17, 2022 15:36
1614083
to
19928f6
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 17, 2022 15:53
19928f6
to
2afc8e0
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 17, 2022 16:06
2afc8e0
to
e5e744c
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 17, 2022 16:46
e5e744c
to
cafc6e5
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 17, 2022 18:55
cafc6e5
to
cdfce11
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 17, 2022 21:39
cdfce11
to
095b9a8
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 18, 2022 16:27
095b9a8
to
78368ee
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 18, 2022 22:01
78368ee
to
d7336fb
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
October 18, 2022 22:12
d7336fb
to
99efdf4
Compare
colebemis
approved these changes
Oct 19, 2022
We encountered an import issue on CodeSandbox during testing of the RC. We created an issue for it to investigate more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/react@35.12.0
Minor Changes
#2435
e335cc4b
Thanks @colebemis! - SplitPageLayout has moved from@primer/react/drafts
to@primer/react
:Patch Changes
#2428
7ad9e77d
Thanks @joshblack! - Update TreeView focus ring styles and call event.preventDefault() in arrow key events#2444
2b6323ca
Thanks @colebemis! - Dialog: Remove landmark elements to improve accessibility#2429
e7802ed9
Thanks @colebemis! - TreeView: Addstate
prop toTreeView.SubTree
component#2432
99309e00
Thanks @joshblack! - Update useStickyPaneHeight and useMedia to not warn during SSR#2433
a08997b3
Thanks @joshblack! - Update TreeView hover and focus styles to work in Windows High Contrast Mode#2446
e00d03c1
Thanks @colebemis! - TreeView: Use correct design tokens and icons#2429
e7802ed9
Thanks @colebemis! - TreeView: Improve accessibility of async items#2434
57c3b4d8
Thanks @joshblack! - Add support for labels in TreeView.LeadingVisual and TreeView.TrailingVisual#2360
0f41dfec
Thanks @joshblack! - Update types to support TypeScript v4.8.3#2326
31bbec8c
Thanks @joshblack! - Update the sticky layout algorithm for PageLayout and PageLayout.Pane#2442
6b559a97
Thanks @joshblack! - Inline ESM-only dependencies in CommonJS bundle#2443
3012faec
Thanks @colebemis! - TreeView: Use roving tabindex instead ofaria-activedescendant
for improved VoiceOver support in Safari