Releases: wharton/wagtailgridder
Releases · wharton/wagtailgridder
1.1.0
1.0.5
What's Changed
- Bug fix: missing a
return
oncategories
property by @rgs258 - Accessibility additions by @FlipperPA
- Remove deprecated
MANIFEST.in
by @FlipperPA
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- Add extension points for categories and grid_items by @rgs258
- Switch to
pyproject.toml
and add default flake8 settings by @FlipperPA
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- Create an abstract model,
GridItemAbstract
, to allow easier overrides within Django apps.
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Bug fix:
GET
variablet
would be cached, not allowing targeted Category and Grid Item opening on load by @noeldvictor
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Prepared for Wagtail 5 deprecation of
ImageChooserPanel
by @FlipperPA - Fixed bug by switching featured
GridItem
toFieldPanel
by @FlipperPA
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Support for Wagtail 3 and above. By @rgs258 in #15
- Moved to SemVer and stable release. By @FlipperPA
Full Changelog: 0.14.0...1.0.0
0.14.0
What's Changed
- Added Django 4.0 text (
ugettext
->gettext
) - Fix the default caching period of one week.
- Use Python 3 types instead of names.
Full Changelog: 0.13.2...0.14.0