Skip to content

Commit

Permalink
Update autofill to 16.2.1 (#5632)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1209376474235068/1209376474235068
Autofill Release:
https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/16.2.1


## Description
Updates Autofill to version
[16.2.1](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/16.2.1).

### Autofill 16.2.1 release notes
## What's Changed
* Update password-related json files (2025-01-31) by @daxmobile in
duckduckgo/duckduckgo-autofill#750
* [Logging] Add debug logs for recategorization by @dbajpeyi in
duckduckgo/duckduckgo-autofill#753
* [Formatters] re-add partial save logic behind a feature toggle by
@dbajpeyi in duckduckgo/duckduckgo-autofill#757


**Full Changelog**:
duckduckgo/duckduckgo-autofill@16.2.0...16.2.1

## 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 <3018923+dbajpeyi@users.noreply.github.com>
Co-authored-by: Craig Russell <1336281+CDRussell@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent a3385c8 commit 637202a
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appId: com.duckduckgo.mobile.android
name: "Autofill: Will backfill username in a multi-step registration form with a manually entered password"
tags:
- x
- autofillBackfillingUsername
---
# Pre-requisite: Requires app be built with -Pautofill-disable-auth-requirement flag to disable auth requirement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ tags:

- runFlow: ../../shared/pre_onboarding.yaml

# manually add a credential
- runFlow: ../steps/manually_add_existing_credential.yaml

# get to autofill login form
- tapOn:
text: "search or type URL"
id: "com.duckduckgo.mobile.android:id/omnibarTextInput"
- inputText: "https://autofill.me/form/login-simple"
- pressKey: Enter
- runFlow: ../steps/decline_autofill_prompt.yaml
Expand Down
72 changes: 60 additions & 12 deletions node_modules/@duckduckgo/autofill/dist/autofill-debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 60 additions & 12 deletions node_modules/@duckduckgo/autofill/dist/autofill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions node_modules/@duckduckgo/autofill/dist/shared-credentials.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@duckduckgo/autoconsent": "^12.9.0",
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#16.2.0",
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#16.2.1",
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#7.17.0",
"@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#8.1.0",
"@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1738159777"
Expand Down

0 comments on commit 637202a

Please sign in to comment.