Skip to content

Commit

Permalink
release: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit committed Sep 2, 2024
1 parent 735495a commit 42b9363
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

Version 4.1.0 (released 2024-09-02)

- editor: disable TinyMCE convert_urls to fix same domain URLs
- forms: RemoteSelectField: Fix searching with same query
- forms: RemoteSelectField: Make request cancellable
- forms: RemoteSelectField: Display initial suggestions in dropdown

Version 4.0.0 (released 2024-08-12)

- customfields: allow hiding section name
Expand Down
5 changes: 2 additions & 3 deletions 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.0.0",
"version": "4.1.0",
"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 42b9363

Please sign in to comment.