-
Notifications
You must be signed in to change notification settings - Fork 24
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
v0.6.0 #561
Merged
Merged
v0.6.0 #561
Conversation
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
* Add new permission for scripting * Remove catch console log from quick links * Make LibraryData type more generic * Refactor core * Create new library detection component and refactor code * Add more libaries and refactor gis and gsi libraries * Add libraries to config * Update types * Refactor util exports * Refactor worker * Get createContext and useContextSelector from use-context-selector as currently being done in main
* fix: make context scrollable without breaking toastmessage * Add PSAT version and make copying as markdown text * ref: improve toast message UI across container sizes * test: add test for copying
* ref: convert allowed list hook to context provider * ref: use allowed list context provider instead of hook and update paths
* Fix condition of the settings being shown. * Fix domain derivation for cookies which dont have domain. * Port to cookieStore API. * Fix the issue of wrong firstParty and thirdParty. * Fix domain derivation issues. * Fix error of extension page. * Fix ? issue for js cookies. * Revert some changes. * Fix TS error. * Remove listener when panel is hidden. * Fix feedbacks * Fetch cookie when devtools is shown again. * Use console.log instead of console.warn.
* Show orphaned and unmapped cookie in frames by matching the domain or show in top frame. * Modify logic for orphaned cookies. * feat: add Orphaned cookie column * Add column for unmapped cookie. * feat: add key to allow default hiding of columns * Add unmapped orphaned cookie column. * Fix cell values. * Fix sidebar listing of cookies * Fix inconsstency in CDP state. * Fix misplaced cookie. * clear chrome local storage on update. * Move clear storage at start. * Add title to span instead of infoIcon. * fix: add null for hiddenKeys for calculating default values only for first render --------- Co-authored-by: Mayank Rana <mayankranax1@gmail.com>
* Get query params for updating settings * Fix enabling CDP after opening from the URL. * Fix CDP changing state without reopening the DevTools. * Explicitly check on param * Add test for getQueryParams --------- Co-authored-by: Amoghavarsha Kudaligi <kgamoghavarsha@gmail.com>
…reate a new column for it (#557) * fix: Highlighting logic and cookie details text * fix: remove messaging from cookie details panel * ref:refactor undetermined status calculation * ref:skip calculation of blocking status
mayan-000
approved these changes
Mar 14, 2024
…560) * Open all example.com URLs with CDP and multitab on * Modify url for the launcher script. * Modify url for the launcher script for windows. * Modify url for the launcher script for windows. * Modify url for the launcher script for windows for all launchers * Add space. --------- Co-authored-by: Amoghavarsha Kudaligi <kgamoghavarsha@gmail.com>
amovar18
approved these changes
Mar 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ayushnirwal
approved these changes
Mar 14, 2024
#562) * Add listeners to stop when error occurs in top frame. * Update text message --------- Co-authored-by: sayedtaqui <sayedwp@gmail.com>
mohdsayed
force-pushed
the
release/0.6.0
branch
from
March 15, 2024 12:03
4b69e71
to
23994a8
Compare
* Normalise cookie key before using it. * Fix failing tests. * Fix cookie badgeText update.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changelog
Extension
cookieStore
API to fetch JS cookies. Feature: UsecookieStore
API to fetch JS cookies. #550CLI
Others
extension-v0.6.0.zip