Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
111 lines (69 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

111 lines (69 loc) · 2.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.1 - 2022-10-28

Added

  • A disabled prop for the RadioGroup component to follow the field added to the Radix primitive

Changed

1.2.0 - 2022-10-03

Added

  • <Toast /> component

Changed

  • Dependency upgrades

1.1.4 - 2022-10-02

Fixed

  • Mark "sideEffects": false in the @strum/react package file

1.1.3 - 2022-10-02

Changed

  • Dependency upgrades

Fixed

  • Include a max-width on Tooltips for long text

1.1.2 - 2022-09-23

Fixed

  • Corrected the border widths on base <Alert /> component

1.1.1 - 2022-09-19

Fixed

  • onChange prop not being correctly passed through to <RadioGroup /> primitive

1.1.0 - 2022-09-19

Added

  • <Badge /> component
  • <Checkbox /> component
  • <RadioGroup /> and <RadioItem /> components
  • <Card /> and related layout components
  • New error prop on the <Select /> component
  • New borderRadius prop on the <Button /> component
  • New emphasis prop on the <Alert /> component

Changed

  • Dependency upgrades
  • Add onChange prop for <Select /> component for consistent prop names between components
    • Does not deprecate the primitive's onValueChange prop

Fixed

  • Accessibility improvement: distinct focus state on form elements with an error present

1.0.2 - 2022-09-13

Changed

  • Dependency upgrades

1.0.1 - 2022-09-11

Fixed

  • Reworked the <StrumProvider> /> script without a hard render block

Added

  • Repo and build system init
  • <Alert /> component
  • <Avatar /> component
  • <Box /> component
  • <Button /> component
  • <Container /> component
  • <Heading /> component
  • <Input /> component
  • <Nav /> component
  • <Select /> component
  • <Skeleton /> component
  • <Spinner /> component
  • <Stack /> component
  • <StrumProvider /> component
  • <Text /> component
  • <Tooltip /> component
  • <VisuallyHidden /> component
  • Base styles, tokens, theme contract vars, and sprinkles