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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## UNRELEASED
4
4
5
+
### Changes
6
+
7
+
* Refactors complex logic from `AposSchema` that handle data updates to simplifies it.
8
+
9
+
## 4.22.0 (2025-10-01)
10
+
5
11
### Adds
6
12
7
13
* Custom operations registered with `addCreateWidgetOperation` can now specify an `ifTypesIntersect` property containing an array of widget type names. If the area in question allows at least one, the operation is offered.
@@ -14,13 +20,14 @@
14
20
* Fixes a bug in the login `uponSubmit` filter where a user could login without meeting the requirement.
15
21
* Fixes pieces filters when values from optional fields are falsy.
16
22
* Resolve inline image URLs correctly when in edit mode and not in the default locale.
23
+
* Using `CTRL+F` or `CMD+F` in the page manager now works.
17
24
18
25
### Changes
19
26
20
27
* Redirects to URLs containing accent marks and other non-ascii characters now behave as expected with Astro. Pre-encoding the URLs exactly the way `res.redirect` would before passing them to Astro prevents an error in Astro and allows the redirect to succeed.
21
28
* Removes the non-functional `uniqueUsername` route from the `user` module
29
+
* Modifies the `annotateAreaForExternalFront()` method of the `@apostrophecms/template` module to accept a per-module `annotateWidgetForExternalFront()` method. This allows widgets to send project-level options alongside the per-area options to external frontends.
22
30
* Updated dependencies to address deprecation warnings.
23
-
* Refactors complex logic from `AposSchema` that handle data updates to simplifies it.
0 commit comments