Skip to content

Latest commit

 

History

History
286 lines (194 loc) · 23.5 KB

CHANGELOG.md

File metadata and controls

286 lines (194 loc) · 23.5 KB

Change Log

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

0.1.0-beta.3 (2024-01-10)

Features

  • export the Portal component (aeb6645)

0.1.0-beta.2 (2023-12-18)

Bug Fixes

  • fix filled Button text color (d5e0797)

0.1.0-beta.1 (2023-12-12)

Bug Fixes

  • lsd-react: fix Button typography styles (cdfb9d4)

0.1.0-beta.0 (2023-12-06)

Note: Version bump only for package @acid-info/logos-design-system

0.1.0-alpha.23 (2023-12-06)

Note: Version bump only for package @acid-info/logos-design-system

0.1.0-alpha.22 (2023-12-05)

Bug Fixes

  • lsd-react: update typography variant names (a5b3af3)

Features

  • lsd-react: add small size and label to TextField component (145a563)

0.1.0-alpha.21 (2023-11-16)

Bug Fixes

  • adds border to the modal container (8eb293e)
  • adds disabled logic (774ffd9)
  • better year select dropdown and other minor updates (aece48d)
  • center tab text when there's no icon (8cf7500)
  • consider scroll in portal elements and handle stale portal containers (55d4bda)
  • design review feedback - fix case with 2 icons (85b148a)
  • design review fixes and a couple of other minor fixes (a535cfa)
  • duplicate portal container temporary fix (868ab6c)
  • error state now supported in non webkit browsers (d78958b)
  • fix controlled versions of Calendar and DatePicker (2f6f391)
  • fix disabled calendar days (82d4975)
  • fix modal's close icon position (41b2c62)
  • fix multiple issues and update styles (261b96f)
  • fix outlined not working on date field component (7a3fd89)
  • fix tabs storybook file (d572aef)
  • fix type errors (16363ee)
  • fix year dropdown paddings and icon container size (6fb8911)
  • implements PR comment changes (7041359)
  • implements some fixes from the PR comments and design review (dcaeb22)
  • rebase and small update on yarn.lock (d99b453)
  • rebase and update icon names (c6d6687)
  • remove incorrect default value for some component variations (0ff0bbc)
  • remove isOpen from storybook (3c398e7)
  • remove null as any context initialization (eb5dddb)
  • remove unnecessary import (b5bf39c)
  • remove unused styles from CSSBaseline (86125f7)
  • removed the incorrect useEffect and updated deps array (5c9c23f)
  • rename dayBorderTopAndBottom class (07fb14a)
  • rename outlined bottom to underlined (c993d0f)
  • rename outlined-bottom to underline and remove unused import (e81efc2)
  • small comment updates (957e1cb)
  • update css to handle wrapped buttons (356e8c5)
  • update icon names to match names on figma (a654db3)
  • update useInput and remove unnecessary fake js events (85d05cd)
  • use a ping pong approach instead (e5c20a8)
  • use context like in the icon group component (c49364f)
  • use withIcon modifier instead of withoutIcon (38339b8)

Features

  • add border bottom to tab items and tabs container (8f5f657)
  • add individual styles for year month and day (e372217)
  • add label element to DateField and adjust styles (2537acf)
  • add subtitle 3-5 typography variants (a7bfa14)
  • add support for custom menu properties in Dropdown component (65bebb8)
  • add tooltip box and use it in calendars (69a46e6)
  • added new class dayIsToday and rebased (1249d98)
  • adds animation and position props to toast component (1f24949)
  • adds dropdown component control props (e4f3567)
  • adds spacing array to the theme (efa4792)
  • adds toast provider component (24ccbd0)
  • adds year selection dropdown and other minor improvements (e36753b)
  • broadcast height to parents - useful when iframed (31c2c9e)
  • implement button group and update button styles (0cc8075)
  • implement date picker component (51d995a)
  • implement date range picker (db4d10d)
  • implements number input with PR comment feedback (f233d4b)
  • new icon styles for the dropdown button (0b8bfe2)
  • new modal component (2212cf0)
  • pr fixes and adds modal footer (3ac8c0e)
  • toast componet v0.1 - missing position and animation props (dc9ce1f)

0.1.0-alpha.20 (2023-09-20)

Bug Fixes

  • lsd-react: omit common props before passing down props to html elements; closes #39 (ea24ee7)

0.1.0-alpha.19 (2023-09-20)

Bug Fixes

  • lsd-react: fix TextField's inconsistent clear button size on WebKit based browsers; closes #44 (8cfb932)

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

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)