Skip to content

Releases: FacioCode/design

v22.6.0

16 Feb 14:08
Compare
Choose a tag to compare

Version bump

v22.5.0

16 Feb 13:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v22.4.0...v22.5.0

v22.4.0

16 Feb 12:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v22.3.2...v22.4.0

v22.3.1

15 Oct 12:28
Compare
Choose a tag to compare
v22.3.1

v22.3.0

14 Oct 15:39
Compare
Choose a tag to compare
v22.3.0

v22.2.1.

07 Oct 19:13
Compare
Choose a tag to compare

Notes

Fixed example build

v22.2.0

07 Oct 18:46
Compare
Choose a tag to compare
v22.2.0

v22.1.0

10 Sep 14:51
Compare
Choose a tag to compare
v22.1.0

v22.0.1

20 Aug 11:38
Compare
Choose a tag to compare

22.0.1 (2021-08-20)

Note: Version bump only for package @faciocode/design

v22.0.0

19 Aug 20:41
Compare
Choose a tag to compare

22.0.0 (2021-08-19)

Bug Fixes

  • react: prevent invalid default import for Tab and TabPanel (481f4d2)

Code Refactoring

  • react: remove textColor prop from Tab component (0c3d935)

Features

  • mui-themes: override MuiTab styles from Material UI (da5ac68)
  • style-dictionary: add almostOpaque opacity token (ab915dd)
  • style-dictionary: add style tokens for tab link (b9dbec0)
  • style-dictionary: add tokens to tab component (e079bf5)
  • styles: add style tokens for tab components (6b46d3f)

BREAKING CHANGES

  • react: We've removed textColor prop from Tab React component, since all tab texts will receive link color from now on.