Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge master into develop #15131

Merged
merged 19 commits into from Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
62b8561
chore: release @cypress/webpack-batteries-included-preprocessor-v2.1.5
semantic-release-bot Jan 27, 2021
5e05495
Merge branch 'develop'
flotwig Feb 1, 2021
c859dea
fix: Add autoEnd option to Cypress.Log Typescript definitions (#15076)
emilgoldsmith Feb 12, 2021
ecf37fb
Merge branch 'develop'
flotwig Feb 16, 2021
719c22b
chore: release @cypress/eslint-plugin-dev-v5.1.0
semantic-release-bot Feb 16, 2021
1b896d7
chore: release @cypress/react-v5.0.0
semantic-release-bot Feb 16, 2021
0812e2f
chore: release @cypress/vite-dev-server-v1.0.0
semantic-release-bot Feb 16, 2021
74d0571
chore: release @cypress/vue-v2.0.0
semantic-release-bot Feb 16, 2021
aead546
chore: release @cypress/webpack-dev-server-v1.0.0
semantic-release-bot Feb 16, 2021
39690ca
chore: release @cypress/webpack-preprocessor-v5.6.0
semantic-release-bot Feb 16, 2021
fb7540e
fix: add a trivial change to trigger semantic release (#15127)
lmiller1990 Feb 17, 2021
6fe97f7
chore: release @cypress/react-v5.0.0
semantic-release-bot Feb 17, 2021
3a6f3b1
fix: trigger semantic release (#15128)
panzarino Feb 17, 2021
370fe69
chore: release @cypress/react-v5.0.1
semantic-release-bot Feb 17, 2021
35841e3
chore: release @cypress/vite-dev-server-v1.0.1
semantic-release-bot Feb 17, 2021
7c831d7
chore: release @cypress/vue-v2.0.1
semantic-release-bot Feb 17, 2021
4aea5e4
chore: release @cypress/webpack-dev-server-v1.0.1
semantic-release-bot Feb 17, 2021
585649c
Merge branch 'develop' into master-merge-up
elevatebart Feb 17, 2021
de60d92
Merge branch 'develop' into master-merge-up
elevatebart Feb 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions npm/eslint-plugin-dev/CHANGELOG.md
@@ -1,3 +1,10 @@
# [@cypress/eslint-plugin-dev-v5.1.0](https://github.com/cypress-io/cypress/compare/@cypress/eslint-plugin-dev-v5.0.2...@cypress/eslint-plugin-dev-v5.1.0) (2021-02-16)


### Features

* component testing ([#14479](https://github.com/cypress-io/cypress/issues/14479)) ([af26fbe](https://github.com/cypress-io/cypress/commit/af26fbebe6bc609132013a0493a116cc78bb1bd4))

# [@cypress/eslint-plugin-dev-v5.0.2](https://github.com/cypress-io/cypress/compare/@cypress/eslint-plugin-dev-v5.0.1...@cypress/eslint-plugin-dev-v5.0.2) (2020-10-29)


Expand Down
49 changes: 49 additions & 0 deletions npm/react/CHANGELOG.md
@@ -1,3 +1,52 @@
# [@cypress/react-v5.0.1](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.0.0...@cypress/react-v5.0.1) (2021-02-17)


### Bug Fixes

* trigger semantic release ([#15128](https://github.com/cypress-io/cypress/issues/15128)) ([3a6f3b1](https://github.com/cypress-io/cypress/commit/3a6f3b1928277f7086062b1107f424e5a0247e00))

# [@cypress/react-v5.0.0](https://github.com/cypress-io/cypress/compare/@cypress/react-v4.16.4...@cypress/react-v5.0.0) (2021-02-17)


### Bug Fixes

* update dependencies of npm/react-vue ([#15095](https://github.com/cypress-io/cypress/issues/15095)) ([e028262](https://github.com/cypress-io/cypress/commit/e028262aed485865c4f40162c1f8102970ef91f8))
* **component-testing:** make content adjust to size of window ([#14876](https://github.com/cypress-io/cypress/issues/14876)) ([4cf3896](https://github.com/cypress-io/cypress/commit/4cf3896ecbb074831709f73f22768457fdaf5779))


### Features

* component testing ([#14479](https://github.com/cypress-io/cypress/issues/14479)) ([af26fbe](https://github.com/cypress-io/cypress/commit/af26fbebe6bc609132013a0493a116cc78bb1bd4))


### BREAKING CHANGES

* change of architecture for
component testing

Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>

# [@cypress/react-v5.0.0](https://github.com/cypress-io/cypress/compare/@cypress/react-v4.16.4...@cypress/react-v5.0.0) (2021-02-16)


### Bug Fixes

* update dependencies of npm/react-vue ([#15095](https://github.com/cypress-io/cypress/issues/15095)) ([e028262](https://github.com/cypress-io/cypress/commit/e028262aed485865c4f40162c1f8102970ef91f8))
* **component-testing:** make content adjust to size of window ([#14876](https://github.com/cypress-io/cypress/issues/14876)) ([4cf3896](https://github.com/cypress-io/cypress/commit/4cf3896ecbb074831709f73f22768457fdaf5779))


### Features

* component testing ([#14479](https://github.com/cypress-io/cypress/issues/14479)) ([af26fbe](https://github.com/cypress-io/cypress/commit/af26fbebe6bc609132013a0493a116cc78bb1bd4))


### BREAKING CHANGES

* change of architecture for
component testing

Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>

# [@cypress/react-v4.16.4](https://github.com/cypress-io/cypress/compare/@cypress/react-v4.16.3...@cypress/react-v4.16.4) (2021-01-27)


Expand Down