Skip to content

Releases: contentful/contentful.js

v5.0.2

25 Oct 12:53
Compare
Choose a tag to compare

5.0.2 (2017-10-25)

Bug Fixes

  • Remove git dependancy for package axios. (#195) (116584d)

5.0.1 (2017-10-17)

17 Oct 13:52
Compare
Choose a tag to compare

The uncompressed browser bundle size was reduced in this release from 67K to 43K. (Gzipped: 21K -> 13K)

Breaking Changes
  • The browser bundle got renamed and split up. Modern browsers can use contentful.browser.min.js while legacy browsers might need contentful.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
  • legacy browsers split up browser bundle. One small one for modern browsers, another legacy one for old browsers like IE11.
Bug Fixes
  • package: remove browser entry since it was misconfigured
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:
    • add missing configs and small adjustments (b17fe77e)
    • add bundle size badge (b0e56bb5)
    • add missing sync type options (7c9bea43)
Tests
  • e2e: initial end to end tests (d2464ef6)
  • size: add bundle size test to avoid accidentally rising bundle sizes.

v4.6.2

22 Sep 09:42
Compare
Choose a tag to compare

<a name"4.6.2">

4.6.2 (2017-09-22)

Bug Fixes

  • sync: remove type and content_type filter at second paged sync (86572c40)

v4.6.1

21 Aug 08:48
Compare
Choose a tag to compare

<a name"4.6.1">

4.6.1 (2017-08-21)

Bug Fixes

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

v4.6.0

10 Aug 14:43
Compare
Choose a tag to compare

<a name"4.6.0">

4.6.0 (2017-08-10)

Bug Fixes

  • sync: disable link resolution for entries without fields (9c7cb48e)

Features

  • host: add basePath option to support custom host urls (d31015db)

v4.5.0

27 Jun 07:37
Compare
Choose a tag to compare

<a name"4.5.0">

4.5.0 (2017-06-27)

Features

  • error-retry: add flag to disable retry on error and align readme (0cc9c78c)

v4.4.4

22 Jun 09:36
Compare
Choose a tag to compare

<a name"4.4.4">

4.4.4 (2017-06-22)

Bug Fixes

v4.4.3

09 Jun 07:22
Compare
Choose a tag to compare

<a name"4.4.3">

4.4.3 (2017-06-09)

Bug Fixes

v4.4.2

07 Jun 12:27
Compare
Choose a tag to compare

<a name"4.4.2">

4.4.2 (2017-06-07)

Bug Fixes

  • link-getter: resolve links with locale:* (#157) (6cf1e833)

v4.4.1

07 Jun 08:25
Compare
Choose a tag to compare

<a name"4.4.1">

4.4.1 (2017-06-07)

Bug Fixes