Skip to content

v12.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@contentful-automation contentful-automation released this 16 Apr 16:02
· 143 commits to beta since this release
3cb96b2

12.0.0-beta.1 (2025-04-16)

BREAKING CHANGES

  • full ESM support (#2472)

  • fix: clean dependencies, delete unused file, migrated overlooked tests from last merge

  • refactor: build process now supports TS, ESM, CJS and browser

  • build: upgrade to ESM version of contentful-sdk-core

  • test: reduce bundle size limits thanks to our optimizations

  • build: clean up depdency changes

  • chore: typos

  • feat: this SDK now also includes its version number in its bundles

  • test: fix output integration tests

  • build: npm dedupe

  • build: latest rollup dependencies

  • fix: use with keyword instead of assert to mark import as json

  • build: update depndencies related to this branch

  • build: make npm happy to resolve our dependencies without --force

  • test: ensure new failing typescript lint rules throw warnings only - still should be resolved at some point

  • test: fix import paths

  • build: ensure json-patch is available for typescript in projects using this api client

  • ci: update node version

  • fix: adjust import path

  • style: ensure prettier doesnt fail on our rollup config file

  • style: format code to make prettier lint happy