Skip to content

Commit

Permalink
release: v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Sep 27, 2024
1 parent c2809b2 commit d00e73c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes


Version 4.2.1 (released 2024-09-27)

- contrib: add affiliation suggestion component

Version 4.2.0 (released 2024-09-26) (yanked)

- contrib: add affiliation suggestion component
- fields: propagate initial value to widgets (avoids setting explicitly by formik props)
- yanked: initial values props is interfering with formik internal state in already existing forms

Version 4.1.0 (released 2024-09-02)

- editor: disable TinyMCE convert_urls to fix same domain URLs
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-invenio-forms",
"version": "4.1.0",
"version": "4.2.1",
"description": "Reusable React components for forms and other in Invenio",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down

0 comments on commit d00e73c

Please sign in to comment.