Skip to content

Latest commit

 

History

History
251 lines (118 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

251 lines (118 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.1.0 (2021-06-21)

Features

  • textfield: update component to meet new specifications (#177) (af3cf56)

7.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • deps: change Avon main colors

DSY-2079

Co-authored-by: Renovate Bot [email protected]

Bug Fixes

  • deps: update dependency @naturacosmeticos/natds-themes to ^0.5.0 (#175) (e094d15)

6.1.2 (2021-05-03)

6.1.1 (2021-05-03)

Bug Fixes

  • deps: update dependency @naturacosmeticos/natds-themes to ^0.5.0 (#172) (4da5c55)

6.1.0 (2021-04-20)

Features

6.0.0 (2021-04-14)

⚠ BREAKING CHANGES

  • button: the button sizes has changed to 'semi', 'semiX' and 'medium'. The previous sizes has been deprecated.

For previous names compatibility, use:

  • small -> semi
  • medium -> semix
  • large -> medium

Co-authored-by: Design system Natura in behalf of Design System Team [email protected] Co-authored-by: Yasminn Vaz [email protected]

feature

  • button: update component to add new options (49fc912)

5.1.0 (2021-04-06)

Features

  • icon-button: add new options to icon button (13a9397)

5.0.1 (2021-03-26)

5.0.0 (2021-03-22)

⚠ BREAKING CHANGES

  • list-item: the List component was removed. Also, the ListItem props and usage have changed. Refer to the component docs for more information

DSY-1948

Bug Fixes

  • remove unit warnings (d5a3983)
  • list-item: change list item to work with native list implementation (22e0751)

3.5.1 (2021-03-15)

Bug Fixes

  • textfield: fixes multiline margin/padding (#145) (385af7d)

3.5.0 (2021-03-01)

Features

  • progress indicator: adds showLayer props (c598e6e)

3.4.0 (2021-02-24)

Features

  • checkbox: add checkbox component (2f209b1)

3.3.3 (2021-02-19)

Bug Fixes

  • text field: allows helperText with more than on line (8fff003)

3.3.2 (2021-02-19)

3.3.1 (2021-02-09)

Bug Fixes

  • list: fix component export (0cde099)

3.3.0 (2021-02-05)

Features

  • list: implemented List component (4c48bb4)
  • textfield: textField accepts refs (bf7df3a)

3.2.1 (2020-12-14)

Bug Fixes

  • release: create new release with missing package (872a91f)

3.2.0 (2020-12-09)

Features

  • textField: implemented new component (b614887)

3.1.0 (2020-11-06)

Features

3.0.1 (2020-10-22)

Bug Fixes

  • remove cyclic dependency warnings (fa3c3e8)
  • remove react dom error from consumer (92606bb)

3.0.0 (2020-10-01)

⚠ BREAKING CHANGES

  • The theme contract has changed. We replaced natds-styles with natds-themes. Read the migration guide here

Features

2.6.0 (2020-09-22)

Features

  • snackbar: adding snackbar with some basic funcionalities (964eb25)

2.5.0 (2020-09-17)

Features

  • alert: add Alert component (43ecf2e)
  • avatar: add Avatar component, test and stories (bf19f87)

2.4.0 (2020-09-15)

Features

  • button: add support to button sizes (8ae2297)

2.3.0 (2020-09-02)

Features

  • icon: add support to size and color (28ed5b8)

2.2.1 (2020-08-27)

Bug Fixes

  • icon: add Icon and IconButton to the lib entry point (#98) (818c8b1)

2.2.0 (2020-08-25)

Features

  • card: adds card component (20fccdc)
  • icon-button: add IconButton and Icon components (#70) (9f793a9)

Bug Fixes

  • change styled components to peer, consume tokens internally (42d947d)

2.1.0 (2020-08-17)

Features

  • progress-indicator: add circular progress indicator component (feb18f9)
  • selection-control: add radio selection control (5e38f85)

2.0.1 (2020-08-06)

Features

  • button: add disabled button (f75c6c2)
  • divider: adds divider component (8a49f93)
  • tab: add tab component (ef4f389)

Bug Fixes

  • change styled components to peer, consume tokens internally (f3517b3)
  • numerical font weight on android (08240f1)
  • remove font-family definitions (3d19500)

2.0.0 (2020-05-20)

Features

  • button: add button component (ea86aaf)
  • dialog: add dialog component (ef36033)