Skip to content

Releases: carrot/roots-contentful

v0.0.9

07 Dec 15:09
Compare
Choose a tag to compare

v0.0.7 - Add asset view helper

26 Mar 13:28
Compare
Choose a tag to compare

Adds an asset view helper as a convenience function to grab the URL from a Contentful asset object as well as allowing the user to pass in query string params to append to URL to control asset quality, size, etc as detailed in the Contentful docs.

v0.0.6

10 Feb 03:14
Compare
Choose a tag to compare
  • Updates content types config to accept an object in addition to the existing array config, see #12
  • Fixes locals bug detailed in #11

v0.0.5 - Breaking Changes, support for roots 3.0.0-rc.11

14 Jan 22:52
Compare
Choose a tag to compare

Updates roots-contentful to support roots 3.0.0-rc.11 which includes a breaking change to accord. You must use roots 3.0.0-rc.11 or later for this release to work.

v0.0.4

26 Nov 05:51
Compare
Choose a tag to compare

Fixes package.json dependencies for npm v2. Thanks @hhsnopek!

v0.0.3

29 Oct 15:00
Compare
Choose a tag to compare

Remove peer dependency on roots due to change in npm syntax.

v0.0.2

05 Aug 20:35
Compare
Choose a tag to compare

Adds support for single entry views (roots compiles a file for every entry in a given content type).

v0.0.1

05 Aug 20:34
Compare
Choose a tag to compare

Initial release! Provides Contentful API data to your views using the contentful helper.