Skip to content

Commit

Permalink
Merge branch 'develop' into tgriesser/fix/3975-redirect-bug
Browse files Browse the repository at this point in the history
* develop: (49 commits)
  fix: `cy.type()` should not change the value attr of button-like inputs. (#16154)
  fix: properly detect `cy.intercept(url, routeMatcher, handler)` overload (#16167)
  fix: consider multiple routes when looking for aliases (#16180)
  fix: pass contextIsolation: true (#16165)
  chore: fix failing "should handle aborted requests" test (#16170)
  feat(issue-3741): added keyboard support for folder (#15648)
  fix(webpack-dev-server): remove hard dependency on html-webpack-plugin v4  (#16108)
  chore(deps): downgrade electron to v12.0.0-beta.14 (#16113)
  fix: accept absolute paths in vite dev server (#16148)
  fix: cy.then shows wrong type when collection of HTMLElement's is provided (#15869)
  fix: do not treat utf8 requests as binary (#15946)
  chore: fix types
  docs: fix broken links for @cypress/react example recipes (#15674)
  update circle yml
  ignore undefined beforeEach
  fix: make vite-dev-server work on windows (#16103)
  chore: add triple slash reference
  chore: remove conflicting types
  chore: rebuild yarn lock
  resolve conflicts in master(fe0b63c) and develop
  ...
  • Loading branch information
tgriesser committed Apr 26, 2021
2 parents 7609f85 + d2dfc30 commit 88b2589
Show file tree
Hide file tree
Showing 180 changed files with 5,206 additions and 2,797 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,6 @@ $RECYCLE.BIN/

/npm/react/bin/*
# End of https://www.gitignore.io/api/osx,git,node,windows,intellij,linux

# Circle cache artifacts
globbed_node_modules

0 comments on commit 88b2589

Please sign in to comment.