Skip to content

Releases: abramenal/cypress-file-upload

v3.0.6

31 Mar 14:55
Compare
Choose a tag to compare

#48 Add support for different file encodings (like ASCII) with auto-detection or encoding property – before it was base64 by default
#39 Improve command logging – make it more user-friendly

Also added our new honored contributors who help submitting issues, commenting on features and suggesting various enhancements!

v3.0.5

27 Mar 17:36
Compare
Choose a tag to compare

#38 Add ability to enforce event triggering on subject HTML elements

v3.0.4

23 Mar 12:04
Compare
Choose a tag to compare

#28 Update example code and test, add view file name after select file and test it
#29 Fix select file in chrome 73

v3.0.3

17 Mar 12:36
Compare
Choose a tag to compare

#26 Update node engine version to reflect cypress' setting
0ca6899 462b9cb 2b81f48 Docs update
896dda3 Dependencies update

v3.0.2

13 Mar 20:08
Compare
Choose a tag to compare

2a1e8c8 Ignore redundant files for npm publish

v3.0.1

13 Mar 20:06
Compare
Choose a tag to compare

Forgot to update bundle published to npm with latest v3.0.0 code changes 😸

v3.0.0

13 Mar 19:54
Compare
Choose a tag to compare

Contains breaking change, see README.md#API for details

#21 Make the command accept both single and multiple files @kmui2

v2.0.0

07 Mar 18:03
Compare
Choose a tag to compare

Contains breaking change, see README.md#API for details

#18 add support for plain HTML file input @km333

v1.0.4

25 Feb 16:07
Compare
Choose a tag to compare

#13 race condition fix; make the command then-able @oliverodaa

v1.0.3

12 Feb 14:15
Compare
Choose a tag to compare
  • #8 #10 add command usage example
  • #7 #9 #11 improve documentation