-
Notifications
You must be signed in to change notification settings - Fork 616
Release Tracking (next) #1612
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
Merged
Merged
Release Tracking (next) #1612
Conversation
This file contains hidden or 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
size-limit report 📦
|
131704c
to
050ad2e
Compare
97cf5e0
to
828d90a
Compare
34d1910
to
69afd65
Compare
69afd65
to
94cb847
Compare
54d7811
to
615f177
Compare
3fb7cb7
to
a2849ae
Compare
a2849ae
to
110992c
Compare
110992c
to
7d2346c
Compare
7d2346c
to
aeae4dc
Compare
1d77703
to
fe705b8
Compare
fe705b8
to
f64a7da
Compare
f64a7da
to
3eab2cd
Compare
jfuchs
added a commit
that referenced
this pull request
Nov 22, 2021
jfuchs
added a commit
that referenced
this pull request
Nov 22, 2021
* Set up a next_major branch * Breadcrumbs no longer accepts styled system props (#1469) * CircleBadge no longer accepts styled system props (#1555) * FilteredSearch no longer accepts styled system props (#1559) * FilterList no longer accepts styled system props (#1560) * FormGroup no longer accepts styled system props (#1562) * LabelGroup no longer accepts styled system props (#1565) * Pagination no longer accepts styled system props (#1569) * Popover no longer accepts styled system props (#1570) * SideNav no longer accepts styled system props (#1572) * TabNav no longer accepts styled system props (#1575) * Timeline no longer accepts styled system props (#1576) * Truncate no longer accepts styled system props (#1578) * StateLabel no longer accepts styled system props (#1573) * Buttons no longer accept styled system props (#1475) * CounterLabel no longer accepts styled system props (#1557) * Dropdown no longer accepts styled system props (#1558) * Flash no longer accepts styled system props (#1561) * Header no longer accepts styled system props (#1563) * Label no longer accepts styled system props (#1564) * Link no longer accepts styled system props (#1566) * Overlay no longer accepts styled system props (#1567) * Pagehead no longer accepts styled system props (#1568) * SelectMenu no longer accepts styled system props (#1571) * SubNav no longer accepts styled system props (#1574) * Tooltip no longer accepts styled system props (#1577) * UnderlineNav no longer accepts styled system props (#1579) * Fixes some TypeScript errors in the next_major branch (#1621) * Dialog no longer accepts styled system props (#1615) * StyledOcticon no longer accepts styled system props (#1616) * Dialog2 no longer accepts styled system props (#1614) * Dialog2 no longer accepts styled system props * Update docs/content/Dialog2.mdx Co-authored-by: Mike Perrotti <mperrotti@github.com> Co-authored-by: Mike Perrotti <mperrotti@github.com> * Version Packages (next) (#1612) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Revert "Version Packages (next) (#1612)" (#1637) This reverts commit 53f37a4. * Remove pre.json Co-authored-by: Mike Perrotti <mperrotti@github.com> Co-authored-by: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 next_major, this PR will be updated.
next_major
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext_major
.Releases
@primer/components@32.0.0-next.0
Major Changes
e0f2645a
Thanks @jfuchs! - Truncate no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.15663ed2
Thanks @jfuchs! - Timeline no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.e3f33628
Thanks @jfuchs! - Dropdown no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.23f6a3ab
Thanks @jfuchs! - Pagehead no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.0dde1b3e
Thanks @jfuchs! - LabelGroup no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.16d2ef70
Thanks @jfuchs! - Link no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.6dba0da5
Thanks @jfuchs! - Popover no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.fe0e621b
Thanks @jfuchs! - StateLabel no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.a3bc921e
Thanks @jfuchs! - CircleBadge no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.0c13c40f
Thanks @jfuchs! - SelectMenu no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.97f91193
Thanks @jfuchs! - Header no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.1820587d
Thanks @jfuchs! - UnderlineNav no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.79ca8080
Thanks @jfuchs! - Overlay no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.7dbb1dfd
Thanks @jfuchs! - StyledOcticon no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.e041f944
Thanks @jfuchs! - Dialog no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.f6be5845
Thanks @jfuchs! - TabNav no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.84d5f3ba
Thanks @jfuchs! - SubNav no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.c503d890
Thanks @jfuchs! - Dialog2 no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.5a25ecbb
Thanks @jfuchs! - Buttons no longer accept styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.c8e4d73d
Thanks @jfuchs! - Label no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.9137f14c
Thanks @jfuchs! - Flash no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.79f31332
Thanks @jfuchs! - Tooltip no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.bb0146e3
Thanks @jfuchs! - Pagination no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.74ffaa94
Thanks @jfuchs! - Breadcrumbs no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.b7450470
Thanks @jfuchs! - FilteredSearch no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.ad4eac56
Thanks @jfuchs! - SideNav no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.c0fb0f79
Thanks @jfuchs! - FilterList no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.01ee2521
Thanks @jfuchs! - CounterLabel no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.7344d57f
Thanks @jfuchs! - FormGroup no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.Patch Changes
#1598
3bb895f1
Thanks @siddharthkp! - ActionList: Better semantics for accessibile ActionList.Group#1601
250e4b00
Thanks @siddharthkp! - ActionList: Use icon instead of input for multiple selection in ActionList#1629
47fdbf40
Thanks @siddharthkp! - ActionList: Visual update for disabled Items to make them more obvious#1486
34cfca53
Thanks @pksjce! - ActionList: Add focus and hover colors to all themes in Item using functional variables