Added
Changed
-
Expanded the
active
prop to support string values ("exact"
and"partial"
) in addition totrue
/false
. #504 by @BSd3vexact
: Marks the link as active only whenpathname
exactly matcheshref
.partial
: Marks the link as active whenpathname
starts withhref
, allowing for subpages.
-
Upgraded to latest Mantine (7.17.0)
Fixed
- Corrected an error in the
Alert
component when theduration
prop prop was set when using dash>=3 #516 by @AnnMarieW
New Contributors
Full Changelog: 1.0.0rc1...1.0.0rc2