Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Releases: sonnat/sonnat-ui

v1.2.3

02 Aug 11:13
Compare
Choose a tag to compare

Core Changes

  • [Breadcrumb][💄][🐛]: make the text-overflow: ellipsis work
  • [Button][💄][🐛]: make the raised prop work on large buttons
  • [Inputs][🐛]: add fallback for e.persist()
  • [Text][🐛] fix a bug related to the display prop
  • [TextField][TextArea][🐛] fix the misuse of useControlled hook
  • [FormControl][💄] update the spacings

v1.2.2

26 Jul 11:57
Compare
Choose a tag to compare

Core Changes

  • [InputBase][💄] fix spacings
  • [TextField][💄] fix the height of the inner <input> element

v1.2.1

26 Jul 09:36
Compare
Choose a tag to compare

Core Changes

  • [Typography][💄] fix typography variants
  • [Core][✏️] fix typos in createTypography
  • [RemovableChip][🐛][💄]: fix a bug related to the mouse hover
  • [InputBase][💄]: update rounded and legendLabel relevant styles
  • [Button][🐛]: fix a bug related to the wrong error throwing

v1.2.0

22 Jul 15:19
Compare
Choose a tag to compare

Core Changes

  • [Tooltip][✨]: Add onOutsideClick property
  • [Text][✨]: Add weight property
  • [Tag][✨]:
    • Dense mode
    • With semantic colors
    • Removable (closable)
  • [Button][💄]: Refine the UI of the disabled state
  • [Chips][💄]: Refine the UI of the disabled state
  • [TextArea][✨] Add auto resize feature.
  • [Components][✨]: Fix components' size variations (large, medium, small)
  • [Components][✨]: Add the missing size properties
  • [Typography][♻️] Define a specific line-height for each typography variant
  • [Typescript]:
    • Move utils/typings to typings
    • Fix the overridable props typing
    • Fix ref typing
    • Specify mandatory/required props
    • Fix makeStyles typings
    • Fix createTheme input types
    • Add overridable typings for createTheme
  • [Components][⭐]:
    • Add Table component
    • Add Dialog component
    • Add Card component
    • Add Image component

v1.2.0-canary.7

18 Jul 10:38
Compare
Choose a tag to compare
v1.2.0-canary.7 Pre-release
Pre-release

Core Changes

  • [Typescript] fix Colors typings
  • [Text][🐛] add !important to weights to override default values
  • [Badge][🐛] fix a typo that caused name duplication

v1.2.0-canary.6

17 Jul 08:52
Compare
Choose a tag to compare
v1.2.0-canary.6 Pre-release
Pre-release

Core Changes

[Typescript] fix rootNode and elementProps typings

v1.2.0-canary.5

13 Jul 09:30
Compare
Choose a tag to compare
v1.2.0-canary.5 Pre-release
Pre-release

Core Changes

[Core][✨] introduce new component sizing system

v1.2.0-canary.4

10 Jul 11:53
Compare
Choose a tag to compare
v1.2.0-canary.4 Pre-release
Pre-release

Core Changes

  • [Theming][✨] make createTheme extensible
  • [Typescript][✨] specify mandatory props

v1.2.0-canary.3

10 Jul 10:32
Compare
Choose a tag to compare
v1.2.0-canary.3 Pre-release
Pre-release

Core Changes

  • [Typescript][🐛] fix theming issues
  • [Typescript][♻️] make components extensible

v1.2.0-canary.2

09 Jul 09:30
Compare
Choose a tag to compare
v1.2.0-canary.2 Pre-release
Pre-release

Core Changes

  • [⭐] add Table component
  • [Core][💄] fix line-height properties due to typography variant change