Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

69 lines (46 loc) · 2.66 KB

Unreleased

4 February 2023

Features

  • Add instructions for use with UNPKG CDN (ef7a0e8)
  • Added size, font-weight, font-family and line-height tokens (#29)
  • Create design tokens using style dictionary (#28)

v0.5.0

27 November 2020

Features

  • Add browser support section on README (2023134)
  • Created loading component and added to button (#18)
  • Documentation for react installation (#19)
  • Added active style in buttons (#16)

Fixes

  • Fixes auto-changelog, adding break line on sections (cf26a7f)
  • Fixes the repository URL on Storybook page (3fde5c7)
  • Change Storybook default background color to light (7d51df7)
  • Fixes icon and text position on responsive buttons when iconMode="right" (#15)

v0.4.0-0

12 October 2020

Features

  • Develop (#17)
  • Added Storybook, run deploy to GitHub pages via CI and initial showcase (#14)
  • Added SASS structure, colors variables and multiples themes support (#13)
  • Added unit tests and E2E to button component (#12)

Fixes

  • Develop (#17)

v0.3.0-0

7 September 2020

Features

  • Add auto publish to NPM (d3a6dd1)

v0.2.0-0

7 September 2020

Fixes

  • Fix problem with loaders on Angular applications (513e2bb)

v0.1.0

7 September 2020

Features

  • Add changelog generator (auto-changelog) (9d260a7)
  • Add outline mode to buttons (50b132d)
  • Update to (e545886)
  • Allows using Font Awesome 5 icons on buttons, iconMode and onlyIcon (#10)
  • Sync with develop (#11)
  • Add customized handlebars for auto-changelog (#9)
  • Enhancements on button according to Design System new defaults (#8)
  • Add property to allow button disable (disabled) (#7)