Releases: static-dev/spike-datocms
Releases · static-dev/spike-datocms
v2.4.1
v2.4.0
v2.2.2
v2.2.1
v2.2.0
v2.1.0
- Manually sorted records in the CMS now are sorted in the output automatically. Big thanks to @michaelcd for implementing this feature!
v2.0.0
- Breaking Local cache feature removed
- Breaking You must be using the latest version of spike for single page templates to work in this version. Also 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.
- Major behavior change - data will only load once on initial compile and stay cached in memory through a watch, it will not re-fetch on every save unless using the
aggressiveReload
option - A significant under-the-hood update to the way that single templates are rendered
- Will only work on the latest version of spike, so make sure to upgrade both at the same time!
v1.0.0
- Fixes an issue where single templates would resolve includes/layouts from the root of the project rather than relative to their own paths. This is breaking if you are using single templates with layouts/includes that are not at your project root. Migrate by adjusting layout and include paths to resolve relative to the file they are being used in. If you are using the
root
option onhtmlStandards
no change is necessary and nothing will break.