This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ page (1.7.1 → 1.11.3) · Repo · Changelog
Release Notes
1.11.3
Fixes a regression with options being passed into start()
1.11.2
Fixes a bad build that was created in 1.11.1
1.11.1
This is a patch release, fixing a bug with the page instance being configured twice when
page.create()
is used. Specials thanks to @jsnajdr for this bug fix. Pull request1.11.0
This is a minor release that adds the clickHandler property.
1.10.2
This is a patch release, fixing #501
1.10.1
This is a patch release, fixing an issue from when clicking a link from within a page with query parameters, and navigating to the same page (such as a hash). Previously the
querystring
was not included in the Context object. This fixes that.1.10.0
This is a minor release, adding the new
page.create()
API, for creating distinct page objects.Calling page.create(options) create a new page function that behaves just like the global page. It contains its own internal state, options, and event handlers. You can target the page to another window, like an iframe or a popup, if you want.
The main reason for adding this feature was to clean up or testing infrastructure. Numerous things had to be done in the past to make sure each test was cleanly in isolation. That stuff is no longer necessary now that we can just create a new page instance for each test.
1.9.0
This is a minor release, adding a new ES module bundle to the distributed package. This module is available as
page.mjs
. It contains one export, the default export which is the usual page object.Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands