Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 1.72 KB

Changelog

3.0.1 (03/11/2023)

  • Wagtail 5.0+ - Update get_value_data to assign None value instead of empty string PR: ixc#36

3.0.0 (27/09/2023)

  • Add support for Wagtail 5 and drop support for all Wagtail versions before 4.1. PR: ixc#28 PR: ixc#35

2.1.2

  • Fix Django 3.2+ compatibility re: default_app_config declarations PR: ixc#24

2.1.1

  • Fix version check for WidgetWithScript.get_value_data #17 PR: ixc#17

2.1.0 (17/05/2021)

  • Wagtail 2.13 compatiblity. PR: ixc#14

2.0.1 (01/05/2021)

  • Fix for custom user model compatibility. PR: ixc#13.

2.0.0 (24/08/2020)

  • Django 3 compatibility: replaced calls to django.conf.urls.url with django.urls.path or re_path. PR: ixc#9.
  • Frontend: fixed a bug where the actions container used for the select button might not exist. PR: ixc#8
  • Frontend: simplified object selection in list items by consolidating on the data-instance-selector-pk attribute. PR: ixc#8

1.2.1 (23/03/2020)

  • Django 3 import fix. PR: ixc#2.

1.1.0 (23/09/2019)

  • Added hooks to enable selection on non-standard list views.

1.0.1 (06/06/2019)

  • PyPI fix.

1.0.0 (06/06/2019)

  • Initial release.