Skip to content

Releases: chakra-ui/pro-theme

Release 0.10.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 10:17

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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:15

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 18:19

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 14:36

Fixed

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

Release 0.7.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 13:31

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:01

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

Release 0.6.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 09:37

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

Choose a tag to compare

@github-actions github-actions released this 23 Jun 15:49

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

Release 0.5.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jun 14:31

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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:24

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.