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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
## Unreleased
2
2
3
+
## [0.30.0] - 2026-03-20
4
+
5
+
### Added
6
+
7
+
- Support for declaring interfaces as strings ([#423](https://github.com/torchbox/wagtail-grapple/pull/423)) @Hercilio1
8
+
9
+
### Removed
10
+
11
+
- Support for obsolete Wagtail `BASE_URL` setting (replaced by `WAGTAILADMIN_BASE_URL`) ([#422](https://github.com/torchbox/wagtail-grapple/pull/422)) @Hercilio1
12
+
3
13
## [0.29.0] - 2025-07-02
4
14
5
15
### Added
@@ -22,7 +32,7 @@
22
32
### Added
23
33
24
34
- Add an `in_menu` filter ([#402](https://github.com/torchbox/wagtail-grapple/pull/402)) @dopry
25
-
- Add ability to speficy the search operator ([#406](https://github.com/torchbox/wagtail-grapple/pull/406)) @dopry
35
+
- Add ability to specify the search operator ([#406](https://github.com/torchbox/wagtail-grapple/pull/406)) @dopry
26
36
27
37
### Changed
28
38
@@ -420,7 +430,8 @@
420
430
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
421
431
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
0 commit comments