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 #327

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Version Packages #327

merged 1 commit into from
Sep 8, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 2, 2021

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

@hashicorp/react-accordion@3.0.0

Major Changes

  • #300 b46f4e4 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-accordion/style.css imports.

@hashicorp/react-call-to-action@4.0.0

Major Changes

  • #301 a1dc710 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-call-to-action/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, you can pass className="g-call-to-action to retain existing overrides.

@hashicorp/react-callouts@8.0.0

Major Changes

  • #302 b839fc3 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-callouts/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, you can pass className="g-callouts to retain existing overrides.

@hashicorp/react-case-study-slider@7.0.0

Major Changes

  • #303 d8f4d4a Thanks @zchsh! - - πŸ’₯ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-case-study-slider/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, you can pass className="g-case-study-slider to retain existing overrides.
    • πŸ”¨ Refactors to re-use work in featured-slider
      • Props interface remains unchanged

Patch Changes

  • Updated dependencies [d8f4d4a]:
    • @hashicorp/react-featured-slider@5.0.0

@hashicorp/react-checkbox-input@5.0.0

Major Changes

  • #304 58d66d7 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-checkbox-input/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-checkbox-input to retain existing overrides.

@hashicorp/react-consent-manager@7.0.0

Major Changes

  • #305 740f35b Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-consent-manager/style.css imports.
    • Note: we've added CSS to hide consent-manager from Percy by default
      • This is achieved by an @media only percy rule on the root element
      • We've added support for a className to allow this behavior to be overridden as needed

Patch Changes

  • Updated dependencies [15f0689]:
    • @hashicorp/react-toggle@4.0.0

@hashicorp/react-content-cta@4.0.0

Major Changes

  • #306 1eceec6 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-content-cta/style.css imports.
    • To support overrides in projects, consumers can use the className prop.

@hashicorp/react-enterprise-alert@6.0.0

Major Changes

  • #307 4d62eb1 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-enterprise-alert/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-enterprise-alert to retain existing overrides.

@hashicorp/react-featured-slider@5.0.0

Major Changes

  • #303 d8f4d4a Thanks @zchsh! - - πŸ’₯ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-featured-slider/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, you can pass className="g-featured-slider to retain existing overrides.
    • ✨ Adds named FeaturedSlideInner export
      • Allows component to be used without external margin
      • Supports reconciling duplicative code in case-study-slider

@hashicorp/react-hero@8.0.0

Major Changes

  • #299 bc36b72 Thanks @zchsh! - - πŸ’₯ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-hero/style.css imports.
    • ✨ To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-hero to retain existing overrides.
    • ✨ Hides progress-bar from Percy using @media only percy
      • This avoids the need for reach-in styles in consuming projects
      • Consumers who targeted the .has-videos class can remove related styles

Patch Changes

  • Updated dependencies [bc36b72, 19744c9]:
    • @hashicorp/react-text-input@5.0.0

@hashicorp/react-learn-callout@2.0.0

Major Changes

  • #308 d47bb5a Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-learn-callout/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-learn-callout to retain existing overrides.

@hashicorp/react-logo-grid@5.0.0

Major Changes

  • #309 73927a8 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-logo-grid css imports.
    • No longer renders a g-logo-grid className. Does however accept a className prop, so that we can continue to meet override use cases.
    • πŸ”¨ Replaces Tippy with ReachUI Popover
      • This changes the behavior of the popover slightly, but not in a breaking way.
    • πŸ”¨ Accessibility improvements
      • grid items with popover tooltips now render as focus-able button elements
      • tooltip a11y is now improved, with features such as close-on-focus-outside
    • πŸ”¨ Converts to Typescript

@hashicorp/react-product-features-list@5.0.0

Major Changes

  • #310 0ae01bb Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-product-features-list/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-product-features-list to retain existing overrides.

@hashicorp/react-subnav@9.0.0

Major Changes

  • #311 2e43e7c Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-subnav/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-subnav to retain existing overrides.

@hashicorp/react-tabbed-accordion@5.0.0

Major Changes

  • #300 b46f4e4 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-tabbed-accordion/style.css imports.
    • Includes fixes to account for underlying changes in tabs and accordion dependencies

Patch Changes

  • #296 c6b7a4d Thanks @zchsh! - Fixes to account for underlying changes in Tabs

  • Updated dependencies [c6b7a4d, b46f4e4]:

    • @hashicorp/react-tabs@7.0.0
    • @hashicorp/react-accordion@3.0.0

@hashicorp/react-tabs@7.0.0

Major Changes

  • #296 c6b7a4d Thanks @zchsh! - Converts Tabs to CSS modules.

    • πŸ’₯✨ BREAKING CHANGE: Refactored to CSS modules.
      • Consumers will need to remove any @hashicorp/react-tabs/style.css imports.
    • πŸ”¨ Refactors previous class component implementations to functional components with hooks
    • πŸ”¨ Converts to Typescript
    • πŸ”¨ Replaces Tippy with reach/tooltip and reach/portal.
      • This change was necessary to fully transition the component to CSS modules.
      • reach/tooltip is also smaller than Tippy.js
    • πŸ”§ move icons to SVG files to match other components
    • πŸ”§ fix casing on some files and folders
    • πŸ› minor fixes for visual bugs, including overflow issues on smaller viewports

@hashicorp/react-text-input@5.0.0

Major Changes

  • #312 19744c9 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-text-input/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-text-input to retain existing overrides.

Minor Changes

@hashicorp/react-text-split@4.0.0

Major Changes

  • #313 14cf3ad Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-text-split/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-text-split to retain existing overrides.

@hashicorp/react-toggle@4.0.0

Major Changes

  • #314 15f0689 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-checkbox-input/style.css imports.
    • Note: does not support a className prop, as this component did not use any overrides previously.

@hashicorp/react-use-cases@5.0.0

Major Changes

  • #315 fcbb786 Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-use-cases/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-use-cases to retain existing overrides.

@hashicorp/react-vertical-text-block-list@7.0.0

Major Changes

  • #316 14b5f2a Thanks @zchsh! - - πŸ’₯✨ BREAKING CHANGE: Converts to CSS modules.
    • Consumers will need to remove any @hashicorp/react-vertical-text-block-list/style.css imports.
    • To support overrides in projects, consumers can use the className prop.
      • For example, consumers can pass className="g-vertical-text-block-list to retain existing overrides.

@hashicorp/react-product-downloads-page@2.5.2

Patch Changes

  • #296 c6b7a4d Thanks @zchsh! - Fixes to account for underlying changes in Tabs

  • Updated dependencies [c6b7a4d]:

    • @hashicorp/react-tabs@7.0.0

@hashicorp/react-text-split-with-code@3.3.8

Patch Changes

  • Updated dependencies [14cf3ad]:
    • @hashicorp/react-text-split@4.0.0

@hashicorp/react-text-split-with-image@4.2.5

Patch Changes

  • Updated dependencies [14cf3ad]:
    • @hashicorp/react-text-split@4.0.0

@hashicorp/react-text-split-with-logo-grid@5.1.5

Patch Changes

  • Updated dependencies [14cf3ad]:
    • @hashicorp/react-text-split@4.0.0

@hashicorp-cla
Copy link

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

@vercel
Copy link

vercel bot commented Sep 2, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

πŸ” Inspect: https://vercel.com/hashicorp/react-components/8QwN55X9bUBbKuRsLnxSt9eaK58V
βœ… Preview: Failed

[Deployment for 8e0dffd failed]

@zchsh
Copy link
Contributor

zchsh commented Sep 8, 2021

As in #318, going to merge this to give publishing a shot - Vercel build failure here is likely just due to interdependency messiness.

@zchsh zchsh merged commit dcde100 into main Sep 8, 2021
@zchsh zchsh deleted the changeset-release/main branch September 8, 2021 20:52
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.

None yet

2 participants