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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,31 @@
1
1
## Unreleased
2
2
3
+
### Added
4
+
5
+
-`searchScore` field for pages ([#320](https://github.com/torchbox/wagtail-grapple/pull/320)) @dopry
6
+
- Support for passing callables for resolving `StreamField` block values ([#322](https://github.com/torchbox/wagtail-grapple/pull/322)) @bbliem, @dopry
7
+
- Support for graphene type arguments, chiefly `description` and `deprecation_reason ([#333](https://github.com/torchbox/wagtail-grapple/pull/333)) @Morsey187, @jams2
8
+
3
9
### Changed
4
10
11
+
- All middleware defined in the decorator will be used ([#281](https://github.com/torchbox/wagtail-grapple/pull/281)) @seb-b
5
12
-`GraphQLError` no longer raised when querying for a site by hostname that doesn't match any `Site`s (`None` is returned instead) - ([#342](https://github.com/torchbox/wagtail-grapple/pull/342)) @kbayliss
6
13
- When querying pages with a site filter (e.g. `pages(site: "localhost")`) whose hostname does not match a `Site`, we no longer return pages for the first `Site` (`None` is returned instead) - ([#342](https://github.com/torchbox/wagtail-grapple/pull/342)) @kbayliss
7
14
- When querying site setting/settings without a site filter (e.g. `setting(name: "SocialMediaSettings")`) and there are multiple `Site`s, we no longer return settings for the first `Site` (`GraphQLError` is raised instead) - ([#342](https://github.com/torchbox/wagtail-grapple/pull/342)) @kbayliss
15
+
- Updated to graphiql 2.4.x
16
+
- Switched to using [Ruff](https://beta.ruff.rs/docs/) for linting ([#334](https://github.com/torchbox/wagtail-grapple/pull/334)) @zerolab
17
+
- Switched to using [flit](https://flit.pypa.io/en/latest/) for building the package ([#335](https://github.com/torchbox/wagtail-grapple/pull/335)) @zerolab
0 commit comments