Skip to content

Releases: wharton/wagtailgridder

1.1.0

18 Sep 16:37
Compare
Choose a tag to compare

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: 1.0.5...1.1.0

1.0.5

18 Mar 20:20
Compare
Choose a tag to compare

What's Changed

1.0.4

28 Nov 15:04
Compare
Choose a tag to compare

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

07 Nov 16:07
8329bda
Compare
Choose a tag to compare

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

18 May 18:26
ac5740e
Compare
Choose a tag to compare

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: 1.0.1...1.0.2

1.0.1

15 Nov 19:50
Compare
Choose a tag to compare

What's Changed

  • Prepared for Wagtail 5 deprecation of ImageChooserPanel by @FlipperPA
  • Fixed bug by switching featured GridItem to FieldPanel by @FlipperPA
    Full Changelog: 1.0.0...1.0.1

1.0.0

14 Nov 21:29
4f3da40
Compare
Choose a tag to compare

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

04 Apr 20:32
Compare
Choose a tag to compare

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

0.13.2

15 Apr 20:29
Compare
Choose a tag to compare
  • This targets the cache clear to only occur when a WagtailGridder page type is edited, rather than any Wagtail page.

0.13.1

15 Feb 18:35
5e1be97
Compare
Choose a tag to compare
  • Bug fix: fixes an issue with module resolution order.