Skip to content

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

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 20:54
· 1044 commits to main since this release
dcde100

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.