Skip to content

Latest commit

 

History

History
1158 lines (698 loc) · 102 KB

CHANGELOG.md

File metadata and controls

1158 lines (698 loc) · 102 KB

Change Log

1.0.0-next.33

Patch Changes

  • Pagination: Use data attrs instead of class names (#2395)

  • Badge: Style using css attributes (#2391)

  • TableHeaderCell: Remove sortable prop, sort now handles this (#2393)

  • dropdownmenu: Style using data attributes (#2387)

  • List: Remove List.Root and List.Heading, which changes API (#2348)

  • Alert, Avatar, Button, Divider, Link: Use data-attributes for variant, size and color and move icons to CSS (#2313)

  • Box: Remove component (#2372)

  • Popover: (#2369)

    • Rename <Popover.Root> to <Popover.Context>
    • use Popover API, allowing <Popover> to be used without Popover.Context
    • Remove portal prop
  • Select: Rename from NativeSelect (#2404)

  • Table: Set sort button type to prevent form submit (#2402)

  • Heading: default level is now 2 (#2378)

  • Select: (#2415)

    • Add Select.Option and Select.Optgroup compond components
    • Remove multiple prop
  • Accordion: Now uses details and summary HTML elements (5d1c5062b526e6829c322ce66c6df08568bb9f63)

  • Spinner: Style using data attributes (#2390)

  • Avatar: new component (#2312)

  • Tag: Make neutral default color in CSS (#2397)

  • Card: Use data attrs (#2398)

  • Combobox: fix virtual combobox having large gap between items (#2376)

1.0.0-next.32

1.0.0-next.17

Patch Changes

  • Table: New hover prop and class for toggling hover on rows (#2285)

  • Combobox: Make controlled input adhere to inputValue and send all change events (#2267)

  • AccordionHeading: Correct name on types (#2276)

  • Badge: Export component (#2297)

  • ToggleGroup, Tabs: Active item equality check is now strict (#2253)

1.0.0-next.16

Minor Changes

  • Breadcrumbs: ✨ new component (#2226)

  • Badge: ✨ New component (#2220)

Patch Changes

  • Modal: add missing ModalRoot export (#2228)

  • RovingFocus: add orientation to support for different arrow directions, and add support home/end buttons (#2206)

    • Affects ToggleGroup, where up and down arrows can now be used
    • Affects ToggleGroup, where home and end can now be used
    • Affects Tabs, where home and end can now be used
  • Accordion: Fix defaultOpen flicker on first render (#2214)

  • Tabs: Make arrow keys work in any direction (#2223)

  • Fixes so spacing is the same in checkbox and radio groups (#2234)

  • Divider: hide from screen readers (#2232)

  • Modal: remove FloatingFocusManager (#2224)

  • NativeSelect: add focus in readOnly state (#2212)

1.0.0-next.15

Patch Changes

  • chore: Fix rollup build warnings for react package (#2187)

  • chore: Replace eslint with biomejs (#2189)

1.0.0-next.14

Patch Changes

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

1.0.0-rc.6 (2024-06-11)

Bug Fixes

  • Tab: Use correct type on Tab button (f3f5949)

Features

Reverts

0.63.0 (2024-06-07)

Bug Fixes

Features

0.62.0 (2024-05-24)

Bug Fixes

Features

0.61.0 (2024-05-16)

Bug Fixes

  • Combobox: Show all options in single mode when a value is selected (#1983) (ac82b50)

Features

0.60.0 (2024-05-14)

Bug Fixes

Features

0.59.1-alpha.1 (2024-04-26)

Bug Fixes

0.59.1-alpha.0 (2024-04-24)

Bug Fixes

0.59.0 (2024-04-23)

Bug Fixes

  • Skiplink: 🐛 Should now show correctly (#1866) (4afbe91)

Features

0.58.0 (2024-04-22)

Bug Fixes

Features

0.57.0 (2024-04-15)

Bug Fixes

  • Check if window is defined in AnimateHeight (#1797) (66aec2d)

Features

  • 🎨 Use new sizing scale for typography and components (#1696) (61b1af7)
  • css: Add cascade layer for every component (#1805) (b40f95b)
  • DropdownMenu, Popover, Modal: Using asChild on Trigger components no longer clones style to child (#1795) (b827689)

0.56.3-alpha.1 (2024-04-10)

Bug Fixes

  • Check if window is defined in AnimateHeight (#1797) (66aec2d)

Features

  • DropdownMenu, Popover, Modal: Using asChild on Trigger components no longer clones style to child (#1795) (b827689)

0.56.3-alpha.0 (2024-04-09)

Features

  • 🎨 Use new sizing scale for typography and components (#1696) (61b1af7)

0.56.2 (2024-04-08)

Bug Fixes

  • Radio: 🐛 Correct orientation of radio and label (#1779) (c5c5f9f)

0.56.1 (2024-04-08)

Bug Fixes

  • Checkbox: 🐛 Removed unwanted spacing when no label is defined (#1762) (439bf8c)
  • Checkbox: Remove empty label element (#1737) (152ad27)
  • Radio: 🐛 Removed unwanted spacing when no label is defined (#1768) (03d2553)
  • Radio: Remove empty label element (#1741) (#1764) (73840cf)

0.56.0 (2024-04-04)

Bug Fixes

  • Checkbox: style applied to wrong element (#1743) (7bad2c2)
  • Combobox: Fix flushSync being called inside a lifecycle method (#1736) (c0a6f73)
  • Radio: style applied to wrong element (#1742) (fa65b7e)

Features

0.55.0 (2024-03-21)

Features

0.54.0 (2024-03-20)

Bug Fixes

  • Accordion: Missing hover & styling corrections (#1710) (70fe406)

Features

  • Paragraph: Add variant prop with long and short (#1636) (efedb27)

BREAKING CHANGE:

0.53.1 (2024-03-13)

Note: Version bump only for package @digdir/designsystemet-react

0.53.0 (2024-03-13)

Note: Version bump only for package @digdir/designsystemet-react

BREAKING CHANGE: Package restructure

0.51.3 (2024-03-08)

Bug Fixes

0.51.3-alpha.0 (2024-03-06)

Bug Fixes

  • Components should now inherit font-family correctly (#1638) (c186fe6)

0.51.2 (2024-03-04)

Bug Fixes

0.51.1 (2024-02-23)

Bug Fixes

  • Button: Remove display: inline-block for icons (#1567) (40183b6)
  • HelpText: 🐛 Focus and hover should now be correct (#1568) (2505554)

Features

Reverts

0.51.0 (2024-02-23)

Features

0.50.0 (2024-02-19)

Bug Fixes

  • Correct component names in React developer tools (#1543) (889e91d)
  • Paragraph: Fix CSS specificity (#1527) (4d76d87)
  • Switch: 🐛 Improvements and adjustments to styling (#1521) (d9f7a5c)

Features

0.49.0 (2024-02-09)

Bug Fixes

  • List: 🐛 Should correctly set aria-labelledby (#1508) (41ff47c)

Features

0.48.0 (2024-02-07)

Bug Fixes

  • Button: 🐛 Passed className should now override correctly (#1442) (5a1d463)
  • Table: 🏷️ Fix types (#1500) (c962f22)

Features

  • Button: Add asChild support to Button (#1463) (87d43f6)
  • Button: Change icon to boolean and remove iconPlacement (#1413) (98d0610)
  • Card: Add support for changing element type with asChild (#1323) (d35f56e)
  • DropdownMenu: Add DropdownMenu.Trigger (#1416) (428b092)
  • ErrorMessage: Add asChild support to ErrorMessage (#1467) (25ee917)
  • ErrorSummary: ✨ Make the component (#1392) (a33ff7c)
  • Heading: Add asChild support to Heading (#1459) (dda21d2)
  • Ingress: Add asChild support to Ingress (#1460) (4f96d58)
  • Label: Add asChild support to Label (#1461) (fa2e961)
  • Link: Add asChild support to Link (#1458) (54b1dab)
  • List: Change component API (#1400) (55d8795)
  • Paragraph: Add asChild support to Paragraph (#1462) (c886f65)
  • Popover: Add Popover.Trigger (#1406) (33c693b)
  • RovingTabindexItem: Add asChild support to RovingTabindexItem (#1468) (8f21be3)
  • RovingTabindexRoot: Add asChild support to RovingTabindexRoot (#1469) (c766926)
  • Tabs: Remove icon prop (#1418) (75777db)

0.47.0 (2024-01-23)

Bug Fixes

Features

0.46.1 (2024-01-16)

Bug Fixes

  • NativeSelect: Fix readOnly not disabling element (#1391) (f6f693e)

0.46.0 (2024-01-15)

Features

0.45.0 (2024-01-10)

Bug Fixes

  • Combobox: Pressing enter on clear button does not work (#1354) (884eca7)
  • Combobox: Removing a chip with enter selects a value from the list (#1352) (907a85d)

Features

0.44.0 (2024-01-05)

Bug Fixes

Features

0.43.0 (2024-01-02)

Bug Fixes

  • Chip: 🐛 Use correct font token (short) (#1290) (ddc1166)
  • Make sure className and style are applied to outer element (#1277) (1a57299)

Features

Performance Improvements

0.42.0 (2023-12-21)

Features

0.41.1 (2023-12-20)

Bug Fixes

  • Radio: 🐛 Correct sizes for icon (#1255) (53d836e)
  • Switch: 🐛 Prevent from being clamped in flex container (#1256) (f5d31eb)

0.41.0 (2023-12-19)

Bug Fixes

  • Accordion: 🐛 Fix wrong border colors for first, second, third colors (#1246) (e38bf41)
  • DropdownMenu: 🐛 Add missing background (#1252) (2abe4db)

Features

0.40.0 (2023-12-18)

Bug Fixes

  • DropDownMenuItem: add list style none (#1190) (11bd19b)
  • List: Wrap in div to allow access to Heading (#1217) (afcadb7)
  • Pagination: Only use needed space for buttons (#1220) (4bf3d74)
  • Select: Select not working properly in Modal (#1195) (fb8be6a)
  • ToggleGroup: Only use needed space for buttons (#1216) (3d4f721)

Features

  • ToggleGroup: Support form when name is provided (#1218) (75fd99f)

0.39.0 (2023-12-14)

Bug Fixes

  • Accordion: support for using custom elements inside Item and Header (#1198) (a09eea1)
  • Button, Checkbox, NativeSelect, Radio, Search, Switch, Textfield: 🐛 Sizes and alignment (#1166) (716395d)
  • Chip: 🐛 Add missing disabled styling and behaviour (#1201) (d6647bf)
  • ErrorMessage: Change default wrapper to div (#1203) (f14e22b)
  • NativeSelect: Fix firefox background color (#1185) (ddf8d89)
  • Search: 🐛 Fix missaligned search icon (#1207) (eac15b2)
  • Textfield, Textarea: 🐛 Only apply aria-describedby if its defined (#1184) (f510c0c)
  • ToggleGroup: 🐛 Use correct paddings on ToggleGroup.Item (#1209) (2b6dade)

Features

  • Heading: Make size optional with default xlarge (#1208) (b2aaf27)

0.38.0 (2023-12-01)

Bug Fixes

  • 🐛 Temporary change order for injected CSS (#1137) (8f8d978)
  • Checkbox, Radio, Search: 🐛 Styling interferences (#1163) (b53f050)
  • Chip.Toggle: Make Chip.Toggle fallback on context size (#1150) (c555bca)
  • DropdownMenu: 🐛 Add missing z-index (#1142) (ae84c10)
  • Link: Underline not thicker on hover in safari (#1151) (22580b3)
  • Modal: Change solution for setting width and fixed clicking on top or bottom closing the Modal (#1171) (22fbc6b)
  • Popover: wrong border size on arrow (#1176) (499c5e2)

Features

0.37.0 (2023-11-17)

Bug Fixes

  • Button: 🐛 Adjust sizing to match Textfield and other fixes according to Figma (#1023) (a3252f9)
  • Divider: 🏷️ Optional color prop (#1085) (7ae9eca)
  • Divider: Add so it can recieve HTMLHRElement props (#1064) (c7c3acd)
  • List: 🏷️ Default type for children (#1032) (4f83fa0)
  • OverridableComponent: Add displayName to type (#1106) (416810c)
  • Switch: 🐛 Should reduce-motion (#1049) (58926be)

Features

0.36.0 (2023-11-08)

Bug Fixes

  • Button: 🐛 Adjust sizing to match Textfield and other fixes according to Figma (#1023) (a3252f9)
  • Divider: Add so it can recieve HTMLHRElement props (#1064) (c7c3acd)
  • List: 🏷️ Default type for children (#1032) (4f83fa0)
  • Switch: 🐛 Should reduce-motion (#1049) (58926be)

Features

0.35.0 (2023-10-30)

Bug Fixes

  • HelpText: Add missing aria-expanded (#992) (383ed03)
  • LegacyTextField, LegacyTextArea: 🐛 Fix wrong placement of character counter (#1008) (c75aa3f)

Features

0.34.0 (2023-10-25)

Bug Fixes

Features

  • Add htmlSize to NativeSelect and Textfield (#972) (bf72f3b)
  • List: More options for List component (#913) (8903110)

0.33.0 (2023-10-19)

Features

  • HelpText: Use new Popover (#960) (b12da58)
  • NativeSelect: Updated to match other form components (#955) (71f048e)
  • Popover: 🗑️ Change to Legacy (#956) (cf9be72)
  • Popover: New component and method for attaching to anchor element (#959) (98f9985)
  • Tag: Change filled and outline to primary and secondary (#958) (9c230af)

0.32.1 (2023-10-17)

Bug Fixes

  • ToggleGroup: 🐛 Fix missing styling on ToggleGroup.Item (#952) (9ebf8c1)

0.32.0 (2023-10-16)

Bug Fixes

Features

0.31.1 (2023-10-13)

Bug Fixes

  • Revert "fix(Select): Hide list when reference is hidden (#917)" (#936)

0.31.0 (2023-10-12)

Bug Fixes

Features

  • Button: ✨ Support for overriding html element using as (#926) (5689052)

0.30.0 (2023-10-11)

Bug Fixes

  • Select: Hide list when reference is hidden (#917) (bccea75)

Features

  • Tooltip: Create new tooltip component (#914) (eccc36d)

0.29.0 (2023-10-07)

Features

  • Tabs: ✨ Add missing export for new Tabs (#915) (6cf70ec)

0.28.1 (2023-10-06)

Bug Fixes

  • Accordion: Make border styling overridable (#900) (b4af852)
  • Radio: Adhere to provided name prop (#903) (f0cfa2a)

0.28.0 (2023-10-05)

Features

  • Add basic SSR support and peerDependecies to react 18.2.0 (#864) (d512ee2)
  • Change color names primary, secondary, tertiary to first, second, third (#887) (50f4eee)
  • DosAndDonts: Add Do and Dont component (#857) (8116d00)
  • Tabs: ✨ New Tabs Component (#876) (6ae19e7)
  • Tabs: 🗑️ Change to Legacy (#875) (1863383)
  • ToggleGroup: Add accessible title for items with only icon (#897) (9482315)

0.27.0 (2023-09-28)

Features

  • Button, Chip, Accordion: ♻️ Change components to use the same class for focus behaviour (#868) (b3fa591)
  • ToggleButtonGroup: 🗑️ Change to Legacy (#870) (3298aba)
  • ToggleGroup: ✨ New ToggleGroup component (#813) (bc45c2e)

0.26.0 (2023-09-22)

Bug Fixes

  • Textfield: 💄 Style adjustments after feedback (#852) (4544f1e)

Features

0.25.1 (2023-09-22)

Bug Fixes

0.25.0 (2023-09-21)

Features

  • ErrorMessage: ✨ Add new option to toggle error color (#836) (8b177f3)
  • ErrorMessage: ✨ Add large size (#840) (9742abf)
  • Fieldset, Switch, Radio, Checkbox: ✨ Add large size (#841) (4e8052f)
  • Textfield: ✨ New Textfield component (#816) (0c14cfa)
  • TextField: 🗑️ Change to Legacy (#838) (c3d6d2d)

0.24.2 (2023-09-19)

Bug Fixes

  • Switch: 🐛 Adher to passed checked & defaultChecked props (#832) (13a4577)

0.24.1 (2023-09-18)

Bug Fixes

  • Accordion: hide content in Accordions from screen readers when Accordion is closed (#815) (eea59af)
  • Radio, Checkbox, Button, Chip.Toggle: Remove sticky hover on touch devices (#803) (a4be791)
  • Radio, Checkbox, Switch: 🐛 Remove z-index on selection control icon (#798) (6c1db8b)

0.24.0 (2023-08-31)

Features

0.23.3 (2023-08-25)

Bug Fixes

0.23.2 (2023-08-23)

Bug Fixes

  • Accordion: 🐛 Correct header color opacity (f68ad25)

0.23.1 (2023-08-23)

Bug Fixes

  • Accordion: Apply height animation on opening and closing only (#730) (78852e1)
  • Checkbox, Radio, Fieldset: 🐛 Make sure spacings are only applied when needed (#746) (f03df61)
  • InputWrapper: isValid works now independent of charLimit validation (#734) (bf4ecd8)
  • Link: 💄 Tweaked style for better visibility between states (#744) (cfc37e2)
  • Pagination: 🐛 Fix compact spacings and ellipsis alignment (#748) (c54eb1e)
  • Radio, Checkbox: 🐛 Fallback to checked or defaultChecked if Group value is not set (#733) (4777dac)

0.23.0 (2023-08-16)

Bug Fixes

  • Pagination: ♿ Fix 'a11y' error for Pagination next/prev buttons (#726) (e0e6fa4)

Features

  • Checkbox, CheckboxGroup, FieldSet, RadioButton, RadioGroup: 🗑️ Change to Legacy (#716) (b22d836)
  • Checkbox, Radio, Fieldset: ✨ Release new components (#720) (7facb4d)
  • Link: Create the component (#711) (ac0adcc)

BREAKING CHANGE

  • enums: 🔥 Remove enums (#721)
  • LegacyAccordion: 🔥 Remove LegacyAccordion (#707)

0.22.0 (2023-08-09)

Bug Fixes

  • Accordion: Support dynamic height (#689) (6624ba1)
  • Alert: 🐛 Left border should now be positioned correctly inside the box (#702) (5fa2aeb)
  • Chip.Removable: 🐛 Use correct button type to avoid default submit (#694) (357cfe8)

Features

  • Button: ♻️ Change default size to medium (instead of small`) (#698) (ab238df)
  • Checkbox: ✨ New Checkbox component (unreleased) (#681) (6b49301)
  • Chip.Toggle: ♻️ Enabled checkmark as default when selected (#693) (049460c)
  • Label: ✨ Added new prop weight for setting font weight (#699) (1641752)

0.21.0 (2023-08-02)

Bug Fixes

  • Button: 🐛 Fix icon being clipped in Firefox browser (#679) (75b8bd7)

Features

  • Pagination: New Pagination component (#677) (6085019)
  • Radio, Fieldset: ✨ New Radio & Fieldset component (unreleased) (#666) (e2d6f89)

0.20.0 (2023-07-24)

Bug Fixes

  • Button: ♿ Added 44px clickbound for small size (#676) (921b9c7)
  • Button: Correct sizes when only icon is used (#674) (0598060)

Features

0.19.0 (2023-07-05)

Features

  • Accordion: use the new semantic colors for focus style (#611) (20bffae)
  • ToggleButton: use the correct focus styling (#612) (507f566)

0.18.0 (2023-06-28)

Bug Fixes

Features

0.17.0 (2023-06-21)

Bug Fixes

  • Alert: avoid the border-left to disappear when elevated is true (#554) (cf26ba2)
  • Select: ResizeObserver loop error (#565) (48051db)
  • Typography: fixed spacing (#569) (6a0311e)

Features

0.16.0 (2023-06-14)

Features

0.15.0 (2023-06-09)

Bug Fixes

  • Checkbox: should avoid different box-size when checked/unchecked (#533) (52d368f)
  • FieldSet: ♿ Fix wrong role on ErrorMessage (#520) (b0f8894)

Features

  • Alert: ✨ New React component Alert (#510) (8f36198)
  • NativeSelect: ✨ New React component NativeSelect (#488) (36eb3eb)

0.14.0 (2023-06-07)

Bug Fixes

  • InputWrapper: should only show invalid variant when field is invalid (#502) (556515c)
  • Select: 🐛 Add zindex to dropdown (#513) (cf62384)
  • Table: Remove padding in header cells (#485) (17971e2)

Features

0.13.0 (2023-05-31)

Bug Fixes

  • Accordion: 🐛 Fix displayName for Accordion sub-components (#424) (c755c4a)
  • Accordion: 🐛 Use correct icon in header (#473) (7517690)
  • Accordion: 🐛 Fix hover state on Accordion.Header when used on touch devies (#435) (8164dcc)
  • CheckboxRadioTemplate: ensure to remove spacing/gap when label is hidden (#427) (f5a20e6)
  • InputWrapper, Select, Tabs, ToggleButtonGroup: ♻️ Removed component defined font-family (#476) (2e65214)
  • Select: Make options list independent of container size restrictions (#449) (6f8ce62)
  • TextField, TextArea: append ids to aria-described-by (#456) (449988c)
  • Typography: 🐛 Fix Typography components to inherit font-family (#470) (06f6677)

0.12.1 (2023-05-22)

Bug Fixes

0.12.0 (2023-05-16)

Bug Fixes

  • FieldSet: Fixing typo in font size (#372) (287c8a4)
  • Select: Adjust list size to available space (#383) (2d11090)
  • TextField, TextArea, Checkbox, RadioButton, Button and HelpText: New focus style (#354) (1786918)

Features

  • Accordion: New Accordion component (#313) (62cc44b)
  • TextArea, TextField: Countdown remaining letters (#365) (6f08478)
  • Heading, Paragraph, Ingress, Label, ErrorMessage: New Typography components (#374) (2bb07d6)

0.11.3 (2023-05-04)

Bug Fixes

  • Select: Collapse when arrow button is clicked (#336) (254628a)
  • Select: Set "button" type on buttons (#338) (f3035f0)

0.11.2 (2023-04-24)

Bug Fixes

  • InputWrapper: Make input borders clickable (#282) (d35df3f)
  • Select: fix aria-activedecendant attribute (#291) (0ed8958)
  • Select: Make event listeners local (#299) (1439820)
  • Table/RadioGroup/CheckboxGroup/FieldSet: Multiple minor accessibility improvements (#301) (c299106)
  • Table: Omitting aria-sort when no sort order is in effect (#306) (ecb1570)
  • Table: Sort-arrows fix (#297) (fbc8e50)
  • TextArea: Set border (#310) (255f632)

BREAKING CHANGE

  • Accordion was renamed to LegacyAccordion to make room for new “Accordion” component in accordance with new design & features (#296)(83d7e6c)

0.11.1 (2023-04-11)

Bug Fixes

  • Select: Make onBlur work when there is no active element (#281) (cd1f43c)
  • Select: Update selected on option change (#286) (623d306)

0.11.0 (2023-03-30)

Features

  • Select: Add onFocus and onBlur events (#278) (7fc362c)

0.10.2 (2023-03-30)

Bug Fixes

  • Textfield: upgrading react-number-format, removing workaround (e2dc0e6)

0.10.1 (2023-03-29)

Bug Fixes

  • Accordion: Fix continous texts word break (#264) (13b3bd6)
  • Button: adjust padding to make icon round (#265) (922014d)
  • RadioButton: RadioButton looks wrong when zoming in browser (#266) (5f40bc3)
  • Select: Display initial value on single select (#268) (7ad5f0f)
  • ToggleButtonGroup: Set correct button type (#261) (a706f07)

0.10.0 (2023-03-24)

Bug Fixes

  • Select: NVDA screen reader issues (#246) (3a57e6c)
  • Select: Support dynamically changing options (#253) (5b13f7c)

Features

0.9.0 (2023-03-17)

Bug Fixes

  • Button: Remove width in css for buttons with only icons (#232) (4962e49)
  • CheckboxGroup: Improved item update handling (#241) (9a157df)
  • use ReactNode in helptexts to allow rich content (#245) (4469c7d)

Features

  • Button: Added support for aria-disabled to button and loading button example in storybook (#240) (51992e8)

0.8.1 (2023-03-09)

Note: Version bump only for package @digdir/design-system-react

0.8.0 (2023-03-09)

Bug Fixes

  • CheckboxGroup: fix state handling problem (#205) (50aab5a)
  • HelpText: helptext´s content not reachable with NVDA screenreader (#206) (e4c115f)
  • Set correct font size in all text input fields (#201) (2f1a903)

Features

0.7.0 (2023-02-24)

Bug Fixes

  • HelpText: hide helptext button in pdfs (#156) (7b9c217)

Features

0.6.0 (2023-02-16)

Bug Fixes

  • HelpText: fix help-text width (#149) (e0ddf38)
  • Popover: fix display-issue-with-popover-arrow (#152) (2b3e311)

Features

0.5.1 (2023-02-13)

Bug Fixes

  • Accordion: Fix subtitle placement issues (#144) (316e450)
  • Button: Enforce icon button to have same width and height (#139) (9b3bb93)
  • HelpText: export help text size prop (#147) (7a716bb)
  • InputWrapper: Change outline style to solid from auto to make outline-offset work (#140) (ef2a9f4)

0.5.0 (2023-02-08)

Bug Fixes

  • added displayName to all exported components (#135) (7f0dd1b)
  • Button: Replace non existent Figma token (#128) (b27e3d4)
  • Select: Accept empty list of options (#133) (515e84f)

Features

0.4.3 (2023-02-02)

Bug Fixes

0.4.2 (2023-01-30)

Bug Fixes

  • added types file to export (99a33f9)

0.4.1 (2023-01-27)

Bug Fixes

  • popover: popover screen reader ordering (c8a0190)

0.4.0 (2023-01-26)

Bug Fixes

  • popover: retain focus on trigger when opening popover (d54c7c8)
  • Tabs: Spacing issues (#95) (2583e4c)

Features

  • help-text: add help text component (8f2bb3b)
  • popover: added popover component (6e34adf)

0.3.1 (2023-01-24)

Bug Fixes

0.3.0 (2023-01-23)

Bug Fixes

  • select: Value update in Select component (#63) (0a4677c)

Features

  • textfield: Add text field component (#67) (ba7e8a5)

0.2.1 (2023-01-19)

Bug Fixes

  • Presentation mode issues on checkboxes and radio buttons (#61) (2ee07b4)

0.2.0 (2023-01-19)

Bug Fixes

Features

  • textarea: Add TextArea component (#59) (1938b7d)

0.1.1 (2023-01-12)

Bug Fixes

  • testing changelog with new release commands (4906c28)

0.1.0 (2023-01-11)

Features

  • testing changelogs for the react package (f988027)