Skip to content

Releases: abramenal/cypress-file-upload

v6.0.0-beta.0

14 Nov 17:02
9dfc704
Compare
Choose a tag to compare
v6.0.0-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.8...v6.0.0-beta.0

v5.0.8

21 Jun 07:41
Compare
Choose a tag to compare

#306 remove cypress types reference to avoid bloating global scope (shout out to @jtneal)

v5.0.7

21 Jun 07:40
Compare
Choose a tag to compare

#302 replace Node.js modules with own implementation to avoid issues with code bundlers

v5.0.6

15 Apr 08:01
Compare
Choose a tag to compare

#294 fix drag-n-drop upload in Firefox (shoutout to @michaeljaltamirano again 🔥)
#296 run Firefox browser tests on CI (it was missing for a while)
fe5265b run CI jobs on every commit into main

v5.0.5

08 Apr 22:02
Compare
Choose a tag to compare

#290 Remove "change" from drag-n-drop events (shoutout to @michaeljaltamirano)

v5.0.4

06 Apr 18:55
Compare
Choose a tag to compare

#285 Fix build configuration to properly load external dependencies

v5.0.3

20 Mar 19:48
Compare
Choose a tag to compare

#278 allow setting "lastModified" property

v5.0.2

22 Jan 12:43
Compare
Choose a tag to compare

#265 Do not preserve existing files.

This was fixed in v5.0.1, but incorrect artifact was deployed to npm.

v5.0.1

20 Jan 22:20
Compare
Choose a tag to compare

#265 Do not preserve existing files.

This functionality was making sense when doing chaining calls, but now it is redundant. More than that, it is different from user may experience when doing same actions manually.

v5.0.0

17 Jan 12:35
822ad73
Compare
Choose a tag to compare

BREAKING: multiple file upload is now available via array of fixtures – chaining calls are not supported anymore (#251)
Massive documentation upgrade: #228 #229 #235 #246 #253 #254 #256 #257
Dependencies upgrade: #255
Switch to Github actions: #248

Shout out to @adrienjoly @zephraph @jethas-bennettjones @andrico1234 @paulblyth 🥂 🔥