Skip to content
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 (next major) #3147

Closed
wants to merge 1 commit into from

Conversation

primer-css
Copy link
Contributor

@primer-css primer-css commented Apr 10, 2023

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.

Releases

@primer/react@36.0.0

Major Changes

  • #3569 22434e2d Thanks @joshblack! - Update styled-components and related dependencies to v5.x

  • #3542 8f7186af Thanks @broccolinisoup! - Remove components from deprecated

    • BorderBox, ChoiceFieldset, Flex, Grid, Position, Dropdown, FormGroup, SelectMenu, InputField, Label
  • #3260 52c8d220 Thanks @broccolinisoup! - Remove components from draft bundle

    • Move UnderlineNav2 (draft) to the main bundle
    - import {UnderlineNav} from '@primer/react/drafts'
    + import {UnderlineNav} from '@primer/react'

    ....

    • Remove TreeView from drafts
    - import {TreeView} from '@primer/react/drafts'
    + import {TreeView} from '@primer/react'
    • Remove SegmentedControl from drafts
    - import {SegmentedControl} from '@primer/react/drafts'
    + import {SegmentedControl} from '@primer/react'
    • Remove NavList from drafts
    - import {NavList} from '@primer/react/drafts'
    + import {NavList} from '@primer/react'
    • Remove SplitPageLayout from drafts
    - import {SplitPageLayout} from '@primer/react/drafts'
    + import {SplitPageLayout} from '@primer/react'
  • #2893 98ea43fa Thanks @langermank! - - Changes leadingIcon and trailingIcon to leadingVisual and trailingVisual

    • Removes Button.Counter as a child component, replacing it with a count prop. This change allows us to use the trailingVisual slot for counters.
    • Removes the outline button variant as we wish to only support invisible buttons.
  • #3313 77d4042f Thanks @broccolinisoup! - Remove deprecated extralarge variant from Token and TextInputWithToken component

  • #3735 5676ffc1 Thanks @jonrohan! - Remove StyledOcticon component. The component was renamed to Octicon. Update your imports by swapping StyledOcticon with Octicon

  • #3396 318f9d6d Thanks @mperrotti! - Deprecates FilterList and FilteredSearch components

  • #3399 d5f394ea Thanks @mperrotti! - Makes @types/styled-components an optional peer dependency, not a dependency

  • #3367 3a701364 Thanks @radglob! - ConfirmationDialog: Use createRoot instead of ReactDOM.render for React 18 compatibility.

  • #3240 5d7d55b0 Thanks @joshblack! - Update minimum version for react and react-dom to v18

  • #3544 134f2658 Thanks @broccolinisoup! - Remove DropdownButton and DropdownMenu from deprecated and update the usages across

  • #3387 a8dbf4a5 Thanks @mperrotti! - The Autocomplete component no longer uses the deprecated ActionList component. There have been minor API updates, but it's largely the same.

  • #3414 eab4d15c Thanks @mperrotti! - Removes 'warning' option from form components' validationStatus props

  • #3319 5d31e628 Thanks @broccolinisoup! - Remove support for activeClassName for Breadcrumb, SubNav, TabNav, UnderlineNav

  • #3556 ce628a9b Thanks @langermank! - Ensure ActionList item has border-radius on hover with full variant

Patch Changes

  • #3456 6df7ae21 Thanks @mperrotti! - Fixes type errors that appeared during v36 development. Likely caused by Button updates

  • #3557 b0fc071c Thanks @radglob! - Use IconButton instead of ButtonClose in v1 Dialog.

  • #3354 d848aa51 Thanks @joshblack! - FilteredActionList now uses new ActionList as a base, and SelectPanel reflects those changes.

@primer-css primer-css requested review from a team and broccolinisoup April 10, 2023 20:59
@github-actions
Copy link
Contributor

github-actions bot commented Apr 10, 2023

size-limit report 📦

Path Size
dist/browser.esm.js 103.55 KB (0%)
dist/browser.umd.js 104.13 KB (0%)

@primer-css primer-css temporarily deployed to github-pages April 10, 2023 21:05 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 April 10, 2023 21:06 Inactive
@primer-css primer-css temporarily deployed to github-pages April 17, 2023 18:55 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 April 17, 2023 18:56 Inactive
@primer-css primer-css force-pushed the changeset-release/next-major branch from 5a12529 to 84e8d27 Compare May 1, 2023 15:51
@primer-css primer-css temporarily deployed to github-pages May 1, 2023 15:58 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 May 1, 2023 15:58 Inactive
@broccolinisoup
Copy link
Member

Hey @joshblack! Curious to know if this PR should stay up to date to main regularly?

@joshblack
Copy link
Member

Hey @broccolinisoup! My understanding is that it should stay as close to up-to-date as we can make it. Once merge conflicts get introduced I'm not sure how that will shake out though 😅

@broccolinisoup
Copy link
Member

Hey @broccolinisoup! My understanding is that it should stay as close to up-to-date as we can make it. Once merge conflicts get introduced I'm not sure how that will shake out though 😅

😬 We'll see 😄 I agree! How do we keep it up-to-date now? Is it manual? I cannot see that "Update Branch" button as we have on PRs 🤔

@joshblack
Copy link
Member

Good question @broccolinisoup 🤔 I guess we should have a PR for going from next-major into main that should have that button? And that would be separate from this generate changeset PR

@broccolinisoup
Copy link
Member

I guess we should have a PR for going from next-major into main that should have that button?

Good point! I missed that.

Thanks for the convo 🎉

@broccolinisoup broccolinisoup removed their request for review May 11, 2023 00:44
@primer-css primer-css force-pushed the changeset-release/next-major branch from 84e8d27 to 11f637d Compare May 12, 2023 01:16
@primer-css primer-css temporarily deployed to github-pages May 12, 2023 01:25 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 May 12, 2023 01:25 Inactive
@primer-css primer-css force-pushed the changeset-release/next-major branch from 11f637d to a49d62d Compare May 23, 2023 09:16
@primer-css primer-css temporarily deployed to github-pages May 23, 2023 09:22 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 May 23, 2023 09:23 Inactive
@primer-css primer-css force-pushed the changeset-release/next-major branch from a49d62d to 29f799b Compare June 5, 2023 07:59
@primer-css primer-css temporarily deployed to github-pages June 5, 2023 08:05 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 June 5, 2023 08:05 Inactive
@primer-css primer-css force-pushed the changeset-release/next-major branch from 29f799b to 7252a05 Compare June 5, 2023 22:46
@primer-css primer-css temporarily deployed to github-pages June 5, 2023 22:51 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 June 5, 2023 22:52 Inactive
@primer primer bot force-pushed the changeset-release/next-major branch 2 times, most recently from 7421336 to 6ce6514 Compare October 5, 2023 16:35
@primer primer bot force-pushed the changeset-release/next-major branch 5 times, most recently from 5a17b52 to bb86b07 Compare October 11, 2023 17:05
@primer primer bot force-pushed the changeset-release/next-major branch 5 times, most recently from 573519e to 66f3ea6 Compare October 19, 2023 16:08
@primer primer bot force-pushed the changeset-release/next-major branch 10 times, most recently from 213e7ce to 7e0d498 Compare October 30, 2023 16:14
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 October 30, 2023 16:17 Inactive
@primer primer bot temporarily deployed to github-pages October 30, 2023 16:22 Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3147 October 30, 2023 16:22 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants