Releases: UgnisSoftware/react-spreadsheet-import
Releases · UgnisSoftware/react-spreadsheet-import
v4.7.1
Compare
Sorry, something went wrong.
No results found
v4.7.0
Compare
Sorry, something went wrong.
No results found
Uncategorized
Fix SVG not accepting rem values
Remove defaultProps usage
v4.6.1
Compare
Sorry, something went wrong.
No results found
Uncategorized
Fix modal not closing after submit
v4.6.0
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
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
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Fix mobile viewport size calculation
v4.4.0
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
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
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Fix close button disappearing on scroll
Uncategorized
v4.2.0
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Fix safari not displaying table
Uncategorized