Skip to content

Commit

Permalink
release 2.4.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
boutell authored Sep 5, 2024
1 parent a4830d4 commit 002d26c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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"
}
}
}

0 comments on commit 002d26c

Please sign in to comment.