diff --git a/CHANGELOG.md b/CHANGELOG.md index 32be9bdcb3..9fa98fb94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Release Notes +## 5.22.0 (2024-08-16) + +### What's new +- Make config values available in form emails [#10649](https://github.com/statamic/cms/issues/10649) by @duncanmcclean +- Display special install commands for first-party addons [#10640](https://github.com/statamic/cms/issues/10640) by @duncanmcclean +- Add ability to set site on the `mount_url` tag [#9561](https://github.com/statamic/cms/issues/9561) by @aerni +- Ability to hide bard/replicator set types [#10349](https://github.com/statamic/cms/issues/10349) by @jacksleight +- Add custom icon selection to CP Nav Preferences [#8023](https://github.com/statamic/cms/issues/8023) by @jesseleite +- Logout user from other devices when changing password [#10548](https://github.com/statamic/cms/issues/10548) by @duncanmcclean + +### What's fixed +- Fix suggested options in Field Conditions builder [#10650](https://github.com/statamic/cms/issues/10650) by @duncanmcclean +- Form fields should continue to output a key/value array [#10648](https://github.com/statamic/cms/issues/10648) by @duncanmcclean +- Support arrays in unique value rules [#10646](https://github.com/statamic/cms/issues/10646) by @duncanmcclean +- Fix nocache race condition [#10642](https://github.com/statamic/cms/issues/10642) by @jasonvarga +- Fix save button options not showing [#10633](https://github.com/statamic/cms/issues/10633) by @duncanmcclean +- Hide "Sortable" config option for Computed fields [#10629](https://github.com/statamic/cms/issues/10629) by @duncanmcclean +- Cast to Array to Resolve Issues with Filters Returning `EntryCollection` [#10627](https://github.com/statamic/cms/issues/10627) by @SylvesterDamgaard +- Azerbaijani Translation [#10638](https://github.com/statamic/cms/issues/10638) by @peimn +- Persian Translation [#10637](https://github.com/statamic/cms/issues/10637) by @peimn +- Turkish Translation [#10635](https://github.com/statamic/cms/issues/10635) by @peimn +- Bump axios from 1.6.4 to 1.7.4 [#10628](https://github.com/statamic/cms/issues/10628) by @dependabot + + + ## 5.21.0 (2024-08-13) ### What's new