Skip to content

Latest commit

 

History

History
245 lines (99 loc) · 8.71 KB

CHANGELOG.md

File metadata and controls

245 lines (99 loc) · 8.71 KB

Change Log

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

0.13.30 (2024-03-18)

Bug Fixes

  • Assign correct ids for input fields (356b8fe)

0.13.29 (2024-03-18)

Features

0.13.28 (2023-12-14)

Features

  • Adding prop fieldProps to form input elements (#25) (51475ef)

0.13.27 (2023-12-11)

Bug Fixes

  • Form input field id was not set correctly (1ae40fb)

0.13.26 (2023-12-11)

Features

  • Setting innerRef on InternalLinkElement instead of ref (592306b)

Bug Fixes

0.13.25 (2023-12-07)

Note: Version bump only for package whitespace_components

0.13.24 (2023-04-22)

Bug Fixes

  • Replace classnames with clsx (b4284dd)

0.13.23 (2023-02-05)

Features

0.13.22 (2022-11-08)

Bug Fixes

  • Filter invalid html attributes (c8503f8)

0.13.21 (2022-11-08)

Bug Fixes

  • Filter invalid html attributes (2427daf)

0.13.20 (2022-09-30)

Features

0.13.19 (2022-09-28)

Bug Fixes

  • GridMenuLink align-items property (3cc4803)
  • properly conditionally omit for attr when not a label (eed9ddc)

0.13.18 (2022-05-04)

Bug Fixes

  • Layout error with PageGrid (7512a24)
  • remove description dep from FormFieldError (5cb764c)

0.13.17 (2022-03-17)

Bug Fixes

  • update styles to support new elements (e1c1da5)

0.13.16 (2022-03-17)

Features

  • automatically expand/contract tree on navigation (b422275)

0.13.15 (2022-02-22)

Features

  • create calendar badge component (2090529)
  • create inline list and box components (c991af2)

Bug Fixes

  • add ability override base element name on (1fd825a)
  • add cardTitleFontFamily prop to (426c5d3)
  • add withComponentDefaults to (61df9e6)
  • deps: Use same Gatbsy version range as other packages (31b23bb)
  • remove debug code (3a16ebe)

0.13.14 (2021-11-26)

Features

  • add gap in PageGrid component (305dd34)

0.13.13 (2021-11-26)

Features

  • Add PageGridGroup component (f9771f1)

0.13.12 (2021-11-25)

Features

  • Add support for colSpan prop in PageGridItem (4aac688)

Bug Fixes

0.13.11 (2021-11-25)

Features

  • Add CardBadge component (285f0f9)
  • add css props for title in hovered card (fe6a33c)
  • Add RuledList component (66734b4)
  • Add Teaser component (e385da4)

Bug Fixes

  • add theme props to external icon (e05b216)
  • remove parent specificity to avoid issue when is used (3a58e2e)
  • remove unused imports (56ab41b)

0.13.10 (2021-11-24)

Features

  • add --card-title-text-decoration (dbb9379)
  • add MaybeFragment component (b296abd)

Change Log

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

0.13.9 (2021-11-23)

Features

  • Add more subcomponents to PageGrid (79e7334)
  • improve dev script (67aa4f5)

Bug Fixes