Skip to content

Commit 7463346

Browse files
committed
Update CHANGELOG
1 parent 334130f commit 7463346

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
## Unreleased
22

3+
## [0.23.0] - 2023-09-29
4+
5+
### Added
6+
7+
- Implement `preserveSvg` flag for `srcSet` ([#370](https://github.com/torchbox/wagtail-grapple/pull/370)) @mgax
8+
9+
### Changed
10+
11+
- `preserveSVG` is true by default ([#371](https://github.com/torchbox/wagtail-grapple/pull/371)) @mgax
12+
- Improvements to the CI pipelines
13+
14+
315
## [0.22.0] - 2023-09-18
416

517
### Added
618

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

1123

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

345-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...HEAD
346-
[0.21.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.21.0...v0.22.0
357+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...HEAD
358+
[0.23.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...v0.23.0
359+
[0.22.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.21.0...v0.22.0
347360
[0.21.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.20.0...v0.21.0
348361
[0.20.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.2...v0.20.0
349362
[0.19.2]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.1...v0.19.2

0 commit comments

Comments
 (0)