Releases: anvilistas/anvil-extras
Releases · anvilistas/anvil-extras
v3.6.0
v3.5.0
v3.4.2
v3.3.1
v3.3.0
What's Changed
- Sets Multipicker CSS ae-ms-options ul overflow to auto by @danbolinson-bt in #607
- feat: RadioGroup by @s-cork in #608
- Multiselect-dropdown-foreground-background by @Duncanr-glitch in #590
New Contributors
- @danbolinson-bt made their first contribution in #607
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Add readthedocs configuration by @meatballs in #592
- Quill: fix clicking spacer should focus quill by @s-cork in #593
- fix autocomplete enter by @s-cork in #596
- Add spacing to slider by @s-cork in #597
- Better get color by @s-cork in #599
- Added the ability to delete chips with the spacebar and refocusing th… by @Duncanr-glitch in #587
- Added height and width properties to both progress bars by @Duncanr-glitch in #588
- Fix zerodivision error in MultiSelectDropDown when no options are present by @s-cork in #602
New Contributors
- @Duncanr-glitch made their first contribution in #587
Full Changelog: v3.1.0...v3.2.0
v2.6.2
v2.6.2 13-Jun-2024
Minor Changes
- authorisation - added config option to avoid adding a roles column to the users table
#516 - storage - proxyobjects are passed to the underlying storage so that those implementing the serializable interface can be stored
#533
Bug Fixes
- Slider - allow connect and behaviour to be set at runtime
#538 - persistence - fix get method
#523 - persistence - fix handling of Linked Attributes with no row
#534 - MultiSelect - fix an issue with multiselect on the self hosted app server
#525 - routing - fix redirect with None conditions
#532 - MultiSelect - fix an issue where the dropdown menu would remain open when the form is hidden
#536
v2.6.1
Bug Fixes
- routing - fix initialisation of history state
#519 - multiselect - fix visible False property in the designer
#510 - multiselect - fix toggling enabled property loses selected state
#513 - switch - fix lever color when switch is checked
#517 - routing - fix on_form_load might fire stale value if form_show event is slow
#521
Minor Changes
v1.9.0
New Features
- Select All functionality added to MultiSelect component
- Dynamic serialisation of data tables rows
#191 utils.correct_canvas_resolution()- canvas elements can look blurry on retina displays
This function sharpens the resolution of a canvas element when called in the reset event
#202augment.remove_event_handler()added to the augment module
#259- Slider - visual properties -
handle_size,bar_height, androleadded
#261
Updates:
- storage supports
datetimeanddateobjects
#179 on_form_load()can be used in arouting.main_routerForm
This method will be fired with the currenturl_hashand theformthat was added to thecontent_panel.
#180animateduration argument is no longer keyword only i.e.animate(self, fade_in, 300)is valid
#182