This repository has been archived by the owner on May 3, 2022. It is now read-only.
Releases: contentful/create-contentful-extension
Releases · contentful/create-contentful-extension
@contentful/[email protected]
@contentful/[email protected]
@contentful/[email protected]
@contentful/[email protected]
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 inpackage.json
:
"scripts": {
"test": "contentful-extension-scripts test --env=jsdom --watch",
"test:coverage": "contentful-extension-scripts test --env=jsdom --coverage"
}
@contentful/[email protected]
@contentful/[email protected]
0.10.0 (2019-06-18)
Features
- Add support for multiple extensions in dev mode (#34) (875b44a) by @michelbitter
Migration to 0.10.0 in already generated extensions
- Delete
prestart
script from package.json. Publishing extension is handled bycontentful-extension-scripts start
from now on.
@contentful/[email protected]
@contentful/[email protected]
@contentful/[email protected]
@contentful/[email protected]
Bug Fixes
- enable hot reload in Typescript field example (8ed90d7)