diff --git a/CHANGELOG.md b/CHANGELOG.md index 1493a5db2..b219aa131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## [0.17.2](https://github.com/measuredco/puck/compare/v0.17.1...v0.17.2) (2025-01-10) + + +### Bug Fixes + +* always respect history hotkeys inside iframes ([1134e8b](https://github.com/measuredco/puck/commit/1134e8b893e6828ad6407d570d987d4206e71566)) +* clear old readOnly data when running resolveData ([3e91adc](https://github.com/measuredco/puck/commit/3e91adcf38a3a0f03537d592d15458f368048857)) +* don't trigger move action if source / destination the same ([8a0b811](https://github.com/measuredco/puck/commit/8a0b811c79d7ec91cd6cc0007f05048680e42997)) +* ensure parent is not null on first render in resolveFields ([773a81a](https://github.com/measuredco/puck/commit/773a81a330bc133b2d77b58d3ec99300cda1546e)) +* factor in border when setting viewport size ([cc3b3b8](https://github.com/measuredco/puck/commit/cc3b3b8685e63cccba2c5a59e349a9394445f1f6)) +* fix plugin-emotion-cache style sync when using initialData ([ac8679c](https://github.com/measuredco/puck/commit/ac8679c309a5b9b46670aa41b263b7369d155a46)) +* fix readOnly behaviour in nested fields ([f6ab512](https://github.com/measuredco/puck/commit/f6ab51269d6f2acfb3a366ac5c33337158ac30ba)) +* remove unnecessary transpile from next recipe ([a5f2d08](https://github.com/measuredco/puck/commit/a5f2d08efe6e3aec8c65ed1a1d59df26f45277be)) +* respect min/max for freeform input in number field ([715710a](https://github.com/measuredco/puck/commit/715710a37c06ec6f255036c3e1334cf4fb0b2549)) +* use correct label for array and object subfields ([c00ea00](https://github.com/measuredco/puck/commit/c00ea007f20242766786c57b915e43c65047a045)) + + + + ## [0.17.1](https://github.com/measuredco/puck/compare/v0.17.0...v0.17.1) (2024-12-18) diff --git a/apps/docs/package.json b/apps/docs/package.json index 810bcf967..0e60ff8c8 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.17.1", + "version": "0.17.2", "private": true, "scripts": { "dev": "next dev", diff --git a/lerna.json b/lerna.json index 604acb42f..c2a2691f7 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ "packages/plugin-emotion-cache", "packages/plugin-heading-analyzer" ], - "version": "0.17.1", + "version": "0.17.2", "npmClient": "yarn" } diff --git a/package.json b/package.json index 7cb16f970..93632af58 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "recipes/*", "packages/*" ], - "version": "0.17.1", + "version": "0.17.2", "engines": { "node": ">=18.18" } diff --git a/packages/core/package.json b/packages/core/package.json index b6c0bad5c..c08f63cbb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck", - "version": "0.17.1", + "version": "0.17.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", diff --git a/packages/create-puck-app/package.json b/packages/create-puck-app/package.json index e71929a53..7903db9fc 100644 --- a/packages/create-puck-app/package.json +++ b/packages/create-puck-app/package.json @@ -1,6 +1,6 @@ { "name": "create-puck-app", - "version": "0.17.1", + "version": "0.17.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", diff --git a/packages/field-contentful/package.json b/packages/field-contentful/package.json index bd3979fc6..f5ad1faaa 100644 --- a/packages/field-contentful/package.json +++ b/packages/field-contentful/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck-field-contentful", - "version": "0.17.1", + "version": "0.17.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", @@ -22,7 +22,7 @@ "dist" ], "devDependencies": { - "@measured/puck": "^0.17.1", + "@measured/puck": "^0.17.2", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "contentful": "^10.8.6", diff --git a/packages/plugin-emotion-cache/package.json b/packages/plugin-emotion-cache/package.json index 4c19eac2b..969e50c59 100644 --- a/packages/plugin-emotion-cache/package.json +++ b/packages/plugin-emotion-cache/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck-plugin-emotion-cache", - "version": "0.17.1", + "version": "0.17.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", @@ -23,7 +23,7 @@ ], "devDependencies": { "@emotion/react": "^11.13.3", - "@measured/puck": "^0.17.1", + "@measured/puck": "^0.17.2", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "eslint": "^7.32.0", diff --git a/packages/plugin-heading-analyzer/package.json b/packages/plugin-heading-analyzer/package.json index bb03608cf..76c65afdb 100644 --- a/packages/plugin-heading-analyzer/package.json +++ b/packages/plugin-heading-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck-plugin-heading-analyzer", - "version": "0.17.1", + "version": "0.17.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", @@ -25,7 +25,7 @@ "dist" ], "devDependencies": { - "@measured/puck": "^0.17.1", + "@measured/puck": "^0.17.2", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "eslint": "^7.32.0",