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
change
event 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
items
property, theselected_value
now returns the second item in the tuple - The
label
for 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_end
event that triggers when the user stops dragging the Slider - TextInput
subcontent
style properties now work as expected - DropdownMenu
supporting_text
style properties now work as expected - The
align
property 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