Releases: contentful/contentful-management.js
v12.0.0-beta.5
v12.0.0-beta.4
12.0.0-beta.4 (2025-05-28)
Bug Fixes
- fix export for require and make cjs bundle importable (2188a34)
- remove renaming of cjs files (420a7b4)
Reverts
- Revert "feat: add browser export" (f03cd16)
v12.0.0-beta.3
v12.0.0-beta.2
12.0.0-beta.2 (2025-04-30)
Bug Fixes
v11.52.2
v12.0.0-beta.1
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