- Wagtail 5.0+ - Update get_value_data to assign None value instead of empty string PR: ixc#36
- Add support for Wagtail 5 and drop support for all Wagtail versions before 4.1. PR: ixc#28 PR: ixc#35
- Fix Django 3.2+ compatibility re: default_app_config declarations PR: ixc#24
- Fix version check for WidgetWithScript.get_value_data #17 PR: ixc#17
- Wagtail 2.13 compatiblity. PR: ixc#14
- Fix for custom user model compatibility. PR: ixc#13.
- 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
- Django 3 import fix. PR: ixc#2.
- Added hooks to enable selection on non-standard list views.
- PyPI fix.
- Initial release.