Skip to content

Releases: chakra-ui/pro-theme

Release 0.10.0

13 Jul 10:17
Compare
Choose a tag to compare

Changed

  • Set the default variant for Button to primary from solid.
  • Use a more subtle placeholder color for the filled.accent variant of the Input component.

Release 0.9.0

30 Jun 13:15
Compare
Choose a tag to compare

Added

  • Revise Drawer to have a more consistent spacing with the rest of the components.

Fixed

  • Fixed an issue with the Button component where the text variant had the wrong line height.

Release 0.8.0

29 Jun 18:19
Compare
Choose a tag to compare

Added

  • Revise IconButton to have a more consistent look with the rest of the components.

Changed

  • Tweak CloseButton to visually align with the IconButton component.

Release 0.7.1

29 Jun 14:36
Compare
Choose a tag to compare

Fixed

  • Set flexShrink to 0 for Button variants to prevent it from shrinking when used in a flex container.

Release 0.7.0

29 Jun 13:31
Compare
Choose a tag to compare

Added

  • Revise CloseButton to have a more consistent look with the rest of the components.
  • Added border.active token to help with conveying the status of a component.
  • Added underline variant for Link component.

Changed

  • Tweaked border.default and border.emphasized token to have a more subtle color in dark mode.

Release 0.6.0

29 Jun 10:01
Compare
Choose a tag to compare

Added

  • Added semantic token success and error to help with conveying the status of a component.
  • Added filled.accent variant for Input component.

Changed

  • Removed boxShadow from Button variant primary and secondary to make the component more consistent with the rest of the components.
  • Tone down the boxShadow for Tabs variant inidcator.

Removed

  • Removed outline-on-accent variant for Input component as it was barely used.
  • Removed filled styles from the Input component. The default variant from the Chakra UI theme will be used.

Fixed

  • Fixed an issue with the FormLabel, Progress and Table component not having the correct color.

Release 0.6.0-beta.0

29 Jun 09:37
Compare
Choose a tag to compare
Release 0.6.0-beta.0 Pre-release
Pre-release

Added

  • Added semantic token success and error to help with conveying the status of a component.
  • Added filled.accent variant for Input component.

Changed

  • Removed boxShadow from Button variant primary and secondary to make the component more consistent with the rest of the components.
  • Tone down the boxShadow for Tabs variant inidcator.
  • Increase font weight for Checkbox to semibold.

Removed

  • Removed outline-on-accent variant for Input component as it was barely used.
  • Removed filled styles from the Input component. The default variant from the Chakra UI theme will be used.

Fixed

  • Fixed an issue with the FormLabel, Progress and Tablecomponent not having the correct color.

Release 0.5.0

23 Jun 15:49
Compare
Choose a tag to compare

Added

  • Added selected styles for the secondary Button variant.

Changed

  • Switched the body font family to Open Sans Variable from Inter Variable and updated the heading font family to Spline Sans Variable from Inter Variable. This modification was made to enhance readability and provide a more distinctive aesthetic appeal to our site.

Release 0.5.0-beta.0

23 Jun 14:31
Compare
Choose a tag to compare
Release 0.5.0-beta.0 Pre-release
Pre-release

Added

  • Added selected styles for the secondary Button variant.

Changed

  • Switched the body font family to Open Sans Variable from Inter Variable and updated the heading font family to Spline Sans Variable from Inter Variable. This modification was made to enhance readability and provide a more distinctive aesthetic appeal to our site.

Release 0.4.0

11 Jun 11:24
Compare
Choose a tag to compare

Added

  • Added new Tabs variant indicator.

Changed

  • Renamed and re-designed Tabs variant with-line to underline.
  • Changed the default colorScheme for Badge from gray to brand.

Removed

  • Removed enclosed styles from the Tabs component. The default variant from the Chakra UI theme will be used.
  • Tabs styles no longer override the default Chakra UI theme styles.