Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Releases: contentful/create-contentful-extension

@contentful/[email protected]

19 Nov 11:19
Compare
Choose a tag to compare

Bug Fixes

  • ability to override jest configuration (#51) (d4368e9)

@contentful/[email protected]

26 Jul 12:58
Compare
Choose a tag to compare

0.14.0 (2019-07-26)

Features

  • contentful-extension-scripts: serveOnly (#44) (8128f0f)

@contentful/[email protected]

03 Jul 13:58
Compare
Choose a tag to compare

0.13.0 (2019-07-03)

Features

  • setup Eslint & Prettier (78927e0)

All newly generated extensions comes with predefined prettier & eslint configuration to be compliant with Contentful Marketplace Extensions styleguide.

@contentful/[email protected]

02 Jul 10:01
Compare
Choose a tag to compare

0.12.0 (2019-07-02)

Features

Manual migration from the previous version of contentful-extension-scripts

  • add '@testing-library/react': '8.0.4' to devDependencies
  • add '@types/jest': '24.0.15' to devDependencis (if you're using Typescript)
  • remove "modules": false from .babelrc
  • add the following commands to scripts section in package.json:
"scripts": {
    "test": "contentful-extension-scripts test --env=jsdom --watch",
    "test:coverage": "contentful-extension-scripts test --env=jsdom --coverage"
}

@contentful/[email protected]

24 Jun 14:32
Compare
Choose a tag to compare

0.11.0 (2019-06-24)

Features

  • Added Page extension JavaScript and TypeScript examples (#36) (2ff6107)

@contentful/[email protected]

18 Jun 11:38
Compare
Choose a tag to compare

0.10.0 (2019-06-18)

Features

Migration to 0.10.0 in already generated extensions

  • Delete prestart script from package.json. Publishing extension is handled by contentful-extension-scripts start from now on.

@contentful/[email protected]

09 May 13:03
Compare
Choose a tag to compare

0.4.0 (2019-05-09)

Features

  • added new Entry editor extension type (ee18c3e), closes #31

@contentful/[email protected]

09 May 13:02
Compare
Choose a tag to compare

0.9.0 (2019-05-09)

Features

  • added new Entry editor extension type (ee18c3e), closes #31

@contentful/[email protected]

25 Apr 08:35
Compare
Choose a tag to compare

Features

  • contentful-extension-scripts: allow to override publicUrl (17c74ad), closes #29

@contentful/[email protected]

26 Mar 14:09
Compare
Choose a tag to compare

Bug Fixes

  • enable hot reload in Typescript field example (8ed90d7)