lsd/CHANGELOG.md

6.2 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.0-alpha.0 (2023-04-13)

Bug Fixes

  • fix bugs with dropdown item styles of dropdown and breadcrumb (05dfde0)
  • fix Card component styles (a884a05)
  • fix Checkbox input's disabled state (907dc4b)
  • fix class names to follow the BEM naming convention (eac11b1)
  • fix inverted icon colors (fbf874f)
  • fix styling of Tag (246e34a)
  • lsd-react: prevent overriding of className in TextField component (24b67d5)
  • make Button's icon prop type optional (79773ee)
  • remove IconTag component (31e1e55)

Features

  • add label element to Autocomplete component and adjust styles (e324131)
  • add label element to Dropdown component and adjust styles (0a98af2)
  • add name prop to Checkbox component (0e512be)
  • add placeholder prop to TextField component (a1598df)
  • add support for font-family style (e2a3311)
  • add support for setting generic font family at both theme and component-level (4507617)
  • enhance TextField functionality (74a54a6)
  • implement autocomplete component (59fba23)
  • implement badge component (c51ebb8)
  • implement bottom outline property (74def31)
  • implement breadcrumb component (9c97071)
  • implement buttonWithIcon component (8d338fc)
  • implement card component (a60ca2b)
  • implement Checkbox component (29a5f2b)
  • implement checkbox group component (5063763)
  • implement collapse component (eab23c9)
  • implement dropdown component (06397a7)
  • implement icon components (87956f7)
  • implement IconButton component (7e59247)
  • implement IconButtonGroup component (3369e8a)
  • implement IconTag component (3b2c792)
  • implement quote component (c5510df)
  • implement radio button (3dc8369)
  • implement radio button group (929dc71)
  • implement root portal provider (225a32f)
  • implement table component (eb51b59)
  • implement Tabs component (c55c38a)
  • implement tag component (4cf53a8)
  • implement textField component (2b53c86)
  • implement Typography component (1603b4a)
  • lsd-react: provide default light and dark themes (1e57fcd)
  • update design tokens (e9cb00e)
  • update design tokens (a6b437f)