Skip to content

Commit

Permalink
release: v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 10, 2024
1 parent 7e3c2b0 commit 8ccf8e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changes

Version 4.3.0 (released 2024-10-10)

Version 4.2.1 (released 2024-09-27)
- deps: bump axios major version

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
- yanked: initial values props is interfering with formik internal state in already existing forms

Version 4.1.0 (released 2024-09-02)

Expand All @@ -21,7 +24,7 @@ Version 4.1.0 (released 2024-09-02)
Version 4.0.0 (released 2024-08-12)

- customfields: allow hiding section name
- api: change default accept header for ajax calls (breaking change)
- api: change default accept header for ajax calls (breaking change)

Version 3.5.2 (released 2024-08-02)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-invenio-forms",
"version": "4.2.1",
"version": "4.3.0",
"description": "Reusable React components for forms and other in Invenio",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down Expand Up @@ -112,5 +112,4 @@
"engines": {
"node": ">=16.0.0"
}
}

}

0 comments on commit 8ccf8e5

Please sign in to comment.