Skip to content

Commit f27a886

Browse files
daxmobiledbajpeyi
andauthored
Update autofill to 18.3.0 (#6580)
Task/Issue URL: https://app.asana.com/1/137249556945/task/1211053700302143 Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/18.3.0 ## Description Updates Autofill to version [18.3.0](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/18.3.0). ### Autofill 18.3.0 release notes ## What's Changed * [Form] Don't reset value, if the target input is non-ddg or unknown by @dbajpeyi in duckduckgo/duckduckgo-autofill#748 * add qobuz.com example and fix it's cardName skip issue by @borgateo in duckduckgo/duckduckgo-autofill#882 * [Matching] Tweak regex to match "access settings" string to login by @dbajpeyi in duckduckgo/duckduckgo-autofill#883 * Update password-related json files by @daxmobile in duckduckgo/duckduckgo-autofill#886 * Update password-related json files by @daxmobile in duckduckgo/duckduckgo-autofill#888 * [Scanner] Check if target is in shadow root for forced form by @dbajpeyi in duckduckgo/duckduckgo-autofill#885 * [Windows prompt] set auto height on windows by @dbajpeyi in duckduckgo/duckduckgo-autofill#893 * Update password-related json files by @daxmobile in duckduckgo/duckduckgo-autofill#894 * [Bundle size] GH Action for reporting bundle size by @dbajpeyi in duckduckgo/duckduckgo-autofill#896 **Full Changelog**: duckduckgo/duckduckgo-autofill@18.2.0...18.3.0 ## Steps to test This release has been tested during autofill development. For smoke test steps see [this task](https://app.asana.com/0/1198964220583541/1200583647142330/f). Co-authored-by: dbajpeyi <[email protected]>
1 parent cd5fc17 commit f27a886

File tree

6 files changed

+105
-39
lines changed

6 files changed

+105
-39
lines changed

node_modules/@duckduckgo/autofill/dist/autofill-debug.js

Lines changed: 43 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@duckduckgo/autofill/dist/autofill.css

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@duckduckgo/autofill/dist/autofill.js

Lines changed: 43 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@duckduckgo/autofill/dist/shared-credentials.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@duckduckgo/autoconsent": "^14.12.0",
17-
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#18.2.0",
17+
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#18.3.0",
1818
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#11.5.0",
1919
"@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#9.0.0",
2020
"@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1751029573"

0 commit comments

Comments
 (0)