Skip to content

Commit ad3a8e5

Browse files
committed
release: v4.12.0
1 parent 2dd8385 commit ad3a8e5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
Version 4.12.0 (release 2025-10-23)
4+
5+
- tinymce: enable code and image plugins
6+
- forms: warn that for fields that are both required and disabled, validation will
7+
be skipped
8+
39
Version 4.11.2 (release 2025-09-22)
410

511
- chore: bump major version of react-overridable

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-invenio-forms",
3-
"version": "4.11.2",
3+
"version": "4.12.0",
44
"description": "Reusable React components for forms and other in Invenio",
55
"main": "dist/cjs/index.js",
66
"browser": "dist/cjs/index.js",

0 commit comments

Comments
 (0)