Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 29, 2023
1 parent 334130f commit 7463346
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
## Unreleased

## [0.23.0] - 2023-09-29

### Added

- Implement `preserveSvg` flag for `srcSet` ([#370](https://github.com/torchbox/wagtail-grapple/pull/370)) @mgax

### Changed

- `preserveSVG` is true by default ([#371](https://github.com/torchbox/wagtail-grapple/pull/371)) @mgax
- Improvements to the CI pipelines


## [0.22.0] - 2023-09-18

### Added

- Add global mechanism for overriding the base `PageInterface` (#325) @dopry
- Allow defining additional interfaces via `graphql_interfaces` (#366) @zerolab @mgax
- Add global mechanism for overriding the base `PageInterface` ([#325](https://github.com/torchbox/wagtail-grapple/pull/325)) @Leden, @dopry, @zerolab
- Allow defining additional interfaces via `graphql_interfaces` ([#366](https://github.com/torchbox/wagtail-grapple/pull/366)) @mgax, @zerolab
This applies to all models, including StreamField blocks


Expand Down Expand Up @@ -342,8 +354,9 @@
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))

[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...HEAD
[0.21.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.21.0...v0.22.0
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...HEAD
[0.23.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.2...v0.20.0
[0.19.2]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.1...v0.19.2
Expand Down

0 comments on commit 7463346

Please sign in to comment.