Skip to content

v2.20.0

Compare
Choose a tag to compare
@anuradha9712 anuradha9712 released this 11 Sep 06:45
· 710 commits to master since this release

2.20.0 (2023-09-08)

Highlights

  • feat(icon): migration to material symbols from material icons (b4677f5)
  • feat(card): add action card component (1f6f2a8)

Breaking changes

NA

Migration guide

  • feat(icon): material icons are migrated to material symbols. Need to update the test snapshots to update icon name (if used anywhere). (b4677f5)

Deprecations

NA

Features

  • feat(icon): migration to material symbols from material icons (b4677f5)
  • feat(card): add action card component (1f6f2a8)
  • feat(button): add icon variations property in button component (615bde8)
  • feat(input): add icon variations property in action button in input component (336dc41)

Fixes

  • fix(datepicker): update selection chip to action chip in preset story in patterns (db5d827)
  • fix(dateRangePicker): fix range selection behaviour (2181bf0)
  • fix(chipinput): update chipinput error state (f5aa019)
  • fix(input): update icon to icon component in action button (336dc41)

Improvements

  • chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (a0f9cd0)

Documentation

NA