Skip to content

Releases: UgnisSoftware/react-spreadsheet-import

v4.6.1

18 Dec 18:50
Compare
Choose a tag to compare
Uncategorized
  • Fix modal not closing after submit

v4.6.0

18 Dec 11:10
Compare
Choose a tag to compare

🚀 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
Choose a tag to compare

🚀 Features

  • Back button navigation (thank you @audi2014)
    • PR: #220
    • Can be enabled with prop isNavigationEnabled
Uncategorized
  • Feat/navigation

v4.4.1

10 Nov 10:25
Compare
Choose a tag to compare

🐛 Fixes

  • Fix mobile viewport size calculation

v4.4.0

09 Nov 12:12
Compare
Choose a tag to compare

🚀 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
Choose a tag to compare

🚀 Features

  • Allow row and table hooks to be async.
  • Fix rowHook running on multiple rows.
    • PR: #212 (thanks @trevorloflint)

📦 Dependencies

  • Update vulnerable packages
Uncategorized
  • Validation hooks fixes

v4.2.1

19 Oct 15:59
Compare
Choose a tag to compare

🐛 Fixes

  • Fix close button disappearing on scroll
Uncategorized

v4.2.0

19 Oct 14:06
Compare
Choose a tag to compare

🐛 Fixes

  • Fix safari not displaying table
Uncategorized

v4.1.3

14 Sep 13:22
Compare
Choose a tag to compare
  • no changes

v3.1.2

14 Sep 13:16
Compare
Choose a tag to compare
  • no changes