Skip to content

Latest commit

 

History

History
164 lines (64 loc) · 7.96 KB

CHANGELOG.md

File metadata and controls

164 lines (64 loc) · 7.96 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0-beta.12 (2021-05-27)

Bug Fixes

  • app-header: remove list bullet point from portal name (#367) (fc5364d)

3.0.0-beta.11 (2021-05-26)

Bug Fixes

Features

  • design-tokens: add functional colors to match current documentation (#364) (a3a0821)

3.0.0-beta.10 (2021-05-25)

Bug Fixes

  • footer: accept any icon (#359) (a94f90c)
  • broken min and max attributes in Slider and more (66543d0)
  • deprecate direct DOM manipulation in Collapsible, fixes #316 (06e8e2c)
  • design-tokens: value for h5 line-height (#349) (b2873b7)

Features

  • date-picker: flatten top/bottom left border radius (#355) (2345728)
  • sketch-generator: add icon merging to generator (#324) (3b7cbd6)

3.0.0-beta.9 (2021-05-17)

Bug Fixes

  • app-navigation: remove leaky svg style (#341) (dd4a5cc)

Features

  • sidebar-nav: make current prop work with boolean values (#343) (b847222)

3.0.0-beta.8 (2021-05-12)

Bug Fixes

  • rating-stars: no hover while disable (#336) (138c6e8)
  • select: add -moz query for rendering visual padding correctly (#323) (808678b)

3.0.0-beta.7 (2021-05-06)

Features

  • text-field: styled read-only attribute w/ tokens (#313) (1abbdd6)

3.0.0-beta.6 (2021-05-03)

Features

3.0.0-beta.5 (2021-04-28)

Bug Fixes

3.0.0-beta.4 (2021-04-27)

Bug Fixes

  • brand-header: make shrunk logo clickable (#276) (d1f784f)

3.0.0-beta.3 (2021-04-26)

Bug Fixes

  • add checkbox and radio input examples to html (#229) (ae36124)
  • corrects the regular expression to get circleci to recognize feat branches (#219) (a98470e)
  • decouple from @scaleds/components, transpile @scaleds/docs (#239) (4339f7a)
  • fixes the versions on boilerplates (58d9e55)
  • regenerate classes only when styles prop changes (#235) (c1f16dc)
  • turn off annotation for proper client render (#231) (dd3ce76)

Features

  • components: add readonly attribute to text-field (no styles) (#267) (7cf3ba4)
  • make docs a cli app (#234) (890cc3a)

3.0.0-beta.2 (2021-04-20)

Bug Fixes

  • add checkbox and radio input examples to html (#229) (ae36124)
  • corrects the regular expression to get circleci to recognize feat branches (#219) (a98470e)
  • decouple from @scaleds/components, transpile @scaleds/docs (#239) (4339f7a)
  • fixes the versions on boilerplates (58d9e55)
  • regenerate classes only when styles prop changes (#235) (c1f16dc)
  • turn off annotation for proper client render (#231) (dd3ce76)

Features