Skip to content

Releases: cfpb/wagtail-inventory

2.6

27 Feb 15:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5...2.6

2.5

17 Nov 14:40
bb078d5
Compare
Choose a tag to compare
2.5

What's Changed

Full Changelog: 2.4...2.5

2.4

06 Oct 17:02
bff2c8c
Compare
Choose a tag to compare
2.4

What's Changed

Full Changelog: 2.3...2.4

2.3

05 Oct 18:46
d4a4900
Compare
Choose a tag to compare
2.3

What's Changed

  • Add ability to limit block inventory permission by @chosak in #77
  • Add page type filtering to the inventory report by @chosak in #76

Full Changelog: 2.2...2.3

2.2

31 Jul 15:36
ed644f8
Compare
Choose a tag to compare
2.2

What's Changed

  • Add support for Wagtail 5.0 and Django 4.2 by @katdom13 in #73

Full Changelog: 2.1...2.2

2.1

24 Jul 21:08
Compare
Choose a tag to compare
2.1

What's Changed

  • Add ruff to pre-commit config by @chosak in #70
  • Exempt PageBlock from Wagtail's reference index by @chosak in #75

Full Changelog: 2.0.0...2.1

2.0.0

09 Mar 13:28
30d6fcf
Compare
Choose a tag to compare
  • Convert inventory view to a Wagtail report #68

The Wagtail block inventory is moved from "Settings" to "Reports" with new filter options and Excel/CSV downloads.

This release adds a requirement of django-autocomplete-light, which can be pip-installed:

pip install django-autocomplete-light

And it requires dal and dal_select2 to be added to INSTALLED_APPS in your settings.py file:

# in settings.py
INSTALLED_APPS = (
    ...
    'dal',
    'dal_select2',
    'wagtailinventory',
    ...
)

1.7.0

03 Mar 14:32
33b324a
Compare
Choose a tag to compare
  • Add support for Wagtail 4.2 #66 (thanks, @katdom13!)
  • Switch to pyproject.toml #67

1.6

10 Nov 20:12
Compare
Choose a tag to compare
1.6

What's Changed

  • Fix flake8 configuration by @chosak in #61
  • Point README CI badge from Travis to GitHub by @chosak in #62
  • Add support for Wagtail 3 and Wagtail 4 by @chosak in #63
  • Add support for Wagtail 4.1 by @chosak in #64

Full Changelog: 1.5...1.6

1.5

18 May 17:25
aaeede3
Compare
Choose a tag to compare
1.5

What's Changed

Full Changelog: 1.4.1...1.5