Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.4.0 #83

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Changelog

## UNRELEASED
## 2.4.0 (2024-09-05)

### Adds

* Singletons can now be imported through `contextOperations` since they have no manager modal and thus, no `utilityOperation` available.
* Singletons can now be imported through `contextOperations` since they have no manager modal and thus no `utilityOperation` available.
* Pages can be exported via an Export batch operation.

### Fixes

* Exported related documents now contain the entire document and not only the projected fields.
* The `related` route also returns the related types of the exported documents related documents.
* Greatly improved performance when imports involve attachments that already exist on the target site.
* Cropped images are imported properly.
* Page tree relationships are maintained.
* In general: many fixes to bring this module up to speed for use cases that involve selecting multiple documents.

## 2.3.0 (2024-08-08)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apostrophecms/import-export",
"version": "2.3.0",
"version": "2.4.0",
"description": "Import Export Documents for ApostropheCMS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,4 +42,4 @@
"lodash": "^4.17.21",
"tar-stream": "^3.1.6"
}
}
}
Loading