We’ve just released Anvil Extras v1.9.0 with:
New Features
- Select All functionality added to MultiSelect component
- Dynamic serialisation of data tables rows
-
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 -
augment.remove_event_handler()
added to the augment module - Slider - visual properties -
handle_size
,bar_height
, androle
added
Updates
- storage supports
datetime
anddate
objects -
on_form_load()
can be used in arouting.main_router
Form
This method will be fired with the currenturl_hash
and theform
that was added to thecontent_panel
. -
animate
duration argument is no longer keyword only i.e.animate(self, fade_in, 300)
is valid
Bug fixes
- MultiSelect component works correctly in a popover
- popover
is_visible
bug when usingpop("toggle")
- Using routing load_from_cache=False to reload the current form works correctly
- PageBreak retains its thickness in print mode
You should also find that you can now ‘pin’ the version you wish to depend on to any of our releases - not just ‘published’ and ‘master’ any more!