mirror of https://github.com/acid-info/lsd.git
12 KiB
12 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.18 (2023-09-01)
Bug Fixes
- lsd-react: make DropdownItem's icon size fixed (66a3b78)
- lsd-react: set fixed padding for IconButton (24c4196)
0.1.0-alpha.17 (2023-07-17)
Features
- add fontWeight to typography properties (22804a4)
0.1.0-alpha.16 (2023-06-12)
Bug Fixes
- set the default disabled state of the Tag component to false (772285c)
0.1.0-alpha.15 (2023-06-11)
Bug Fixes
- lsd-react: use theme's name as the cache key when generating global styles (6fd8880)
0.1.0-alpha.14 (2023-06-11)
Features
- make the injection of theme CSS vars optional (9a56d59)
0.1.0-alpha.13 (2023-06-05)
Bug Fixes
- lsd-react: respect custom breakpoint typography settings in the createTheme function (8f8a337)
BREAKING CHANGES
- lsd-react: createTheme now ignores base theme typography settings for larger breakpoints when custom typography settings are set for smaller breakpoints for a particular typography variant
0.1.0-alpha.12 (2023-06-05)
Bug Fixes
- lsd-react: use newline char to join global breakpoint var strings (46d5248)
0.1.0-alpha.11 (2023-06-01)
Bug Fixes
- lsd-react: remove react and react-dom from dependencies (d95f83d)
0.1.0-alpha.10 (2023-06-01)
Bug Fixes
- fix peer dependency versions (cff8e48)
0.1.0-alpha.9 (2023-06-01)
Bug Fixes
- fix bug with PickIcon svg props (73a2c60)
- lsd-react: load global and baseline styles before user styles (0fb3283)
0.1.0-alpha.8 (2023-05-29)
Bug Fixes
- adjust icon's position in the button component (ec7cdf0)
Features
- add outlined and filled variant options to button component (9d01136)
0.1.0-alpha.7 (2023-05-25)
Bug Fixes
- fix Collapse component's controlled state issue (bf40a03)
0.1.0-alpha.6 (2023-05-24)
Bug Fixes
- cjs build only (37991fa)
0.1.0-alpha.5 (2023-05-24)
Bug Fixes
- downgrade React to v17.0.2 & fix entrypoint paths (5c06d9b)
0.1.0-alpha.4 (2023-05-24)
Bug Fixes
- remove 'type': 'module' from package.json, and remove lsd-website app (91bf9fc)
0.1.0-alpha.3 (2023-04-18)
Bug Fixes
- append className prop to default class names in Autocomplete component (2464cff)
0.1.0-alpha.2 (2023-04-13)
Note: Version bump only for package @acid-info/logos-design-system
0.1.0-alpha.1 (2023-04-13)
Bug Fixes
- export all components (87ea789)
- fix Badge component rendering in disabled state by default (2df8631)
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)