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

Releases: sonnat/sonnat-ui

v1.2.0-canary.1

07 Jul 08:16
Compare
Choose a tag to compare
v1.2.0-canary.1 Pre-release
Pre-release

Core Changes

  • [Core][💄] define a specific line-height for each typography variant

v1.2.0-canary.0

28 Jun 16:00
Compare
Choose a tag to compare
v1.2.0-canary.0 Pre-release
Pre-release

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 autoResize property
  • [Components][⭐] Add Image component
  • [Components][⭐] Add Card component
  • [Components][⭐] Add Dialog component

v1.1.2

16 May 10:52
Compare
Choose a tag to compare

Core Changes

  • [Container] bring back the missing props
  • [Typescript][📝] update the api documentation due to icon system change

v1.1.1

15 May 07:53
Compare
Choose a tag to compare

Core Changes

  • [Icon][Typescript] add missing props
  • [Icon][🚑] define the default value of the viewBox prop
  • [Text][🚑] fix an issue that prevented variantClass to be correctly appended to the component

v1.1.0

12 May 12:01
Compare
Choose a tag to compare

Core Changes

  • [Icon] add React SVG Icon Component.
  • [Core] remove the font icon system and static files.
  • [Core] refactor to use the new icon system.
  • [Core][Typography][🎨]: Refine the Typography System.
  • [Button][💄]: Refine the UI of the loading state.
  • [Spinner][⚡]: Improve performance by removing dynamic useStyles.
  • [Core][Icons][♻️]: Refactor to use SVG icons.

v1.1.0-canary.0

11 May 09:24
Compare
Choose a tag to compare
v1.1.0-canary.0 Pre-release
Pre-release

Core Changes

  • [Icon] add React SVG Icon Component.
  • [Core] remove the font icon system and static files.
  • [Core] refactor to use the new icon system.

v1.0.18

09 May 07:26
Compare
Choose a tag to compare

Core Changes

  • add missing leading and trailing adornments props.
  • [Code] change fontSize's unit to be em.
  • [InputSlider] fix value out of bound error.
  • [[InputStepper] fix prop types of min, max, value, and defaultValue props.

v1.0.17

25 Apr 09:24
Compare
Choose a tag to compare

Core Changes

  • Fix children property type of <Code> component

v1.0.16

25 Apr 08:49
Compare
Choose a tag to compare

Core Changes

  • Update components typings(*.d.ts).
  • Add missing props to component proptypes
  • Fix React.StrictMode errors

v1.0.15

24 Apr 07:33
Compare
Choose a tag to compare

Core Changes

  • Rename RangeSlider and Stepper