Skip to content

Commit 40952f8

Browse files
committed
Update changelog
1 parent d3b3bb8 commit 40952f8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
## Unreleased
22

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+
39
### Changed
410

11+
- All middleware defined in the decorator will be used ([#281](https://github.com/torchbox/wagtail-grapple/pull/281)) @seb-b
512
- `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
613
- 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
714
- 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
18+
- Switched to PyPI Trusted Publishing. @zerolab
19+
20+
### Fixed
21+
22+
- Fix rendition interface definition ([#337](https://github.com/torchbox/wagtail-grapple/pull/337)) @engAmirEng, @zerolab
23+
24+
### Removed
25+
26+
- Channels support ([#336](https://github.com/torchbox/wagtail-grapple/pull/336)) @zerolab
27+
- Unused preview template, and Gatsby reference
28+
- Support for Wagtail < 4.1
829

930
## [0.19.2] - 2023-01-17
1031

0 commit comments

Comments
 (0)