Added
- Added
inputProps
to JsonInput, NumberInput, PasswordInput, TextInput, and TextArea components to allow passing props directly to the underlying input element. #568 by @AnnMarieW - Optional component stylesheets are now bundled automatically. It’s no longer necessary to include them as external stylesheets or add them to the assets folder. PR #567 by @AnnMarieW
Fixed
- Fixed issue where children of certain components could not be updated in a callback. Requires dash >=3.03 #558 by @AnnMarieW
- Fixed issue where Navlink could not be updated in a callback if the href prop was not set initially. #562 by @AnnMarieW
- Fixed issue with components that used
useMemo
that couldn't be updated in a callback. #561 BY @AnnMarieW
Changed
- Upgraded to latest Mantine (7.17.4)
Full Changelog: 1.1.1...1.2.0