Skip to content

Commit 702566e

Browse files
committed
Release 2.4.2
1 parent bae58e3 commit 702566e

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.4.2 (2025-06-16)
12+
13+
### Bugfix
14+
15+
- If the heading block on a page is selected, the page properties (text input) on the right side (sidebar) cannot get edited because the cursor keeps jumping back to the heading block. The provided change should fix this. @tomschall [#23](https://github.com/kitconcept/volto-heading-block/issue/23)
16+
1117
## 2.4.1 (2025-05-16)
1218

1319
### Internal

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-heading-block",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "volto-heading-block: Volto add-on that provides a configurable heading block",
55
"author": "kitconcept, GmbH",
66
"homepage": "https://github.com/kitconcept/volto-heading-block",
@@ -50,4 +50,4 @@
5050
}
5151
},
5252
"packageManager": "pnpm@9.4.0"
53-
}
53+
}

packages/volto-heading-block/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.4.2 (2025-06-16)
12+
13+
### Bugfix
14+
15+
- If the heading block on a page is selected, the page properties (text input) on the right side (sidebar) cannot get edited because the cursor keeps jumping back to the heading block. The provided change should fix this. @tomschall [#23](https://github.com/kitconcept/volto-heading-block/issue/23)
16+
1117
## 2.4.1 (2025-05-16)
1218

1319
### Internal

packages/volto-heading-block/news/23.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-heading-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-heading-block",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "volto-heading-block: Volto add-on that provides a configurable heading block",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)