Releases: UgnisSoftware/react-spreadsheet-import
Releases · UgnisSoftware/react-spreadsheet-import
v4.7.0
Uncategorized
- Fix SVG not accepting rem values
- Remove defaultProps usage
v4.6.1
Uncategorized
- Fix modal not closing after submit
v4.6.0
🚀 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
🚀 Features
- Back button navigation (thank you @audi2014)
- PR: #220
- Can be enabled with prop
isNavigationEnabled
Uncategorized
v4.4.1
🐛 Fixes
- Fix mobile viewport size calculation
v4.4.0
🚀 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
🚀 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
🐛 Fixes
- Fix close button disappearing on scroll
Uncategorized
v4.2.0
🐛 Fixes
- Fix safari not displaying table
Uncategorized