Skip to content

Releases: anvilistas/anvil-extras

v3.6.0

19 Nov 14:19

Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

10 Oct 14:34

Choose a tag to compare

What's Changed

Full Changelog: v3.4.3...v3.5.0

v3.4.2

26 Sep 09:10

Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.3.1

09 Sep 12:12

Choose a tag to compare

What's Changed

  • Slider: remove overflow hidden overrides by @s-cork in #610
  • Fix: multiselect rendering with lots of items by @s-cork in #613
  • feat: implement virtual scrolling for dropdown options to improve performance with large lists by @s-cork in #614

Full Changelog: v3.3.0...v3.3.1

v3.3.0

13 Aug 05:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

30 Jul 06:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v2.6.2

13 Jun 09:33
7da3823

Choose a tag to compare

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

13 Jun 09:33

Choose a tag to compare

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

  • designer hints - add some designer hints to components
    #512
  • authorisation - added config option to avoid adding a roles column to the users table
    #516

v1.9.0

27 Jan 14:27
4e63a89

Choose a tag to compare

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
    #202
  • augment.remove_event_handler() added to the augment module
    #259
  • Slider - visual properties - handle_size, bar_height, and role added
    #261

Updates:

  • storage supports datetime and date objects
    #179
  • on_form_load() can be used in a routing.main_router Form
    This method will be fired with the current url_hash and the form that was added to the content_panel.
    #180
  • animate duration argument is no longer keyword only i.e. animate(self, fade_in, 300) is valid
    #182

Bug fixes

  • MultiSelect component works correctly in a popover
    #187
  • popover is_visible bug when using pop("toggle")
    #199
  • Using routing load_from_cache=False to reload the current form works correctly
    #243
  • PageBreak retains its thickness in print mode
    #263

v1.8.1

14 Oct 08:27
07f0463

Choose a tag to compare

Updates

  • has_popover() function added to the popover module #171

  • Transition class in the animate module is more flexible for combining transitions.
    Some pre-computed transitions adjusted. rotate_in/rotate_out replaced by rotate #173