Skip to content

Releases: contentful/contentful-management.js

v4.1.3

30 Jan 15:17
eef0f35
Compare
Choose a tag to compare

4.1.3 (2018-01-30)

Bug Fixes

v4.1.2

17 Nov 10:55
346e196
Compare
Choose a tag to compare

4.1.2 (2017-11-17)

Bug Fixes

v4.1.1

16 Nov 14:31
1264630
Compare
Choose a tag to compare

4.1.1 (2017-11-16)

Bug Fixes

v4.1.0

14 Nov 11:47
f961cf2
Compare
Choose a tag to compare

4.1.0 (2017-11-14)

Features

  • access_token: Adds /users/me/access_token endpoint (#150) (f961cf2)

v4.0.3

26 Oct 12:41
Compare
Choose a tag to compare

4.0.3 (2017-10-26)

Bug Fixes

  • npm: Remove git dependancy for package axios (86ccc3a)

v4.0.2

25 Oct 09:37
Compare
Choose a tag to compare

4.0.2 (2017-10-25)

Bug Fixes

  • asset: safely handle case where file is null (#142) (93b36a7)

4.0.1 (2017-10-17)

17 Oct 13:45
Compare
Choose a tag to compare

The uncompressed browser bundle size was reduced in this release from 64K to 56K. (Gzipped: 19K -> 15K)

Breaking Changes
  • The browser bundle got renamed and split up. Modern browsers can use contentful-management.browser.min.js while legacy browsers might need contentful-management.legacy.min.js
New Features
  • es-modules: add es-modules version. Available via the module field in package.json. Webpack and Rollup will automatically pick this version. (55bfd7cc)
  • legacy browsers split up browser bundle. One small one for modern browsers, another legacy one for old browsers like IE11.
  • user: Add user/me endpoint (#139) (bd84f510)
  • entities: Add Snapshots endpoint (#125) (c0ad18ce)
Bug Fixes
  • api-keys: omit invalid properties when updating api keys (4967a74e)
  • package: remove browser entry since it was misconfigured (2059c052)
Refactors
  • dependencies:
    • Replace most lodash functions with modern JS and enable tree-shaking for lodash. Reduces bundle size significantly.
    • Remove/Replace some other dependencies to reduce the bundle size further.
Build System / Dependencies
  • npm: Upgrade all dependencies
  • webpack: Upgrade to webpack 3.8.0
Documentation Changes
  • README:
Tests
  • integration: unskip test since API bug is fixed - fixes #82 (cc91b956)
  • size: add bundle size test to avoid accidentally rising bundle sizes.
  • e2e: add end to end tests with Firefox and Internet Explorer (712bc92c)

v3.12.0

29 Aug 08:59
Compare
Choose a tag to compare

<a name"3.12.0">

3.12.0 (2017-08-29)

Features

  • ui-extensions: Add createUiExtensionWithId() method to space API (473a0041)

v3.11.1

25 Aug 08:27
Compare
Choose a tag to compare

<a name"3.11.1">

3.11.1 (2017-08-25)

Bug Fixes

  • ie11: transform Object.assign also in sdk-core (f5fb01ba)

v3.11.0

16 Aug 09:08
Compare
Choose a tag to compare

<a name"3.11.0">

3.11.0 (2017-08-16)

Features

  • endpoints: add UI Extensions endpoint (0908a26b)