This repository was archived by the owner on Nov 6, 2024. It is now read-only.
[Snyk] Upgrade dialog-polyfill from 0.4.10 to 0.5.6 #1
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.
Snyk has created this PR to upgrade dialog-polyfill from 0.4.10 to 0.5.6.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: dialog-polyfill
-
0.5.6 - 2021-01-11
- Fixes a crash with Shadow DOM
- Fixes a crash with finding the form submitter in Safari
-
0.5.5 - 2021-01-07
-
0.5.4 - 2020-11-12
- Supports
- Handles
- Fixed TypeScript definitions
-
0.5.3 - 2020-08-11
- Fixes TypeScript definitions file issue. No code changes.
-
0.5.2 - 2020-08-04
- Better support for Shadow DOM
- Forwards
-
0.5.1 - 2020-04-10
- Adds basic support for a dialog inside Shadow DOM.
-
0.5.0 - 2019-03-11
-
0.4.10 - 2018-06-20
- Fixes an issue with IE block scoping of
from dialog-polyfill GitHub release notesformmethodto override/change<form method>, so e.g., a button could specifically forceformmethod="dialog"<form method="dialog">inside a Shadow Root (no longer submits the form as if it was a GET)mousedownandmouseupevents on backdropAs the polyfill doesn't insert its own CSS in either SD or regular cases, you'll need to add the CSS to the host.
Ships the polyfill as an ES Module.
The NPM-published release now contains both
dist/dialog-polyfill.js(as before) anddist/dialog-polyfill.esm.js, which includesexport default dialogPolyfill;. See #164 for more information.This is 0.5.0 because it could break previous users of the 0.4.x branch.
function.Commit messages
Package name: dialog-polyfill
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs