Releases: UgnisSoftware/react-spreadsheet-import
Releases · UgnisSoftware/react-spreadsheet-import
v4.7.1
23 Aug 08:22
Compare
Sorry, something went wrong.
No results found
v4.7.0
30 Jul 13:41
Compare
Sorry, something went wrong.
No results found
Uncategorized
Fix SVG not accepting rem values
Remove defaultProps usage
v4.6.1
18 Dec 18:50
Compare
Sorry, something went wrong.
No results found
Uncategorized
Fix modal not closing after submit
v4.6.0
18 Dec 11:10
Compare
Sorry, something went wrong.
No results found
🚀 Features
Allow onSubmit to return Promise:
Returning an error in the promise will show error message in a toast and will not close the modal.
PR: #233
Uncategorized
v4.5.0
27 Nov 14:37
Compare
Sorry, something went wrong.
No results found
🚀 Features
Back button navigation (thank you @audi2014 )
PR: #220
Can be enabled with prop isNavigationEnabled
Uncategorized
v4.4.1
10 Nov 10:25
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Fix mobile viewport size calculation
v4.4.0
09 Nov 12:12
Compare
Sorry, something went wrong.
No results found
🚀 Features
Automatch select values
To enable the select value automatching pass in prop autoMapSelectValues={true} - this will be set to true by default in the next major release.
PR: #216
Uncategorized
Auto Select values (Column with select fields)
v4.3.0
03 Nov 16:09
Compare
Sorry, something went wrong.
No results found
🚀 Features
Allow row and table hooks to be async.
Fix rowHook running on multiple rows.
PR: #212 (thanks @trevorloflint)
📦 Dependencies
Update vulnerable packages
Uncategorized
v4.2.1
19 Oct 15:59
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Fix close button disappearing on scroll
Uncategorized
v4.2.0
19 Oct 14:06
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Fix safari not displaying table
Uncategorized