2023-07-18 18:14:16 +02:00
# Wagtail 5.2 release notes - IN DEVELOPMENT
_Unreleased_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Other features
2022-11-03 18:35:17 +01:00
* Add [`wagtailcache` ](wagtailcache ) and [`wagtailpagecache` ](wagtailpagecache ) template tags to ensure previewing Pages or Snippets will not be cached (Jake Howard)
2023-07-12 11:21:59 +02:00
* Always set help text element ID for form fields with help text in `field.html` template (Sage Abdullah)
2023-07-18 18:14:16 +02:00
### Bug fixes
* ...
### Documentation
* ...
### Maintenance
2023-07-18 15:19:09 +02:00
* Fix snippet search test to work on non-fallback database backends (Matt Westcott)
2023-08-02 13:01:56 +02:00
* Update Eslint, Prettier & Jest npm packages (LB (Ben) Johnston)
2023-08-02 00:24:26 +02:00
* Add npm scripts for TypeScript checks and formatting SCSS files (LB (Ben) Johnston)
2023-08-02 16:45:14 +02:00
* Run tests in parallel in some of the CI setup (Sage Abdullah)
2023-07-18 18:14:16 +02:00
2023-08-01 13:32:56 +02:00
## Upgrade considerations - changes affecting all projects
## Upgrade considerations - deprecation of old functionality
## Upgrade considerations - changes affecting Wagtail customisations