Skip to content

@hashicorp/react-product-features-list@5.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

  • #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.