Shin'ya Ueoka
9db15b77ce
Install eslint 6.2.2
5 years ago
Shin'ya Ueoka
846324d0cc
Install typescript 3.5.3
5 years ago
Shin'ya Ueoka
5fa44bd302
Install @typescript-eslint/eslint-plugin and @typescript-eslint/parser
...
Expected that eslint-plugin does not depends on parser, but parser is
automatically installed on eslint-plugin 1.9.0. Install parser package
manually because it had been fixed on latest version.
370ac72968 (diff-d4da9abc179953bf1171e2846eb50b86)
5 years ago
Shin'ya Ueoka
e42ffea7a6
Update types
5 years ago
Shin'ya Ueoka
e67963037a
Update eslint-plugin-react
5 years ago
Shin'ya Ueoka
b6731553c6
Update ts-loader
5 years ago
Shin'ya Ueoka
0196577236
Update sinon
5 years ago
Shin'ya Ueoka
98b6ee76e1
Update karma, karma-firefox-launcher and karma-webpack
5 years ago
Shin'ya Ueoka
6fc181a5ad
Update mocha
5 years ago
Shin'ya Ueoka
c74311cc38
Update sinon
5 years ago
Shin'ya Ueoka
7238855d79
Update css-loader, sass-loader and style-loader
5 years ago
Shin'ya Ueoka
1493281836
Update tsyringe
5 years ago
Shin'ya Ueoka
7029996332
Update react and redux
5 years ago
Shin'ya Ueoka
c82ef00242
Update jszip
5 years ago
Shin'ya Ueoka
28f0ba0ba0
Update webpack and webpack-cli
5 years ago
Shin'ya UEOKA
81b8dae6c6
Update lanthan
5 years ago
Shin'ya Ueoka
cd549234b4
Add search engine e2e test
5 years ago
Shin'ya Ueoka
f479f33bd2
Update lanthan
5 years ago
Shin'ya Ueoka
ac93834ddc
Add option form page
5 years ago
Shin'ya Ueoka
6f4812ee06
Add e2e test to verify hot-reload of the settings
5 years ago
Shin'ya Ueoka
1bc96ed111
My first e2e test for option page
5 years ago
Shin'ya Ueoka
34bd084a4d
Open options page on banner click
5 years ago
Shin'ya Ueoka
07bcc15e7b
Add retries on e2e
5 years ago
Shin'ya Ueoka
7eca11e556
Make e2e tests more stabilized
5 years ago
Shin'ya Ueoka
e7ed84f757
Merge pull request #622 from ueokande/fallback-default-settings
...
Handle errors on loading settings
5 years ago
Shin'ya Ueoka
9b2b8f0608
Distinct notification IDs
5 years ago
Shin'ya Ueoka
7104f122f9
Merge pull request #621 from chocolateboy/tab-close-select-left
...
Add an option to close the current tab and select the tab to the left
5 years ago
chocolateboy
f65c068c67
tabs.close: rename selectLeft (boolean) -> select ("left" | "right")
...
before:
{
"type": "tabs.close",
"selectLeft": true | false // (default: false)
}
after:
{
"type": "tabs.close",
"select": "left" | "right" // (default: "right")
}
5 years ago
chocolateboy
c57089224e
remove officially unsupported versions from the compatibility section
5 years ago
chocolateboy
9a3e8f3237
tabs.close.right: rename `gd` -> `x$`
5 years ago
Shin'ya Ueoka
33a16b85e4
Handle errors on loading settings
...
The error on loading settings can occurs when the settings lose backward
compatibility on version up, or the saved date is broken. The error is
caught, then the script done fallback to default settings and notify it
to user.
5 years ago
chocolateboy
6605d3ea99
Add an option to close the current tab and select the tab to the left
...
Add an option to tabs.close to close the current tab
and select the tab to the left.
Bound to `D` by default, which replaces the tabs.close.right
command, which is rarely-used. [1]
The old `D` behavior has been moved to `gd`.
+ update the README and fix some lint errors
[1] https://tinyurl.com/y4mj7hjy
5 years ago
Shin'ya Ueoka
3db11041c5
🎉 Release 0.23
6 years ago
Shin'ya Ueoka
68673957ed
Merge pull request #596 from ueokande/qa-0.23
...
QA 0.23
6 years ago
Shin'ya Ueoka
698f905145
Save settings on switching a source
6 years ago
Shin'ya Ueoka
c8f54a899d
Fix form keys
6 years ago
Shin'ya Ueoka
37cd9d2f91
Set default engine and remain last engine on form settings
6 years ago
Shin'ya Ueoka
3686bbbabf
Fix test case
6 years ago
Shin'ya Ueoka
ff85797ffc
Fix settings parsing
6 years ago
Shin'ya Ueoka
a603c72055
Fix QA.md
6 years ago
Shin'ya Ueoka
cf14262b3a
Automate hintchars property test
6 years ago
Shin'ya UEOKA
93f9e8219e
Prepare target='_blank'
6 years ago
Shin'ya UEOKA
728b0cb35f
Fix completion order
6 years ago
Shin'ya Ueoka
462c67d113
npm audit fix
6 years ago
Shin'ya Ueoka
ca82b9c921
Bump webpack-cli to 3.3.2
6 years ago
Shin'ya Ueoka
1ee39a31d9
Bump webpack to 4.32.2
6 years ago
Shin'ya Ueoka
ebc6312b96
Bump webextensions-api-fake to 0.8.0
6 years ago
Shin'ya Ueoka
09d3a40d1a
Bump eslint-plugin-react to 7.13.0
6 years ago
Shin'ya Ueoka
5b61fd1b7e
Update @types packages
6 years ago
Shin'ya Ueoka
aea17a52d6
Merge pull request #594 from ueokande/fix-duplicated-form
...
Fix duplicated form
6 years ago