-
Notifications
You must be signed in to change notification settings - Fork 52
Release tracking #821
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 #821
Conversation
❗ Pre-merge checklistPlease ensure these items are checked before merging. ✅ Preliminary checks
🔌 Integration smoke testsDotcom
Subdomain sites
Sandboxes
🤔 Cross-check (aka sanity test)
After tests
🚢 After merge
|
🟢 No design token changes found |
🟢 No visual differences foundOur visual comparison tests did not find any differences in the UI. |
8fe9a76
to
46c4b95
Compare
46c4b95
to
f489e33
Compare
f489e33
to
9375ac0
Compare
Smoke test results- FormControl.Validation is now associated with the relevant input using aria-describedby. 🟢 Tested in dotcom and one other subdomain site that uses form validations, works as expected. Example:
- Fixed errors in compiled CSS stylesheets where selectors with special characters were being unintentionally escaped for compatibility with legacy browsers. 🟢 The - Switched to use CSS Logical Properties in compiled output. 🟢 Biggest change in this release, but with logical properties now part of Baseline browser support it's reasonable to roll this out. Dotcom doesn't consistently apply Example:
Release testing status: Ready to release 🟢 |
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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/[email protected]
Minor Changes
#825
2c8e9240
Thanks @rezrah! - Switched to use CSS Logical Properties in compiled output.margin-inline-start
,margin-inline-end
) instead of physical properties (margin-left
,margin-right
).652kB
>593kB
)Example of the change:
Source:
Patch Changes
#825
2c8e9240
Thanks @rezrah! - Fixed errors in compiled CSS stylesheets where selectors with special characters were being unintentionally escaped for compatibility with legacy browsers.#818
281beb08
Thanks @joshfarrant! -FormControl.Validation
is now associated with the relevant input usingaria-describedby
.#822
75da350d
Thanks @joshfarrant! - UpdatedIDEChatMessage
type declaration to differentiate between assistant and user messages.@primer/[email protected]
@primer/[email protected]
@primer/[email protected]
@primer/[email protected]
@primer/[email protected]