Releases: wagtail/wagtail-generic-chooser
Releases · wagtail/wagtail-generic-chooser
0.6.1
- Restore compatibility with Wagtail 4.1 (Matt Westcott)
- Wagtail 5.2 support (Matt Westcott)
- Provisional support for Wagtail 6.0 (Matt Westcott)
0.6
- Wagtail 4.2, 5.0 and 5.1 support (Katherine Domingo, Matt Westcott)
- Remove conditional code for Wagtail versions prior to 4.1 (Katherine Domingo)
0.5.1
- Fix: Ensure
LinkedFieldChooserWidgetFactory.openModal
passes the linked field URL parameters to the modal (Matt Westcott)
0.5
- Add support for multiple choice within chooser modal (Matt Westcott)
- Add
openModal
and getById
endpoints to ChooserWidgetFactory (Matt Westcott)
0.4.3
- Fix: Populate widget title element correctly on Wagtail 4 (Matt Westcott)
0.4.2
- Wagtail 4.0 support (Katherine Domingo, Matt Westcott)
- Prevent duplicate create calls against slow APIs (Haydn Greatnews)
0.4.1
- Restore compatibility with Wagtail versions prior to 2.13
0.4
- Wagtail 3.0 support (Brian Xu, Matt Westcott, Dan Braghis)
0.3.1
- Remove deprecated
url
imports (Tibor Leupold)
- Add 'change' trigger to input element upon updating model within modal
0.3
- Add optional 'create item' link (Cameron Lamb)
- Add linked field mechanism for filtering chooser options from the calling page
- Fix tabbed interface compatibility for Wagtail 2.13
- Fix handling of empty states within StreamField blocks