Skip to content

Release tracking - #3882

Merged
siddharthkp merged 1 commit into
mainfrom
changeset-release/main
Oct 31, 2023
Merged

Release tracking#3882
siddharthkp merged 1 commit into
mainfrom
changeset-release/main

Conversation

@primer

@primerprimerBot commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

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@36.0.0

Major Changes

  • #33843633535c Thanks @joshblack! - Update styled-components and related dependencies to v5.x

  • #33843633535c Thanks @joshblack! - Remove components from deprecated

    • BorderBox, ChoiceFieldset, Flex, Grid, Position, Dropdown, FormGroup, SelectMenu, InputField, Label
  • #33843633535c Thanks @joshblack! - 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'
  • #33843633535c Thanks @joshblack! - - 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.
  • #33843633535c Thanks @joshblack! - Remove deprecated extralarge variant from Token and TextInputWithToken component

  • #33843633535c Thanks @joshblack! - Remove StyledOcticon component. The component was renamed to Octicon. Update your imports by swapping StyledOcticon with Octicon

  • #33843633535c Thanks @joshblack! - Deprecates FilterList and FilteredSearch components

  • #33843633535c Thanks @joshblack! - Makes @types/styled-components an optional peer dependency, not a dependency

  • #33843633535c Thanks @joshblack! - ConfirmationDialog: Use createRoot instead of ReactDOM.render for React 18 compatibility.

  • #33843633535c Thanks @joshblack! - Update minimum version for react and react-dom to v18

  • #33843633535c Thanks @joshblack! - Remove DropdownButton and DropdownMenu from deprecated and update the usages across

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

  • #33843633535c Thanks @joshblack! - Removes 'warning' option from form components' validationStatus props

  • #33843633535c Thanks @joshblack! - Remove support for activeClassName for Breadcrumb, SubNav, TabNav, UnderlineNav

  • #33843633535c Thanks @joshblack! - Ensure ActionList item has border-radius on hover with full variant

Patch Changes

@primer
primerBot requested review from a team and broccolinisoupOctober 30, 2023 20:31
@github-actions

github-actionsBot commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

❗ Pre-merge checklist

Please ensure these items are checked before merging.

🔎 Smoke test

  • All CI checks pass on this pull request
  • Docs and Storybook open in a browser
  • Works in CodeSandbox or StackBlitz
    • New components render successfully
    • (optional) Tested in both SPA and SSR apps if release contains build changes

🌏 Integration tests

  • Successful integration test with github/github as a primary consumer of Primer React (automated pull request)
    • Verify all CI checks have passed on automated pull request
    • Manually test critical paths in the review-lab
    • Manually test release-specific bugfixes and/or features work as described in the review-lab

🤔 Sanity test

  • All bugfixes in this release have resolved their corresponding issues
  • The issues for reverted PRs have been re-opened and commented on with a link to the reverted PR
  • No noticeable regressions have not been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

🚢 After merge

  • Upgrade @primer/react version at github/github

  • Add the preview deployment's link to releases as a way of permalinking to old version's docs. Example

Please also leave any testing notes on the weekly release tracking issue. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to the next release conductor as well as maintainers.

@github-actions

github-actionsBot commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize
dist/browser.esm.js103.55 KB (0%)
dist/browser.umd.js104.13 KB (0%)

@primer
primerBot temporarily deployed to github-pages October 30, 2023 20:39 Inactive
@github-actions
github-actionsBot temporarily deployed to storybook-preview-3882 October 30, 2023 20:39 Inactive
@github-actions
github-actionsBot temporarily deployed to storybook-preview-3882 October 30, 2023 20:39 Inactive
@primer
primerBotforce-pushed the changeset-release/main branch from 810e204 to 2d34c66CompareOctober 30, 2023 20:42
@primer
primerBot temporarily deployed to github-pages October 30, 2023 20:48 Inactive
@github-actions
github-actionsBot temporarily deployed to storybook-preview-3882 October 30, 2023 20:48 Inactive

@siddharthkpsiddharthkp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dotcom integration are passing, let's goooooo!

@siddharthkp
siddharthkp added this pull request to the merge queueOct 31, 2023
Merged via the queue into main with commit 82a4e30Oct 31, 2023
@siddharthkp
siddharthkp deleted the changeset-release/main branch October 31, 2023 16:15
Sign up for freeto 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.

1 participant

@siddharthkp