Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 02:24
· 201 commits to main since this release

Breaking Changes

  • titleheading input rename on AccordionItem, Alert, Modal, and Toast components.
    Migration: replace [title]="..." with [heading]="..." on all four components.
    See BREAKING-CHANGES.md for the full migration guide.

Bug Fixes

  • Font: --font-sans now includes 'Roboto Flex Variable' so Fontsource consumers get the correct match (#67)
  • Table: dark-mode zebra stripe is now visible on elevated cards (#79)
  • Badge: bold weight no longer silently falls back on Atkinson Hyperlegible (#72)
  • Chip: selected state is now reactive to parent signal changes (#55)
  • Modal: removed unused ButtonComponent import warning (#57)
  • Tabs: documented activeId signal typing requirement (#56)

What's Changed

  • chore(deps): bump immutable from 5.1.4 to 5.1.5 by @dependabot[bot] in #36
  • chore(deps): Bump qs from 6.14.0 to 6.14.2 by @dependabot[bot] in #32
  • chore(deps): Bump tar from 7.5.2 to 7.5.13 by @dependabot[bot] in #31
  • chore(deps): upgrade Angular from 21.0.x to 21.2.x by @pawn002 in #42
  • chore(deps-dev): Bump @playwright/test from 1.57.0 to 1.58.2 by @dependabot[bot] in #41
  • chore(deps): Bump zone.js from 0.15.1 to 0.16.1 by @dependabot[bot] in #39
  • chore(deps-dev): Bump the storybook group with 7 updates by @dependabot[bot] in #38
  • chore(deps): Bump ajv and @angular-devkit/core by @dependabot[bot] in #45
  • chore(deps): Bump minimatch by @dependabot[bot] in #43
  • Phase 1: bug fixes and silent failures (major release) by @pawn002 in #82

New Contributors

Full Changelog: v1.0.1...v2.0.0