Releases: static-dev/spike-contentful
Releases · static-dev/spike-contentful
v3.1.1
v3.1.0
- Now supports contentful's preview API using the
preview
key - see readme for more details, and thanks to @bechatman for implementing this feature!
v3.0.0
- BREAKING: Removed
transform
export function andtransform: true
setting. This is not a safe function to use and frequently can cause an infinite loop. - Updated all dependencies, including contentful's client library. This was a major version boost, so it's possible there could be breaking changes to your data here as well, be careful when upgrading!
v2.0.0
- Breaking: You must be using the latest version of spike for the single page templates to work. If you are upgrading from a previous version, you must also ensure that the single page templates are not prefixed by an underscore or ignored.
- Internal upgrade to new multi-template architecture system. This should fix outstanding issues with spike-page-id and single template pages.
- Data now only updates on initial watch rather than every save in watch mode. This can be reverted with the
aggressiveRefresh
option.
v1.0.0
v0.6.0
v0.5.0
- BREAKING: The
transform
is now false by default, due to it producing a number of bugs with contentful content schemes. If you'd like to still use it, it can be activated by passingtransform: true
as an option to a content type. - BREAKING: The
ordered
property has been removed. This was specific to a narrow use-case and can be implemented as-needed using atransform
. - Tests now use public data to make it easier to contribute 🎉
v0.4.0
v0.3.0
- BREAKING updates so this plugin works with
>= [email protected]
. This version will not work for anything less, and any version less will not work with>= 0.11.0