Skip to content

Latest commit

 

History

History
137 lines (83 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

137 lines (83 loc) · 3.2 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.

Added

Changed

Added

  • added: scss styles for native select

Changed

  • update styleguide

Added

  • added: visual hint after label (*) an input is required (Textarea, Select, Field)

Changed

0.5.4 - 2023-05-31

Added

Changed

0.5.3 - 2023-05-23

Added

Changed

0.5.2 - 2023-05-23

Added

  • add partial card components: CardHeader & CardFooter

Changed

0.5.1 - 2023-05-22

Changed

  • fixed export of Select component

0.5.0 - 2023-05-22

Added

  • add select component (copy paste of field component)

Changed

  • fix forwarding additional classNames to icon component

0.4.0 - 2023-05-22

Added

  • add timeline component
  • add button component: Support for HTMLAnchorElement as root
  • add & setup stylelint configuration for BEM naming convention
  • add CHANGELOG.md
  • add gutterBottom prop to typography component
  • add SASS styles for timeline component (will later be moved to styleguide)
  • add markdownlint configuration in order to make it compatible with prettier
  • add textarea component (copy paste field component), this might merge into field component in the future

Changed

  • tsconfig: enabled strict
  • refactor: components extending HTML elements are now using React.ComponentPropsWithoutRef (fixes type errors when strict is enabled)
  • refactor: renamed Typography component to Text
  • refactor: set 'element' prop of Text component to deprecated in favour of 'as'

0.3.0 - 2022-12-13

Added

  • Script for deploying storybook to GH pages.

Changed

  • storybook instance now import & builds the styleguide instead of CDN (should be replaced with CDN in the future).
  • field component: value prop is now optional (in order to allow non-controlled input)

0.2.0 - 2022-12-13

Added

  • setup storybook
  • add card component
  • add button component
  • add collection component
  • add field component
  • add icon component
  • add typography component