Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 1.14 KB

Changelog

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

The format is based on Keep a Changelog.

[Unreleased]

23/09/2022

Changed

  • Remove atomic design pattern and bring components to the root of the project
  • Organize Storybook folders by use case

Added

  • A separate Pagination component from 'template' folder

Removed

  • templates folder from Storybook
  • Storybook styling related to atomic design components

29/09/2022

Changed

  • Update all dependencies to latest versions
  • Update configuration for Storybook, Rollup and Husky to match the latest versions
  • Update component stories to match v6 of Storybook
  • Update font-family in Storybook interface
  • Replace React.FC with JSX.Element in all components

Fixed

  • TypeScript errors after updating dependencies

Removed

  • husky v4 config file
  • lint-staged config file

02/10/2022

Added

  • BEM helpers (createClassWithModifiers, makeBEM)

Changed

  • Implement BEM helpers in all components
  • Modify classnames where necessary to match BEM pattern

03/10/2022

Added

  • Changelog file