Skip to content

Latest commit

 

History

History
93 lines (58 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

93 lines (58 loc) · 2.9 KB

Changelog

2023-07-31

  • 🆕 Added Basic and Accent intents to all released components.
  • 💄Updated the default color intents to Basic for Tag, Chip, Spinner.
  • 🗑️ Deprecated Primary and Secondary intents, Main and Supportshould be used instead.

2023-07-11

  • 🆕 Migrate TextField to the new spark spec with multiple sizes, styles and intents.
  • 🔧 Add extensions to make usage of dims and highlights simpler.
  • 💄 Buttons now have the correct color in disabled state.
  • 💄 Badges now have all intents instead of error and info.
  • 💄 Snackbars now have a bigger shape in new ui.
  • 🐛 Tags now correctly expose its children with semantics.
  • 🗑️ Deprecated SparkIcons are now removed.
  • Update icon resources

2023-06-23

  • 🆕 Migrate Badges to the new spark spec with multiple sizes, styles and intents.
  • 🆕 Migrate Icons to the new spark spec with multiple sizes, styles and intents.
  • 🆕 Migrate Chips to the new spark spec with multiple sizes, styles and intents.
  • 🆕 Migrate Toggles to the new spark spec with multiple sizes, styles and intents.
  • 🆕 Add fullscreen modal component as experimental
  • Update icon resources

2023-05-23

  • Add missing Categories/Family icon #388

2023-04-18

What's new since 0.0.3

  • 🆕 Migrate Button to the new spark spec with multiple sizes, styles and intents.
  • 🆕 Migrate Tags to the new spark spec with multiple styles and intents.
  • 🆕 Migrate RadioButton to the new spark spec with the ability to have content on both side now.
  • 🆕 Migrate Checkbox to the new spark spec with the ability to have content on both side now.
  • 🆕 Add the ability for PreviewWrapper to specify a different background color than SparkTheme.colors.background which is useful to test custom surfaces for example.
  • 💄Fix callout Typo having a size of 14.sp instead of 16.sp

2023-04-05

  • Modify the Image fallback states background and icon colors #306
  • Integrate the new typography tokens #298
  • Add Legacy option to use previous DS style #310

2023-03-30

2023-03-29