Skip to content

Latest commit

 

History

History
240 lines (131 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

240 lines (131 loc) · 2.95 KB

0.8.0

Ago. 30, 2024

  • add IconButton base component

Breaking change

  • IconTag format props does not change icon format too anymore, only Tag format

0.7.11

Jun. 24, 2024

  • add custom react eslint rules

0.7.10

Jun. 04, 2024

  • add styled components types
  • update styled component props

0.7.9

May. 29, 2024

  • update eslint with typescript

0.7.8

May. 29, 2024

  • update eslint

0.7.7

May. 15, 2024

  • add eslint
  • use eslint with prettier
  • update lint-staged to use eslint fix

0.7.6

May. 03, 2024

  • update base components generator

0.7.5

May. 02, 2024

  • update storybook layout

0.7.4

Fev. 20, 2024

  • define template to inject base component export and doc reference

0.7.3

Fev. 19, 2024

  • add hygen lib
  • define base components templates

0.7.2

Fev. 08, 2024

  • update lint-staged actions to run tests pre-commit
  • refactor base components format

0.7.1

Fev. 06, 2024

  • update IconTag doc
  • refactor IconTag component

0.7.0

Jan. 16, 2024

  • add IconTag base component
  • add Div base component height and alignItems props
  • add Img base component format and borderRadius props
  • refactor some component types

0.6.3

Set. 20, 2023

  • add Img base component
  • refactor base component tests
  • add public dir for storybook images

0.6.2

Aug. 29, 2023

  • create common types for base components
  • upgrade storybook version to 7.4.0

0.6.1

Aug. 25, 2023

  • adjust Div base component tests
  • use same interface and styled for Text and Paragraph base components

0.6.0

Aug. 01, 2023

  • add Div base component
  • update Storybook layout

0.5.0

Jul. 18, 2023

  • add Paragraph base component

0.4.3

Jul. 17, 2023

  • add text props to Tag base component

0.4.2

Jul. 14, 2023

  • add text props to Button base component

0.4.1

Jul. 13, 2023

  • export Text base component

0.4.0

Jul. 13, 2023

  • add Text base component
  • include Text base component inside Tag and Button base components
  • fix Tag and Button base component tests

0.3.2

Jul. 06, 2023

  • add husky lib

0.3.1

Jul. 03, 2023

  • update storybook url

0.3.0

Jul. 03, 2023

  • add Tag base component

0.2.9

Jun. 30, 2023

  • update rollup and tsconfig

0.2.8

Jun. 30, 2023

  • add chromatic
  • deploy storybook

0.2.7

Jun. 30, 2023

  • update README with general lib informations

0.2.6

Jun. 30, 2023

  • change interface to type on Button props

0.2.5

Jun. 30, 2023

  • use same file for styles, types and component

0.2.4

Jun. 27, 2023

  • add github repository on package
  • remove skipLibCheck on tsconfig

0.2.3

Jun. 27, 2023

  • add docs files on package
  • adjust Button base component types

0.2.2

Jun. 26, 2023

  • add react and react-dom to peer dependencies

0.2.1

Jun. 26, 2023

  • adjust export for Button base component

0.2.0

Jun. 26, 2023

  • add Button base component
  • add storybook
  • add prettier

0.1.0

Jun. 19, 2023

  • initial config