diff --git a/client_code/Autocomplete/__init__.py b/client_code/Autocomplete/__init__.py index 9ae2e641..30f9ba63 100644 --- a/client_code/Autocomplete/__init__.py +++ b/client_code/Autocomplete/__init__.py @@ -16,7 +16,7 @@ from ..utils._component_helpers import _html_injector from ._anvil_designer import AutocompleteTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" _html_injector.css( diff --git a/client_code/Chip/__init__.py b/client_code/Chip/__init__.py index cb463417..d4a5c804 100644 --- a/client_code/Chip/__init__.py +++ b/client_code/Chip/__init__.py @@ -11,7 +11,7 @@ from ..utils._component_helpers import _html_injector, _spacing_property from ._anvil_designer import ChipTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" _html_injector.css( """.anvil-extras-chip{ diff --git a/client_code/ChipsInput/__init__.py b/client_code/ChipsInput/__init__.py index fd52f2bf..09aea120 100644 --- a/client_code/ChipsInput/__init__.py +++ b/client_code/ChipsInput/__init__.py @@ -12,7 +12,7 @@ from ..utils._component_helpers import _get_color, _html_injector, _spacing_property from ._anvil_designer import ChipsInputTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" _primary = _get_color(None) diff --git a/client_code/Demo/__init__.py b/client_code/Demo/__init__.py index 0fbbbf8c..71def4cc 100644 --- a/client_code/Demo/__init__.py +++ b/client_code/Demo/__init__.py @@ -9,7 +9,7 @@ from ..utils import auto_refreshing from ._anvil_designer import DemoTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" dataset_url = "https://pivottable.js.org/examples/mps.json" diff --git a/client_code/MessagePill/__init__.py b/client_code/MessagePill/__init__.py index 878249f5..f343c206 100644 --- a/client_code/MessagePill/__init__.py +++ b/client_code/MessagePill/__init__.py @@ -7,7 +7,7 @@ from ..utils._component_helpers import _html_injector from ._anvil_designer import MessagePillTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" css = """ .anvil-role-message-pill { diff --git a/client_code/MultiSelectDropDown/__init__.py b/client_code/MultiSelectDropDown/__init__.py index 256312a8..c14a37a4 100644 --- a/client_code/MultiSelectDropDown/__init__.py +++ b/client_code/MultiSelectDropDown/__init__.py @@ -13,7 +13,7 @@ from ..utils._component_helpers import _html_injector, _spacing_property from ._anvil_designer import MultiSelectDropDownTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" _html_injector.script( """ diff --git a/client_code/PageBreak/__init__.py b/client_code/PageBreak/__init__.py index 4b98066f..77b4a50a 100644 --- a/client_code/PageBreak/__init__.py +++ b/client_code/PageBreak/__init__.py @@ -9,7 +9,7 @@ from ._anvil_designer import PageBreakTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" class PageBreak(PageBreakTemplate): diff --git a/client_code/Pivot/__init__.py b/client_code/Pivot/__init__.py index fe54977a..1ce25571 100644 --- a/client_code/Pivot/__init__.py +++ b/client_code/Pivot/__init__.py @@ -10,7 +10,7 @@ from ..utils import _component_helpers as helpers from ._anvil_designer import PivotTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" pivottable_version = "2.23.0" jqueryui_version = "1.11.4" diff --git a/client_code/ProgressBar/Determinate/__init__.py b/client_code/ProgressBar/Determinate/__init__.py index 7220071a..83b6fe2b 100644 --- a/client_code/ProgressBar/Determinate/__init__.py +++ b/client_code/ProgressBar/Determinate/__init__.py @@ -11,7 +11,7 @@ from ._anvil_designer import DeterminateTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" _html_injector.css(ProgressBar.css) diff --git a/client_code/ProgressBar/Indeterminate/__init__.py b/client_code/ProgressBar/Indeterminate/__init__.py index 21238adf..ee5055c5 100644 --- a/client_code/ProgressBar/Indeterminate/__init__.py +++ b/client_code/ProgressBar/Indeterminate/__init__.py @@ -11,7 +11,7 @@ from ._anvil_designer import IndeterminateTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" _html_injector.css(ProgressBar.css) diff --git a/client_code/ProgressBar/__init__.py b/client_code/ProgressBar/__init__.py index 8ad09f03..d7a60498 100644 --- a/client_code/ProgressBar/__init__.py +++ b/client_code/ProgressBar/__init__.py @@ -4,7 +4,7 @@ # https://github.com/anvilistas/anvil-extras/graphs/contributors # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" css = """ .anvil-role-progress-track, .anvil-role-progress-indicator { display: block; diff --git a/client_code/Quill/__init__.py b/client_code/Quill/__init__.py index ef120c38..efe61f49 100644 --- a/client_code/Quill/__init__.py +++ b/client_code/Quill/__init__.py @@ -14,7 +14,7 @@ from ..utils._component_helpers import _html_injector, _spacing_property from ._anvil_designer import QuillTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" # prefix = "//cdn.quilljs.com/" diff --git a/client_code/Slider/__init__.py b/client_code/Slider/__init__.py index f803739c..a96bf7af 100644 --- a/client_code/Slider/__init__.py +++ b/client_code/Slider/__init__.py @@ -11,7 +11,7 @@ from ..utils._component_helpers import _get_color, _html_injector, _spacing_property from ._anvil_designer import SliderTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" noui_version = "15.4.0" diff --git a/client_code/Switch/__init__.py b/client_code/Switch/__init__.py index b01fddf1..6cc62079 100644 --- a/client_code/Switch/__init__.py +++ b/client_code/Switch/__init__.py @@ -11,7 +11,7 @@ from ..utils._component_helpers import _get_rgb, _html_injector -__version__ = "1.8.1" +__version__ = "1.9.0" primary = app.theme_colors.get("Primary 500", "#2196F3") diff --git a/client_code/Tabs/__init__.py b/client_code/Tabs/__init__.py index ac4d58ae..ae267c09 100644 --- a/client_code/Tabs/__init__.py +++ b/client_code/Tabs/__init__.py @@ -19,7 +19,7 @@ ) from ._anvil_designer import TabsTemplate -__version__ = "1.8.1" +__version__ = "1.9.0" _html_injector.css( """ diff --git a/client_code/animation.py b/client_code/animation.py index 0e67ab29..bca2c61e 100644 --- a/client_code/animation.py +++ b/client_code/animation.py @@ -9,7 +9,7 @@ from anvil.js import get_dom_node as _dom_node from anvil.js import window as _window -__version__ = "1.8.1" +__version__ = "1.9.0" class _Easing: diff --git a/client_code/augment.py b/client_code/augment.py index 87fad392..4a9b95fa 100644 --- a/client_code/augment.py +++ b/client_code/augment.py @@ -15,7 +15,7 @@ from anvil.js.window import Function as _Function from anvil.js.window import jQuery as _S -__version__ = "1.8.1" +__version__ = "1.9.0" __all__ = ["add_event", "add_event_handler", "set_event_handler", "trigger"] diff --git a/client_code/messaging.py b/client_code/messaging.py index 0b0eaa4a..1b1f09b9 100644 --- a/client_code/messaging.py +++ b/client_code/messaging.py @@ -4,7 +4,7 @@ # https://github.com/anvilistas/anvil-extras/graphs/contributors # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" class Message: diff --git a/client_code/navigation.py b/client_code/navigation.py index 8ce41cab..250d9081 100644 --- a/client_code/navigation.py +++ b/client_code/navigation.py @@ -6,7 +6,7 @@ # This software is published at https://github.com/anvilistas/anvil-extras from anvil import Label, Link, get_open_form, set_url_hash -__version__ = "1.8.1" +__version__ = "1.9.0" # A dict mapping a form's name to a further dict with the form's class and title _forms = {} diff --git a/client_code/popover.py b/client_code/popover.py index 5cf66a5b..311a293d 100644 --- a/client_code/popover.py +++ b/client_code/popover.py @@ -21,7 +21,7 @@ from anvil.js.window import document as _document from anvil.js.window import jQuery as _S -__version__ = "1.8.1" +__version__ = "1.9.0" __all__ = ["popover", "pop", "dismiss_on_outside_click", "set_default_max_width"] diff --git a/client_code/routing/__init__.py b/client_code/routing/__init__.py index 38455292..fa2f5d70 100644 --- a/client_code/routing/__init__.py +++ b/client_code/routing/__init__.py @@ -5,7 +5,7 @@ # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" from ._routing import ( add_to_cache, diff --git a/client_code/routing/_alert.py b/client_code/routing/_alert.py index bd6d27a2..a13b50f9 100644 --- a/client_code/routing/_alert.py +++ b/client_code/routing/_alert.py @@ -5,7 +5,7 @@ # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" from anvil.js.window import jQuery as _S diff --git a/client_code/routing/_logging.py b/client_code/routing/_logging.py index ef6b91a5..3d1c0655 100644 --- a/client_code/routing/_logging.py +++ b/client_code/routing/_logging.py @@ -5,7 +5,7 @@ # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" class Logger: diff --git a/client_code/routing/_navigation.py b/client_code/routing/_navigation.py index 13eb8122..ae94a8d6 100644 --- a/client_code/routing/_navigation.py +++ b/client_code/routing/_navigation.py @@ -5,7 +5,7 @@ # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" from time import sleep diff --git a/client_code/routing/_routing.py b/client_code/routing/_routing.py index d631e661..d2502ae3 100644 --- a/client_code/routing/_routing.py +++ b/client_code/routing/_routing.py @@ -5,7 +5,7 @@ # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" from collections import namedtuple as _namedtuple diff --git a/client_code/routing/_session_expired.py b/client_code/routing/_session_expired.py index b698465c..2bf339ed 100644 --- a/client_code/routing/_session_expired.py +++ b/client_code/routing/_session_expired.py @@ -5,7 +5,7 @@ # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" from anvil.js.window import jQuery as _S diff --git a/client_code/storage.py b/client_code/storage.py index 4f4edd85..4f037520 100644 --- a/client_code/storage.py +++ b/client_code/storage.py @@ -10,7 +10,7 @@ import anvil.js from anvil.js import window as _window -__version__ = "1.8.1" +__version__ = "1.9.0" __all__ = ["local_storage", "indexed_db"] _ForageModule = anvil.js.import_from("https://cdn.skypack.dev/localforage@1.10.0") diff --git a/client_code/utils/__init__.py b/client_code/utils/__init__.py index 2a9059c4..592a50b1 100644 --- a/client_code/utils/__init__.py +++ b/client_code/utils/__init__.py @@ -7,7 +7,7 @@ from functools import cache -__version__ = "1.8.1" +__version__ = "1.9.0" def __dir__(): diff --git a/client_code/utils/_auto_refreshing.py b/client_code/utils/_auto_refreshing.py index cf8f50ed..69c594df 100644 --- a/client_code/utils/_auto_refreshing.py +++ b/client_code/utils/_auto_refreshing.py @@ -8,7 +8,7 @@ from functools import cache -__version__ = "1.8.1" +__version__ = "1.9.0" _dict_setitem = dict.__setitem__ diff --git a/client_code/utils/_canvas_helpers.py b/client_code/utils/_canvas_helpers.py index 0c5246ff..33023fe4 100644 --- a/client_code/utils/_canvas_helpers.py +++ b/client_code/utils/_canvas_helpers.py @@ -9,7 +9,7 @@ from anvil.js import get_dom_node as _dom_node from anvil.js import window as _window -__version__ = "1.8.1" +__version__ = "1.9.0" def correct_canvas_resolution(canvas): diff --git a/client_code/utils/_component_helpers.py b/client_code/utils/_component_helpers.py index ad7dd732..91bdce0f 100644 --- a/client_code/utils/_component_helpers.py +++ b/client_code/utils/_component_helpers.py @@ -12,7 +12,7 @@ from anvil.js.window import Promise as _Promise from anvil.js.window import document as _document -__version__ = "1.8.1" +__version__ = "1.9.0" _characters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" diff --git a/client_code/utils/_timed.py b/client_code/utils/_timed.py index cf50ff07..581c18a6 100644 --- a/client_code/utils/_timed.py +++ b/client_code/utils/_timed.py @@ -9,7 +9,7 @@ from functools import wraps from time import gmtime, strftime, time -__version__ = "1.8.1" +__version__ = "1.9.0" def _signature(func, args, kwargs): diff --git a/client_code/utils/_writeback_waiter.py b/client_code/utils/_writeback_waiter.py index dd029315..86425b10 100644 --- a/client_code/utils/_writeback_waiter.py +++ b/client_code/utils/_writeback_waiter.py @@ -9,7 +9,7 @@ from anvil.js.window import Function, anvilFormTemplates -__version__ = "1.8.1" +__version__ = "1.9.0" _store_writebacks = Function( "form", diff --git a/client_code/uuid.py b/client_code/uuid.py index 94a290bd..77710789 100644 --- a/client_code/uuid.py +++ b/client_code/uuid.py @@ -7,7 +7,7 @@ import anvil.js -__version__ = "1.8.1" +__version__ = "1.9.0" _js_uuid = anvil.js.import_from("https://jspm.dev/uuid@8.3.2") _v4, _parse, _validate = _js_uuid.v4, _js_uuid.parse, _js_uuid.validate diff --git a/server_code/authorisation.py b/server_code/authorisation.py index b7e01127..d9d38f94 100644 --- a/server_code/authorisation.py +++ b/server_code/authorisation.py @@ -8,7 +8,7 @@ import anvil.users -__version__ = "1.8.1" +__version__ = "1.9.0" def authentication_required(func): diff --git a/server_code/lazy_module_loader.py b/server_code/lazy_module_loader.py index 0431c791..46bb5924 100644 --- a/server_code/lazy_module_loader.py +++ b/server_code/lazy_module_loader.py @@ -5,7 +5,7 @@ # # This software is published at https://github.com/anvilistas/anvil-extras -__version__ = "1.8.1" +__version__ = "1.9.0" def __getattr__(name): diff --git a/server_code/serialisation.py b/server_code/serialisation.py index 4cba1345..efe3a63c 100644 --- a/server_code/serialisation.py +++ b/server_code/serialisation.py @@ -9,7 +9,7 @@ from . import lazy_module_loader as lazy -__version__ = "1.8.1" +__version__ = "1.9.0" LINKED_COLUMN_TYPES = ("liveObject", "liveObjectArray", "link_single", "link_multiple") FIELD_TYPES = None diff --git a/server_code/server_utils.py b/server_code/server_utils.py index 0b00e9eb..da015b6d 100644 --- a/server_code/server_utils.py +++ b/server_code/server_utils.py @@ -9,7 +9,7 @@ from functools import wraps from time import time -__version__ = "1.8.1" +__version__ = "1.9.0" def get_logger(): diff --git a/setup.cfg b/setup.cfg index 43a948eb..09a6028c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.1 +current_version = 1.9.0 commit = True tag = True