Skip to content

Releases: wagtail/wagtail-generic-chooser

0.6.1

03 Nov 20:54
Compare
Choose a tag to compare
  • Restore compatibility with Wagtail 4.1 (Matt Westcott)
  • Wagtail 5.2 support (Matt Westcott)
  • Provisional support for Wagtail 6.0 (Matt Westcott)

0.6

22 Sep 09:00
Compare
Choose a tag to compare
  • 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

24 Jan 10:30
Compare
Choose a tag to compare
  • Fix: Ensure LinkedFieldChooserWidgetFactory.openModal passes the linked field URL parameters to the modal (Matt Westcott)

0.5

05 Dec 17:26
Compare
Choose a tag to compare
0.5
  • Add support for multiple choice within chooser modal (Matt Westcott)
  • Add openModal and getById endpoints to ChooserWidgetFactory (Matt Westcott)

0.4.3

05 Dec 17:11
Compare
Choose a tag to compare
  • Fix: Populate widget title element correctly on Wagtail 4 (Matt Westcott)

0.4.2

28 Nov 18:29
Compare
Choose a tag to compare
  • Wagtail 4.0 support (Katherine Domingo, Matt Westcott)
  • Prevent duplicate create calls against slow APIs (Haydn Greatnews)

0.4.1

07 Jul 09:28
Compare
Choose a tag to compare
  • Restore compatibility with Wagtail versions prior to 2.13

0.4

10 Jun 15:56
Compare
Choose a tag to compare
0.4
  • Wagtail 3.0 support (Brian Xu, Matt Westcott, Dan Braghis)

0.3.1

16 Nov 13:37
Compare
Choose a tag to compare
  • Remove deprecated url imports (Tibor Leupold)
  • Add 'change' trigger to input element upon updating model within modal

0.3

23 Jul 10:21
Compare
Choose a tag to compare
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