Skip to content

Commit caff81b

Browse files
committed
release: v0.18.2
1 parent 75bdbb7 commit caff81b

File tree

9 files changed

+37
-11
lines changed

9 files changed

+37
-11
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
<!--__CHANGELOG_ENTRY__-->
44

5+
## [0.18.2](https://github.com/measuredco/puck/compare/v0.18.0...v0.18.2) (2025-01-31)
6+
7+
8+
### Bug Fixes
9+
10+
* add missing types for root render method ([0f52caf](https://github.com/measuredco/puck/commit/0f52caf0a3d77978d913b0915bbb23725fc94a3d))
11+
* address ownerDocument permission error in Firefox ([c22b3a9](https://github.com/measuredco/puck/commit/c22b3a9838fad6c65c71091eb89bb9104b6aabaf))
12+
* address prop name collision regression ([3a69ad4](https://github.com/measuredco/puck/commit/3a69ad4ac3e982340b3fcae6b5773240d88e7f92))
13+
* correctly infer types when using Render with RSC ([ad7fbf4](https://github.com/measuredco/puck/commit/ad7fbf4bc7534cfb348dd7fdbac56b84b03552e3))
14+
* don't jump to end of textarea fields during change ([36c27a9](https://github.com/measuredco/puck/commit/36c27a9c166affc83ecfd36f79974cb9990917c6))
15+
* don't trigger clicks when dropping array items ([29a7f1d](https://github.com/measuredco/puck/commit/29a7f1df55f1eff6bee55ee7984ec7974a4feaec))
16+
* don't trigger drag when interacting with array fields ([c7cd341](https://github.com/measuredco/puck/commit/c7cd34165cbde90ae0297ab79a1ea6852f9d9726))
17+
* ensure ctrl+i interactive toggle hotkey works on Windows ([5db6f4d](https://github.com/measuredco/puck/commit/5db6f4d5f90b222423df363e9964ec344b9a0a7e))
18+
* ensure renderDropZone provided correctly to root render ([b9ce5b7](https://github.com/measuredco/puck/commit/b9ce5b700056f985362d1f4a9125996badfcbdd7))
19+
* fix RTL drag-and-drop behaviour ([28f518a](https://github.com/measuredco/puck/commit/28f518aad9da211042e3b51e52369b6c126c75d8))
20+
* improve behaviour of array drag-and-drop ([565fabd](https://github.com/measuredco/puck/commit/565fabdaa78f92fdbb327d878d7142e0455f5e8a))
21+
* provide empty readOnly object instead of undefined to root resolveFields ([8992a94](https://github.com/measuredco/puck/commit/8992a9476ab2bc3837bb986bbd3e1042babd81a8))
22+
* provide updated props to resolveFields ([b7ff689](https://github.com/measuredco/puck/commit/b7ff6898618a1a30b07a85669f16e891db975ffd))
23+
* reinstate padding for external field filters ([28ccfda](https://github.com/measuredco/puck/commit/28ccfdaf8b6c546464df18f1a3ebb2b8b6363dc7))
24+
* tidy up stale items on drag cancellation ([de48691](https://github.com/measuredco/puck/commit/de48691b017a66c251616ba31861bd0b8816ef68))
25+
* update styles for RTL ([23c8dda](https://github.com/measuredco/puck/commit/23c8dda031b0f50e30eacdb15d3a774bd8045879))
26+
* use correct type for onChange args when overriding fieldTypes ([daff71e](https://github.com/measuredco/puck/commit/daff71ef726ad74d2b5628c466b2ddbaa1850160))
27+
28+
29+
30+
531
## [0.18.1](https://github.com/measuredco/puck/compare/v0.18.0...v0.18.1) (2025-01-24)
632

733

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"packages/plugin-emotion-cache",
88
"packages/plugin-heading-analyzer"
99
],
10-
"version": "0.18.1",
10+
"version": "0.18.2",
1111
"npmClient": "yarn"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"recipes/*",
3737
"packages/*"
3838
],
39-
"version": "0.18.1",
39+
"version": "0.18.2",
4040
"engines": {
4141
"node": ">=18.18"
4242
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"author": "Measured Corporation Ltd <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",

packages/create-puck-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-puck-app",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"author": "Measured Corporation Ltd <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",

packages/field-contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck-field-contentful",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"author": "Measured Corporation Ltd <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",
@@ -22,7 +22,7 @@
2222
"dist"
2323
],
2424
"devDependencies": {
25-
"@measured/puck": "^0.18.1",
25+
"@measured/puck": "^0.18.2",
2626
"@types/react": "^19.0.1",
2727
"@types/react-dom": "^19.0.2",
2828
"contentful": "^10.8.6",

packages/plugin-emotion-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck-plugin-emotion-cache",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"author": "Measured Corporation Ltd <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",
@@ -23,7 +23,7 @@
2323
],
2424
"devDependencies": {
2525
"@emotion/react": "^11.13.3",
26-
"@measured/puck": "^0.18.1",
26+
"@measured/puck": "^0.18.2",
2727
"@types/react": "^19.0.1",
2828
"@types/react-dom": "^19.0.2",
2929
"eslint": "^7.32.0",

packages/plugin-heading-analyzer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck-plugin-heading-analyzer",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"author": "Measured Corporation Ltd <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",
@@ -25,7 +25,7 @@
2525
"dist"
2626
],
2727
"devDependencies": {
28-
"@measured/puck": "^0.18.1",
28+
"@measured/puck": "^0.18.2",
2929
"@types/react": "^19.0.1",
3030
"@types/react-dom": "^19.0.2",
3131
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)