- Wagtail 5.0+ - Update get_value_data to assign None value instead of empty string PR: #36
- Fix Django 3.2+ compatibility re: default_app_config declarations PR: #24
- Fix version check for WidgetWithScript.get_value_data #17 PR: #17
- Wagtail 2.13 compatiblity. PR: #14
- Fix for custom user model compatibility. PR: #13.
- Django 3 compatibility: replaced calls to django.conf.urls.url with django.urls.path or re_path. PR: #9.
- Frontend: fixed a bug where the actions container used for the select button might not exist. PR: #8
- Frontend: simplified object selection in list items by consolidating on the data-instance-selector-pk attribute. PR: #8
- Django 3 import fix. PR: #2.
- Added hooks to enable selection on non-standard list views.
- PyPI fix.
- Initial release.