You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,23 @@
1
1
## Unreleased
2
2
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
+
3
15
## [0.22.0] - 2023-09-18
4
16
5
17
### Added
6
18
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
9
21
This applies to all models, including StreamField blocks
10
22
11
23
@@ -342,8 +354,9 @@
342
354
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
343
355
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
0 commit comments