Hi everyone!
We’ve released a small update to the Material 3 theme:
Updates
- The in-designer placeholder text for the Link actually looks like placeholder text
- The RadioGroupPanel’s
changeevent is now in the Object Palette
Fixes
- Fix the Dropdown menu border not being rounded
- When the DropdownMenu has a list of tuples set to its
itemsproperty, theselected_valuenow returns the second item in the tuple - The
labelfor Outlined DropdownMenus is now on top of the border instead of underneath - Add writeback support for various components (Checkbox, DropdownMenu, RadioGroupPanel, Switch)
- When a child component is removed from a link, the placeholder text will reappear
- Add close button to Notification and Confirm modals
- Add click event parameters to all click events: event and keys
- Add Slider
change_endevent that triggers when the user stops dragging the Slider - TextInput
subcontentstyle properties now work as expected - DropdownMenu
supporting_textstyle properties now work as expected - The
alignproperty for TextBoxes and DropdownMenus now works as expected
To upgrade to this new version, go to your app’s Settings > Dependencies, and change the Material 3 Theme dependency version to v1.2.1. Any newly created Material 3 Theme apps will use this version.
Full changelog here: material-3-theme/CHANGELOG.md at master · anvil-works/material-3-theme · GitHub