From 27889f9e8b33d556ffd4a9a0dfc81eac448e3a8d Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 20 Jun 2024 16:07:49 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb0795da9..294467eb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Release Notes +## 5.10.0 (2024-06-20) + +### What's new +- Add site `attribute` method [#10327](https://github.com/statamic/cms/issues/10327) by @ajnsn + +### What's fixed +- Fix performance regression by caching fieldtype configs [#10325](https://github.com/statamic/cms/issues/10325) by @jasonvarga +- CSS improvements [#10284](https://github.com/statamic/cms/issues/10284) by @martinoak +- Fix broken revision links on unpublished entries [#10330](https://github.com/statamic/cms/issues/10330) by @faltjo +- Update some translations [#10343](https://github.com/statamic/cms/issues/10343) by @jasonvarga +- Fix linking to addon fields [#10324](https://github.com/statamic/cms/issues/10324) by @edalzell +- Fix nocache tags on shared error pages [#10340](https://github.com/statamic/cms/issues/10340) by @jacksleight +- Migrate from vue-countable [#10287](https://github.com/statamic/cms/issues/10287) by @Cannonb4ll +- Prevent entries being selected when collapsing/expending entries in Tree View [#10322](https://github.com/statamic/cms/issues/10322) by @duncanmcclean +- Ensure `install:broadcasting` is run when installing into Laravel 11 application [#10335](https://github.com/statamic/cms/issues/10335) by @duncanmcclean +- French translations [#10337](https://github.com/statamic/cms/issues/10337) by @ebeauchamps + + + ## 5.9.0 (2024-06-19) ### What's new