v5.13.0
This release adds a Dialog
component and several new event-related hooks to the package. The useElementShouldClose
hook is now available in the next
entrypoint, but is deprecated in favor of the new, more granular event hooks. Types for all component props are now exported. Pattern library documentation updated.
Added
- Export props types for all components by @lyzadanger in #899
- Ensure
useElementShouldClose
hook is available innext
entrypoint by @lyzadanger in #902 - Add granular event hooks... by @lyzadanger in #911
- Establish new
Dialog
component and assets by @lyzadanger in #906 - Consolidate
*Dialog
props and documentation; exportDialog
by @lyzadanger in #941
Changed
- Remove "Status" sections, migration guides from component pattern-library pages by @lyzadanger in #890
Deprecated
- Deprecate
useElementShouldClose
, export granular event hooks by @lyzadanger in #914
Fixed
- Allow override of
data*-component
attributes by @lyzadanger in #870 - Update
Card
andInputGroup
pattern library documentation by @lyzadanger in #873
Full Changelog: v5.11.1...v5.13.0