apostrophe
Advanced tools
Changelog
4.7.0 (2024-09-05)
big-upload-client
module can now be used to upload very large files to any route that uses the new big-upload-middleware
.skipReplace
for apos.doc.changeDocIds
method to skip the replacing of the "old" document in the database.@apostrophecms/i18n
module now exposes a locales
HTTP GET API to aid in implementation of native apps for localized sites.menuId
so that interested components can listen to their opening/closing.AposWidget
component through props.replaces
(boolean, false
by default) option to the context operation definition (registered via apos.doc.addContextOperation()
) to allow the operation to require a replace confirmation before being executed. The user confirmation results in the Editor modal being closed and the operation being executed. The operation is not executed if the user cancels the confirmation.checkedTypes
via the pages body toolbar operations (e.g. 'batch') to the modal.uploadfs
dependency to ensure .tar.gz
, .tgz
and .gz
files uploaded to S3 download without double-gzipping.
This resolves the issue for new uploads.debounce-async
dependencyAposSlatLists
so that elements are properly reordered on dragChangelog
4.6.1 (2024-08-26)
alwaysOpen
replaced with UI togglesChangelog
4.6.0 (2024-08-08)
simulateRelationshipsFromStorage
method in schema module.
This method populates the relationship field with just enough information to allow convert to accept it. It does not fully fetch the related documents. It does the opposite of prepareForStorage.fetchRelationships
option to false will prevent convert from actually fetching relationships to check which related documents currently exist.
The shape of the relationship field is still validated.title
and _url
to select all projection.Select all
message on all pages in the manager modal.checked
in manager modal after archive action.@apostrophecms/emulate-mongo-3-driver
dependency to keep supporting mongodb@3.x
queries while using mongodb@6.x
.inline: true
option is used.editorModal
and managerModal
are now applied all the time.oembetter
dependency to guarantee compatibility with YouTube. YouTube recently deployed broken link rel="undefined"
tags on some of their video pages.@apostrophecms/security-headers
is installed, because its defaults are incompatible by design.Changelog
4.5.4 (2024-07-22)
Changelog
4.5.3 (2024-07-17)
Changelog
4.5.2 (2024-07-11)
apos.doc.walk
never gets caught in an infinite loop even if circular references are present in the data. This is a hotfix for an issue that can arise when the new support for breadcrumbs in search results is combined with a more inclusive projection for page ancestors.apos.doc.walk
that led items to be listed twice in the ancestors
array passed to the iterator.apos.doc.walk
that led ancestors that are themselves arrays to be misrepresented as a series of objects in the ancestors
array passed to the iterator._dotPath
and _ancestors
arguments to apos.doc.walk
, which were always clearly documented as for internal use only, can no longer be passed in externally.