Skip to content

v3.0.2 🌈

Choose a tag to compare

@github-actions github-actions released this 11 Jan 22:16
· 38 commits to refs/heads/master since this release

Changes

Highlights

  • Expanded CSS variable support for the Modal to improve styling flexibility and consistency.
  • Refined close button layout and styling, including related CSS variables.

Features

  • Add/extend CSS variable support and types for the Modal component.
  • Improve close button styling and layout via new/updated CSS variables.
  • Add type checking and example tests for the Modal component.

Fixes

  • Remove unused Modal.Backdrop export.
  • Refactor right-padding CSS variable for clarity and consistency.
  • Align onClose prop type to VoidFunction.
  • Refine style prop documentation.

Chore

  • Bump version to 3.0.2 and fix types path in package.json.
  • Improve npm publish workflow (from prior 3.0.1 release work).