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

Version Packages (next) #2093

Merged
merged 1 commit into from
May 26, 2023
Merged

Version Packages (next) #2093

merged 1 commit into from
May 26, 2023

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented May 8, 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, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@sumup/circuit-ui@7.0.0-next.4

Major Changes

  • #2124 22b03d04 Thanks @connor-baer! - Added support for validations to the SelectorGroup component. Use the validationHint and invalid props to communicate validation requirements to users.

  • #2125 82878190 Thanks @connor-baer! - Moved the Grid, Row, Col, and InlineElements components to the "legacy" status. Update your imports:

    -import { Grid } from '@sumup/circuit-ui';
    +import { Grid } from '@sumup/circuit-ui/legacy';
  • #2124 22b03d04 Thanks @connor-baer! - Removed the deprecated children prop from the Selector component. Use the label and description props instead.

  • #2124 22b03d04 Thanks @connor-baer! - Removed the public export of the Selector component. Use the SelectorGroup component instead.

  • #2094 da1a11b0 Thanks @connor-baer! - Moved the SingleDayPicker, RangePicker, CalendarTag, and CalendarTagTwoStep components to the "legacy" status.

    Install the optional peer dependencies...

    npm install react-dates@^21.8 moment@^2.29

    ...and update your imports:

    -import { SingleDayPicker } from '@sumup/circuit-ui';
    +import { SingleDayPicker } from '@sumup/circuit-ui/legacy';
  • #2094 da1a11b0 Thanks @connor-baer! - Moved the Tooltip component to the "legacy" status. Update your imports:

    -import { Tooltip } from '@sumup/circuit-ui';
    +import { Tooltip } from '@sumup/circuit-ui/legacy';
  • #2094 da1a11b0 Thanks @connor-baer! - Moved the Sidebar, SidebarContextProvider, SidebarContextConsumer, and Header components to the "legacy" status. Update your imports:

    -import { Sidebar } from '@sumup/circuit-ui';
    +import { Sidebar } from '@sumup/circuit-ui/legacy';
  • #2125 82878190 Thanks @connor-baer! - Moved the uniqueId util to the "legacy" status. Update your imports:

    -import { uniqueId } from '@sumup/circuit-ui';
    +import { uniqueId } from '@sumup/circuit-ui/legacy';
  • #2124 22b03d04 Thanks @connor-baer! - Removed the deprecated explanation prop from the Toggle component. Use the description prop instead.

  • #2114 f53e4336 Thanks @connor-baer! - Changed the font-display of Aktiv Grotesk, Circuit UI's default font family, from swap to optional. If the font family is not available locally or cached, a fallback font is used. This reduces the cumulative layout shift (CLS) and largest contentful paint (LCP). The visual difference is minimal.

  • #2124 22b03d04 Thanks @connor-baer! - Removed the public export of the RadioButton component. Use the RadioButtonGroup component instead.

Minor Changes

  • #1615 51cd70d3 Thanks @connor-baer! - Automatically set the size prop on the Button's icon prop based on the Button's size prop.

Patch Changes

@sumup/icons@3.0.0-next.1

Major Changes

Patch Changes

@sumup/design-tokens@6.0.0-next.1

Patch Changes

@connor-baer connor-baer requested a review from a team as a code owner May 8, 2023 15:10
@connor-baer connor-baer requested review from pdrmdrs and removed request for a team May 8, 2023 15:10
@vercel
Copy link

vercel bot commented May 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
oss-circuit-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2023 10:37am

@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Merging #2093 (a1ece58) into next (08c754d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #2093   +/-   ##
=======================================
  Coverage   96.86%   96.86%           
=======================================
  Files         260      260           
  Lines       23682    23682           
  Branches     2213     2213           
=======================================
  Hits        22940    22940           
  Misses        734      734           
  Partials        8        8           

@connor-baer connor-baer merged commit ddf6e90 into next May 26, 2023
11 of 12 checks passed
@connor-baer connor-baer deleted the changeset-release/next branch May 26, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant