@@ -259,7 +259,7 @@ _Released 02/2/2023_
259
259
260
260
- Fixed a regression introduced in Cypress [12.5.0](#12-5-0) where the
261
261
`runnable` was not included in the
262
- [`test:after:run`](/api/events /catalog-of-events) event. Fixes
262
+ [`test:after:run`](/api/cypress-api /catalog-of-events) event. Fixes
263
263
[#25663](https://github.com/cypress-io/cypress/issues/25663).
264
264
265
265
**Dependency Updates:**
@@ -5638,7 +5638,7 @@ _Released 6/8/2020_
5638
5638
- utf-8 characters now properly display within error code frames. Fixes
5639
5639
[#7507](https://github.com/cypress-io/cypress/issues/7507).
5640
5640
- Errors thrown in a
5641
- [`cy.on('fail', fn)`](/api/events /catalog-of-events#Cypress-Events) fail
5641
+ [`cy.on('fail', fn)`](/api/cypress-api /catalog-of-events#Cypress-Events) fail
5642
5642
handler now display a stack trace and code frame pointing to the origin of the
5643
5643
error. Fixes [#7512](https://github.com/cypress-io/cypress/issues/7512).
5644
5644
- [.click()](/api/commands/click) now properly clicks on wrapped inline elements
@@ -6584,7 +6584,8 @@ _Released 01/10/2020_
6584
6584
[#5625](https://github.com/cypress-io/cypress/issues/5625).
6585
6585
- We now capture GitLab CI's `CI_JOB_NAME` environment variable. Addressed in
6586
6586
[#6111](https://github.com/cypress-io/cypress/pull/6111).
6587
- - Types for [event emitters](/api/events/catalog-of-events#Binding-to-Events)
6587
+ - Types for
6588
+ [event emitters](/api/cypress-api/catalog-of-events#Binding-to-Events)
6588
6589
`removeListener` and `removeAllListeners` have been added to `Cypress` and
6589
6590
`cy`. Addresses [#5228](https://github.com/cypress-io/cypress/issues/5228).
6590
6591
- Types for the `runUrl` property returned from `cypress.run()` has been added.
@@ -6941,7 +6942,7 @@ _Released 10/31/2019_
6941
6942
[#5431](https://github.com/cypress-io/cypress/issues/5431).
6942
6943
- We fixed a bug where certain types of uncaught errors originating from the
6943
6944
application under test would not route through the
6944
- [uncaught:exception](/api/events /catalog-of-events#Uncaught-Exceptions)
6945
+ [uncaught:exception](/api/cypress-api /catalog-of-events#Uncaught-Exceptions)
6945
6946
handler, and thus could not caught and ignored. These errors will also now
6946
6947
correctly indicate that they came from application code. Fixes
6947
6948
[#987](https://github.com/cypress-io/cypress/issues/987).
@@ -10070,7 +10071,7 @@ _Released 10/13/2017_
10070
10071
10071
10072
**Documentation Changes:**
10072
10073
10073
- - [Added examples for "Catalog of Events"](/api/events /catalog-of-events)
10074
+ - [Added examples for "Catalog of Events"](/api/cypress-api /catalog-of-events)
10074
10075
- [Added](/ Updated FAQ for "Using Cypress"' using-cypress-faq)
10075
10076
10076
10077
## 1.0.1
@@ -10394,8 +10395,8 @@ _Released 09/10/2017_
10394
10395
- We removed an artificial delay that was being set in between commands. This
10395
10396
means test commands now run faster.
10396
10397
- You can now
10397
- [disable Cypress global exception handlers](/api/events /catalog-of-events) for
10398
- your application. Fixes
10398
+ [disable Cypress global exception handlers](/api/cypress-api /catalog-of-events)
10399
+ for your application. Fixes
10399
10400
[#254](https://github.com/cypress-io/cypress/issues/254)
10400
10401
- Uncaught errors appearing in your spec files or support files are now properly
10401
10402
caught, have the right exit code, and display correctly. Fixes
@@ -10420,10 +10421,11 @@ _Released 09/10/2017_
10420
10421
automatic screenshot errors.
10421
10422
- Using mocha's async `done` callback now works properly.
10422
10423
- You can now programmatically
10423
- [intercept and potentially turn off uncaught application errors](/api/events /catalog-of-events)
10424
+ [intercept and potentially turn off uncaught application errors](/api/cypress-api /catalog-of-events)
10424
10425
from failing your tests.
10425
10426
- You can now programmatically control whether you accept or cancel
10426
- [window.confirm()](/api/events/catalog-of-events) calls from your application.
10427
+ [window.confirm()](/api/cypress-api/catalog-of-events) calls from your
10428
+ application.
10427
10429
10428
10430
**Dependencies:**
10429
10431
@@ -10626,7 +10628,7 @@ _Released 09/10/2017_
10626
10628
10627
10629
Note: we are still updating all of the docs to reflect all the 0.20.0 changes.
10628
10630
10629
- - [New "Catalog of Events"](/api/events /catalog-of-events)
10631
+ - [New "Catalog of Events"](/api/cypress-api /catalog-of-events)
10630
10632
- [New "Cypress.Commands"](/api/cypress-api/custom-commands)
10631
10633
- [New "Cypress.log"](/api/cypress-api/cypress-log)
10632
10634
- [New ".trigger()"](/api/commands/trigger)
0 commit comments