Releases: UgnisSoftware/react-spreadsheet-import
Releases · UgnisSoftware/react-spreadsheet-import
v2.0.0
🚨 Breaking change
initialHook
was renamed tomatchColumnsStepHook
to keep consistency with the new hooks
🛠️ New features
- added
uploadStepHook
andselectHeaderStepHook
hooks
🐛 Fixes
- Fix table styles in uploadStep
- PR: #0
- Fix fade effect in safari and firefox
- PR: #0
- Fix UGN-330 add documentation for new hooks
- PR: #0
- Fix README formatting
- PR: #0
- Fix README formatting
- PR: #0
💬 Other
- Merge pull request #87 from UgnisSoftware/UGN-328
- PR: #0
- Merge pull request #92 from UgnisSoftware/UGN-346
- PR: #0
- Merge pull request #95 from UgnisSoftware/UGN-300
- PR: #0
- Added wrappers to enable firefox/safari showing headers and validation steps
- PR: #0
- Merge pull request #96 from jtordgeman/master
- PR: #0
- Merge pull request #97 from jtordgeman/fix-firefox_not_showing_modal_tables
- PR: #0
- Merge pull request #98 from UgnisSoftware/jtordgeman
- PR: #0
- Merge pull request #99 from UgnisSoftware/UGN-330
- PR: #0
Uncategorized
- feat UGN-328 UGN-331 - add hooks to each step, make them async, add loading states
- PR: #0
- feat UGN-328 - rename validationStepHook to matchColumnsStepHook
- PR: #0
- bug UGN-346 - add missing useCallback dependency
- PR: #0
- Refactor UGN-300 Add eslint
- PR: #0
- Refactor UGN-300 Add eslint for hooks
- PR: #0
- Refactor UGN-300 Run lint on PRs
- PR: #0
- Refactor UGN-300 use LF line end
- PR: #0
- replaced crypto with uuid
- PR: #0
- Refactor Remove crypto polyfill
- PR: #0
- Refactor Update packagelock
- PR: #0
- 2.0.0
- PR: #0
v1.0.8
💬 Other
- Merge remote-tracking branch 'origin/master'
- PR: #0
Uncategorized
- Update README.md
- PR: #0
- Update packages
- PR: #0
- 1.0.8
- PR: #0
v1.0.7
v1.0.6
🐛 Fixes
- Fix UGN-318 fix indexes messing up after delete
- PR: #0
- Fix UGN-318 find inxed by __index
- PR: #0
- Fix UGN-318 make index uuid instead of number
- PR: #0
💬 Other
- chore UGN-280 - update readme
- PR: #0
- chore UGN-280 - edit readme
- PR: #0
- Merge pull request #86 from UgnisSoftware/UGN-318
- PR: #0
Uncategorized
- Update storybook.yaml
- PR: #0
- Update storybook.yaml
- PR: #0
- Update storybook.yaml
- PR: #0
- Update README.md
- PR: #0
- Update README.md
- PR: #0
- Add crypto to jsdom
- PR: #0
- Add test for changing row after previous rows were deleted
- PR: #0
- 1.0.6
- PR: #0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
🐛 Fixes
- Fix UGN-281 Make dropdown above scrollbar
- PR: #0
- fix UGN-283 - fix select dropdown not dissappearing on scroll
- PR: #0
- Fix react-select tests
- PR: #0
💬 Other
- Merge pull request #77 from UgnisSoftware/UGN-282
- PR: #0
- Merge pull request #79 from UgnisSoftware/UGN-283
- PR: #0
- Merge branch 'master' into UGN-281
- PR: #0
- Merge pull request #78 from UgnisSoftware/UGN-281
- PR: #0
Uncategorized
- bug UGN-282 - fixed switch label alignment, fixed validation step heading theming
- PR: #0
- Update README.md
- PR: #0
- 1.0.2
- PR: #0
v1.0.1
🚀 Features
- Feature Add commonjs bundle
- PR: #0
🐛 Fixes
- Fix badge in README
- PR: #0
💬 Other
- chore UGN-279 - update modules
- PR: #0
- Merge pull request #76 from UgnisSoftware/UGN-279
- PR: #0
Uncategorized
- Add link to npm
- PR: #0
- Add link to npm
- PR: #0
- Add link to demo
- PR: #0
- Add types to npm
- PR: #0
- 1.0.1
- PR: #0
v1.0.0
🚀 Features
- feature UGN-200 - added overlay
- PR: #0
- feature UGN-201 - added card style to modal
- PR: #0
- feature UGN-213 improve validations
- PR: #0
- feature UGN-218 - set up css grid template for ColumnMatch component
- PR: #0
- feature UGN-218 - add keys to react nodes
- PR: #0
- Feature UGN-214 - add hooks
- PR: #0
- Feature UGN-225 remove number column
- PR: #0
- Feature UGN-209 display tooltips with error messages
- PR: #0
- Feature UGN-227 Select header table
- PR: #0
- Feature UGN-233 align tables with figma
- PR: #0
- Feature UGN-238 integrate select header step
- PR: #0
- Feature UGN-229 show warning modal after clicking close
- PR: #0
- Feature UGN-236 use css.gg icons
- PR: #0
- Feature UGN-240 upload step example table
- PR: #0
- Feature UGN-242 added delete and filter buttons to validation step
- PR: #0
- Feature UGN-241 tooltips in tables that show descriptions
- PR: #0
- Feature UGN-251 send correct data to onSubmit
- PR: #0
- Feature UGN-252 show alert when submitting with errors
- PR: #0
- Feature UGN-254 return Meta information in onSubmit's all
- PR: #0
- Feature UGN-256 filtering by errors should not include warnings and info
- PR: #0
- Feature UGN-262 move all text constants into configurable prop
- PR: #0
- Feature UGN-263 use react-select
- PR: #0
- Feature UGN-264 add translations to alerts
- PR: #0
- Feature UGN-260 Validation step tests
- PR: #0
- Feature UGN-239 update README
- PR: #0
- Feature UGN-239 update README
- PR: #0
- Feature UGN-269 move table styles into global theme
- PR: #0
- Feature UGN-271 deploy storybook
- PR: #0
- Feature UGN-265 improve validation tests
- PR: #0
- Feature UGN-276 throw error if no fields were provided
- PR: #0
- Feature UGN-268 truncate text everywhere
- PR: #0
🐛 Fixes
- fix - git action that runs ts
- PR: #0
- fix UGN-218 - fix types
- PR: #0
- Fix merging errors
- PR: #0
- Fix merge error
- PR: #0
- Fix simplify
- PR: #0
- Fix TS error
- PR: #0
- Fix story
- PR: #0
- Fix css to remove height hacks
- PR: #0
- Fix on continue in match header step
- PR: #0
- Fix stories
- PR: #0
- Fix types in verification step
- PR: #0
- Fix title
- PR: #0
- Fix UGN-267 fix subselect in column matching
- PR: #0
- Fix ts error
- PR: #0
- Fix UGN-275 missing dropdown border
- PR: #0
- Fix storybook action
- PR: #0
- Fix table select styles
- PR: #0
- Fix UGN-278 too deep TS recursion
- PR: #0
- Fix test
- PR: #0
💬 Other
- Merge pull request #4 from UgnisSoftware/UGN-198
- PR: #0
- Merge pull request #5 from UgnisSoftware/UGN-200
- PR: #0
- Merge pull request #6 from UgnisSoftware/UGN-201
- PR: #0
- Merge pull request #7 from UgnisSoftware/UGN-202
- PR: #0
- Merge branch 'master' into UGN-203
- PR: #0
- Merge pull request #8 from UgnisSoftware/UGN-203
- PR: #0
- Merge pull request #9 from UgnisSoftware/UGN-204
- PR: #0
- Merge pull request #10 from UgnisSoftware/UGN-208
- PR: #0
- Merge branch 'master' into UGN-205
- PR: #0
- Merge pull request #11 from UgnisSoftware/UGN-205
- PR: #0
- Merge pull request #12 from UgnisSoftware/UGN-210
- PR: #0
- Merge branch 'master' into UGN-206
- PR: #0
- Merge pull request #13 from UgnisSoftware/UGN-206
- PR: #0
- Merge pull request #14 from UgnisSoftware/UGN-216
- PR: #0
- Merge pull request #15 from UgnisSoftware/UGN-207
- PR: #0
- Merge branch 'master' into UGN-213
- PR: #0
- Merge pull request #17 from UgnisSoftware/UGN-218
- PR: #0
- Merge pull request #16 from UgnisSoftware/UGN-213
- PR: #0
- Merge pull request #18 from UgnisSoftware/UGN-226
- PR: #0
- Merge branch 'master' into UGN-219
- PR: #0
- Merge pull request #19 from UgnisSoftware/UGN-219
- PR: #0
- Merge pull request #20 from UgnisSoftware/UGN-214
- PR: #0
- Merge pull request #21 from UgnisSoftware/UGN-225
- PR: #0
- Merge pull request #22 from UgnisSoftware/UGN-234
- PR: #0
- Merge pull request #23 from UgnisSoftware/UGN-209
- PR: #0
- Merge pull request #24 from UgnisSoftware/UGN-227
- PR: #0
- Merge branch 'master' into UGN-221
- PR: #0
- Merge pull request #25 from UgnisSoftware/UGN-221
- PR: #0
- Merge pull request #26 from UgnisSoftware/UGN-233
- PR: #0
- Merge pull request #27 from UgnisSoftware/UGN-220
- PR: #0
- Merge pull request #29 from UgnisSoftware/UGN-229
- PR: #0
- Merge pull request #28 from UgnisSoftware/UGN-238
- PR: #0
- Merge pull request #30 from UgnisSoftware/UGN-236
- PR: #0
- Merge pull request #31 from UgnisSoftware/UGN-237
- PR: #0
- Merge branch 'master' into UGN-222
- PR: #0
- Merge pull request #32 from UgnisSoftware/UGN-240
- PR: #0
- Merge branch 'master' into UGN-222
- PR: #0
- Merge branch 'UGN-245' into UGN-222
- PR: #0
- Merge pull request #33 from UgnisSoftware/UGN-222
- PR: #0
- Merge pull request #35 from UgnisSoftware/UGN-222.2
- PR: #0
- Merge pull request #36 from UgnisSoftware/UGN-242
- PR: #0
- Merge pull request #37 from UgnisSoftware/UGN-244
- PR: #0
- Merge branch 'master' into UGN-235
- PR: #0
- Merge pull request #38 from UgnisSoftware/UGN-235
- PR: #0
- Merge pull request #39 from UgnisSoftware/UGN-253
- PR: #0
- Merge pull request #40 from UgnisSoftware/UGN-241
- PR: #0
- Merge pull request #41 from UgnisSoftware/UGN-251
- PR: #0
- Merge pull request #42 from UgnisSoftware/UGN-252
- PR: #0
- Merge pull request #43 from UgnisSoftware/UGN-254
- PR: #0
- chore (UGN-224) - fix typescript errors
- PR: #0
- Merge pull request #44 from UgnisSoftware/UGN-224
- PR: #0
- Merge pull request #45 from UgnisSoftware/UGN-246
- PR: #0
- Merge pull request #46 from UgnisSoftware/UGN-256
- PR: #0
- Merge pull request #47 from UgnisSoftware/UGN-262
- PR: #0
- Merge pull request #48 from UgnisSoftware/UGN-250
- PR: #0
- Merge pull request #49 from UgnisSoftware/UGN-263
- PR: #0
- Merge pull request #50 from UgnisSoftware/UGN-255
- PR: #0
- Merge pull request #51 from UgnisSoftware/UGN-247
- PR: #0
- Merge pull request #52 from UgnisSoftware/UGN-257
- PR: #0
- Merge pull request #53 from UgnisSoftware/UGN-258
- PR: #0
- Merge pull request #54 from UgnisSoftware/UGN-259
- PR: #0
- Merge pull request #55 from UgnisSoftware/UGN-261
- PR: #0
- Merge branch 'master' into UGN-231
- PR: #0
- Merge pull request #56 from UgnisSoftware/UGN-231
- PR: #0
- Merge branch 'master' into UGN-264
- PR: #0
- Merge pull request #57 from UgnisSoftware/UGN-264
- PR: #0
- Merge branch 'master' into UGN-232
- PR: #0
- Merge pull request #58 from UgnisSoftware/UGN-232
- PR: #0
- Merge pull request #59 from UgnisSoftware/UGN-260
- PR: #0
- Merge pull request #60 from UgnisSoftware/UGN-239
- PR: #0
- Merge pull request #61 from UgnisSoftware/UGN-248
- PR: #0
- Merge pull request #62 from UgnisSoftware/UGN-248-1
- PR: #0
- Merge pull request #63 from UgnisSoftware/UGN-248-2
- PR: #0
- Merge pull request #64 from UgnisSoftware/UGN-267
- PR: #0
- Merge pull request #65 from UgnisSoftware/UGN-275
- PR: #0
- Merge pull request #66 from UgnisSoftware/UGN-269
- PR: #0
- Merge branch 'master' into UGN-248-4
- PR: #0
- Merge pull request #67 from UgnisSoftware/UGN-248-4
- PR: #0
- Merge pull request #68 from UgnisSoftware/UGN-271
- PR: #0
- Merge pull request #72 from UgnisSoftware/UGN-248-5
- PR: #0
- Merge pull request #70 from UgnisSoftware/UGN-276
- PR: #0
- Merge pull request #69 from UgnisSoftware/UGN-265
- PR: #0
- Merge branch 'master' into UGN-268
- PR: #0
- Merge pull request #71 from UgnisSoftware/UGN-268
- PR: #0
- Merge pull request #73 from UgnisSoftware/UGN-272
- PR: #0
- Merge pull request #74 from UgnisSoftware/UGN-277
- PR: #0
- Merge pull request #75 from UgnisSoftware/UGN-278
- PR: #0
Uncategorized
- UGN-198 - add docusaurus
- PR: #0
- feat UGN-202 - added stepper component
- PR: #0
- feat UGN-203 - implemented drop-zone
- PR: #0
- feat UGN-204 - cleanup, added dynamic title, context for config
- PR: #0
- Update packages
- PR: #0
- feat UGN-208 - setup table component
- PR: #0
- feat UGN-205 - added workbook sheet selection
- PR: #0
- feat UGN-205 - move check for multiple sheets from DropZone to UploadFlow
- PR: #0
- feat UGN-210 - add boolean / string / select components
- PR: #0
- feat UGN-206 - added continue button to select sheet screen
- PR: #0
- feat UGN-216 - allow selecting rows in table
- PR: #0
- feat UGN-207 - add loading state to DropZone
- PR: #0
- feat UGN-213 - add validations
- PR: #0
- refactor UGN-226 - remove lape, improve types, refactor table component
- PR: #0
- Rename field alternate matches
- PR: #0
- feat UGN-219 - added gradient to user's table example
- PR: #0
- Refactor UGN-234 move validation table into component and improve types
- PR: #0
- Refactor UGN-234 split validation table into separate files
- PR: #0
- Refactor UGN-227 remove unnecessary code
- PR: #0
- feat UGN-221 - add column matching
- PR: #0
- Remove unnecessary config
- PR: #0
- feat UGN-220 - added column ignoring and reverting functionality
- PR: #0
- Rename modals to alerts
- PR: #0
- Rename modals to alerts
- PR: #0
- Center dialog
- PR: #0
- Move text into constants
- PR: #0
- Change scroll to auto
- PR: #0
- Revert unnecessary change
- PR: #0
- Refactor UGN-237 change project structure
- PR: #0
- feat UGN-222 - [WIP] colum matching with fieldType === 'select'
- PR: #0
- feat UGN-222 - refactor grid into a separate component and remove unnecessary component - MatchColumnFields
- PR: #0
- feat UGN-222 - fix selects' styles
- PR: #0
- feat UGN-222 - manage type === 'select' column options matches
- PR: #0
- Refactor UGN-245 cleanup storybook, flow, and types
- PR: #0
- feat UGN-222 - fix ts er...