Skip to content

Releases: static-dev/spike-datocms

v2.4.1

27 Jul 17:59
Compare
Choose a tag to compare

Patch for a breaking change in the datocms client

v2.4.0

20 Jun 13:19
Compare
Choose a tag to compare

Update to latest version of datocms library

v2.2.2

06 Sep 15:30
Compare
Choose a tag to compare

-aggressiveRefresh option now accepted, thanks to @tkraak for the fix

v2.2.1

06 Sep 15:30
Compare
Choose a tag to compare
  • Using name or type to define the model name works now for single template generation

v2.2.0

23 Aug 22:49
Compare
Choose a tag to compare
  • Fixed an issue in which locals would not be available within single page templates

v2.1.0

18 Aug 20:24
Compare
Choose a tag to compare
  • Manually sorted records in the CMS now are sorted in the output automatically. Big thanks to @michaelcd for implementing this feature!

v2.0.0

26 Jul 03:09
Compare
Choose a tag to compare
  • 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

12 Jul 15:05
Compare
Choose a tag to compare
  • 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 on htmlStandards no change is necessary and nothing will break.

v0.4.1

20 Jun 22:08
Compare
Choose a tag to compare
  • Extends linked field support to include multiple linked fields

v0.4.0

20 Jun 18:37
Compare
Choose a tag to compare
  • Adds support for linked fields