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
* main:
Resolved an issue affecting `withRelationships` with two or more steps. This issue could cause a document to appear to be related to the same document more than on (#5015)
thanks! (#5014)
Fix#4979: Replace connect-multiparty with multer to resolve security vulnerability (#5013)
Hide rich text controls on interaction (#5008)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,20 @@
9
9
10
10
### Changes
11
11
12
-
- Changes handling of `order` and `groups` in the `admin-bar` module to respect, rather that reverse, the order of items
12
+
* Changes handling of `order` and `groups` in the `admin-bar` module to respect, rather that reverse, the order of items
13
+
* Interacting with the text inside a rich text widget will hide the widget controls to prevent awkawrd text selection.
13
14
14
15
### Fixes
15
16
16
17
* Let the `@apostrophecms/page:unpark` task unpark all parked pages with the given slug, not just the first one.
17
18
* Exclude unknown page types from the page manager.
19
+
* Resolved an issue affecting `withRelationships` with two or more steps. This issue could cause a document to appear to be related to the same document more than once.
20
+
21
+
22
+
### Security
23
+
24
+
* Clear an npm audit warning by replacing `connect-multiparty` with `multer`. Thanks to [Radhakrishnan Mohan](https://github.com/RadhaKrishnan) for this contribution.
25
+
* To be clear, this was never an actual security vulnerability. The CVE in question is disputed, and for good reasons. However, since `connect-multiparty` is no longer maintained, it makes sense to move to `multer`.
0 commit comments