What's Changed * Grid items are not required within a Grid Index Page, to avoid a chicken/egg situation. * Add test suite with `pytest`. * Move all configuration to `pyproject.toml`. **Full Changelog**: https://github.com/wharton/wagtailgridder/compare/1.0.5...1.1.0
1.0.5
What's Changed * Bug fix: missing a `return` on `categories` property by rgs258 * Accessibility additions by FlipperPA * Remove deprecated `MANIFEST.in` by FlipperPA **Full Changelog**: https://github.com/wharton/wagtailgridder/compare/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**: https://github.com/wharton/wagtailgridder/compare/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**: https://github.com/wharton/wagtailgridder/compare/1.0.2...1.0.3
1.0.2
What's Changed * Bug fix: `GET` variable `t` would be cached, not allowing targeted Category and Grid Item opening on load by noeldvictor **Full Changelog**: https://github.com/wharton/wagtailgridder/compare/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` to `FieldPanel` by FlipperPA **Full Changelog**: https://github.com/wharton/wagtailgridder/compare/1.0.0...1.0.1