-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(query_params): add device query-parameter
- Add support for the `device` parameter in BrowserQueryParams class to simulate specific device behaviors. - Deprecate explicit `viewport-width`, `viewport-height`, `screen-width`, and `screen-height` in favor of using the `device` parameter. BREAKING CHANGE: Default values for `viewport-width`, `viewport-height`, `screen-width`, and `screen-height` have been removed. Users should now use the `device` parameter to specify device-specific behaviors.
- Loading branch information
Showing
10 changed files
with
1,658 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.