Skip to content

Commit

Permalink
Merge branch 'master' into feature/blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Nov 20, 2020
2 parents 989de64 + 6f3b2c0 commit 6ecfde7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 0.3.0 - 2020-11-20

### Fixed

* Fix issue where modification were no longer properly compared on recent GatsbyJS versions resulting cached Plone nodes not properly being invalidated. @datakurre

### Added

* Add support for Volto `blocks` by transforming them into GraphQL-compatible array of blocks in order with JSON `config` attribute and `blocks_nodes` with linked nodes parsed from Volto blocks. @datakurre

* Add configuration option `transientTypes: string[]` for transient types (default: `[ 'Collection' ]` to be updated regardless of their changes. @datakurre

## 0.2.0 - 2019-10-26

### Added
Expand Down

0 comments on commit 6ecfde7

Please sign in to comment.