fix #1816: old Chromium support, such as Android Edge

This commit is contained in:
antelle 2021-05-13 10:45:48 +02:00
parent 28d7dfeb67
commit 4fb25451a2
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,8 @@
}],
"@babel/plugin-proposal-optional-catch-binding",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-logical-assignment-operators",
"@babel/plugin-external-helpers"
]
}

2
package-lock.json generated
View File

@ -5,7 +5,7 @@
"requires": true,
"packages": {
"": {
"version": "1.18.3",
"version": "1.18.4",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.14.0",

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.18.5 (TBD)
`-` fix #1816: old Chromium support, such as Android Edge
##### v1.18.4 (2021-05-12)
`+` #1814: option to disable auto-type title filter by default
`-` #1808: restore KeeWeb from system tray on extension request