Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v11.0.x #1166

Merged
merged 450 commits into from
Aug 22, 2024
Merged

v11.0.x #1166

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
450 commits
Select commit Hold shift + click to select a range
ca4a64f
package is now an es module, but scripts are still in cjs, rename for…
Xon Aug 7, 2024
7e822db
Disable google analytics on test page as it breaks puppeteer
Xon Aug 7, 2024
ce00695
Restore server.js for browser tests, but cutting out webpack parts
Xon Aug 7, 2024
c1f3e33
Update node/actions to for unit-tests
Xon Aug 7, 2024
e4a27ea
Move server.cjs to original location
Xon Aug 7, 2024
8bf2563
Fix unit tests not installing dependancies for vitest properly
Xon Aug 7, 2024
ec5ee23
Report the bundle size
Xon Aug 7, 2024
1e837c4
Remove bundle size check and remove the --ignore-scripts as it breaks…
Xon Aug 7, 2024
7f3f9f6
Ensure unit tests have a fresh-build
Xon Aug 7, 2024
f843f49
Attempt to fix puppeteer
Xon Aug 7, 2024
c2bca08
Missed dependency for coverage tool
Xon Aug 7, 2024
33876d3
Point cypress at it's config file
Xon Aug 7, 2024
49b5d7f
Remove references to npx & update cypress workflow a little
Xon Aug 7, 2024
a732aef
Fix cypress config file paths
Xon Aug 7, 2024
36acb70
Update browser test actions to supported variants
Xon Aug 7, 2024
d51ee0e
Attempt to fix puppeteer
Xon Aug 7, 2024
921276e
puppeteer's screenshot function behaves differently now
Xon Aug 7, 2024
9cba1d9
Use to.deep.equal for object comparisons
Xon Aug 7, 2024
7161382
Update cloneObject to handled undefined for tests
Xon Aug 7, 2024
7bce16d
Update various tests, and ensure the seed state can't be modified
Xon Aug 7, 2024
1dde6e0
Mock window.matchMedia for tests
Xon Aug 7, 2024
2c1d706
Update various tests to match changed functionality
Xon Aug 7, 2024
5101846
Update puppeteer snapshot
Xon Aug 7, 2024
299abf4
Fix search would suggest it can be disabled for multiple select mode.…
Xon Aug 7, 2024
d67b6e1
Harden methods which take an item/choice from being passed nothing
Xon Aug 7, 2024
c2c3abf
Update more tests due to internal data shape changes
Xon Aug 7, 2024
7135469
Cleanup cypress config
Xon Aug 7, 2024
0cbe0ac
Try for puppeteer again
Xon Aug 7, 2024
0818ec5
cypress expects the folder to contain something even if it isn't used
Xon Aug 7, 2024
fff5f05
Adjust puppeteer to wait longer & more reliable
Xon Aug 8, 2024
f6273d1
Refactor remove choice API and add tests
Xon Aug 8, 2024
8e1f995
Remove console.log statements, and minor code cleanup
Xon Aug 8, 2024
43a9cfb
Update highlightItem/unhighlightItem tests
Xon Aug 8, 2024
3c608d3
Compile JS files
Xon Aug 8, 2024
9db0c2e
Update addChoices unit test
Xon Aug 8, 2024
2446915
Disable bundlesize from attempting to upload for now
Xon Aug 8, 2024
2eb72a3
Adjust bundle size description
Xon Aug 8, 2024
d753698
Update to Fuse 7.0.0
Xon Aug 8, 2024
cdb9498
Remove old comments
Xon Aug 8, 2024
9108736
Support enabling/disable fuse via build feature flag in favor of a si…
Xon Aug 8, 2024
abbce74
Disable watch for js:build-dev commands
Xon Aug 8, 2024
b69303e
Generate bundles for fuse-full (choices.min.js, 20.36KB), fuse-basic…
Xon Aug 8, 2024
716eca7
Adjust version
Xon Aug 8, 2024
50bcba0
Update rollup-plugin-dev so the watch process doesn't keep incrementi…
Xon Aug 8, 2024
cbc0d77
cleanup
Xon Aug 8, 2024
69f8b6f
Minor refactor so _searchFn can be changed easily
Xon Aug 8, 2024
9bbf45e
Change prefix search to return no items like fuse does
Xon Aug 8, 2024
54f1a27
Update unit tests for search
Xon Aug 8, 2024
b10b62c
Compile JS files
Xon Aug 8, 2024
2baeec6
Update changelog
Xon Aug 8, 2024
f755909
Correct changelog
Xon Aug 8, 2024
8f57a83
Fix Choices does not accept an element from an iframe #1057
Xon Aug 9, 2024
d10b63a
Remove old README.md information
Xon Aug 9, 2024
8a46a71
Update README.md to use typescript types
Xon Aug 9, 2024
6b56ae0
Fix Choices was not disable in a `<fieldset disabled>` #1132
Xon Aug 9, 2024
1b927a3
Link to github issues
Xon Aug 9, 2024
df52c85
Fix `silent` option does not silence warnings about unknown options #…
Xon Aug 9, 2024
b3ee1aa
Fix possible empty aria-label generation on remove item button
Xon Aug 9, 2024
18ec5ed
Compile JS files
Xon Aug 9, 2024
a3ed41f
Revert bad test for if a select-element should be disabled. setChoice…
Xon Aug 9, 2024
ba261ac
For stability of puppeteer tests, ensure the dropdown doesn't flip up
Xon Aug 9, 2024
d128da9
Compile JS files
Xon Aug 9, 2024
a2eb503
Reduce cost of appendGroupInSearch for rendering large number of groups
Xon Aug 10, 2024
5c9bca6
Ensure consts are actually const
Xon Aug 10, 2024
3508e78
Mark defaults as const
Xon Aug 10, 2024
32b4c2f
Remove .npmrc
Xon Aug 10, 2024
061f3f1
Adjust js:build-dev to only do a single build of the various supporte…
Xon Aug 10, 2024
ac2a087
Push build version into Choices.version
Xon Aug 10, 2024
fa9c341
Fix mutation APIs `setChoiceByValue`/`setChoices`/`setValue` now thro…
Xon Aug 10, 2024
cde52f0
Compile JS files
Xon Aug 10, 2024
6e1426a
Fix documentation that suggests duplicateItemsAllowed works with sele…
Xon Aug 10, 2024
c51a14f
Disable cjs builds by default
Xon Aug 11, 2024
f178985
Fix quadratic algorithm complexity (aka O(N^2) ) for choices filterin…
Xon Aug 11, 2024
00d5a7c
If using non-choice placeholders, do not attempt to extract placehold…
Xon Aug 11, 2024
062b744
Fix search results could be unexpectedly unstable, and that `fuseOpti…
Xon Aug 11, 2024
3efc69f
Improve performance of search/filtering with large number of choices …
Xon Aug 11, 2024
94e58e9
Tidy up Choices.version
Xon Aug 11, 2024
9a30bcc
Remove unused functions, and coalesce a few functions to reduce dupli…
Xon Aug 11, 2024
4fc4bc4
Rename 'loading' state to 'txn' to better match what it is
Xon Aug 12, 2024
79eab4c
Remove bad test
Xon Aug 12, 2024
6885196
Remove PassedElement interface as it is not actually implemented, and…
Xon Aug 12, 2024
328be84
Rename txn test
Xon Aug 12, 2024
1709bb2
Remove unused interface, removes a number of import cycles
Xon Aug 12, 2024
e2d601d
Compile JS files
Xon Aug 12, 2024
a335dfc
Update tests
Xon Aug 12, 2024
bc7be39
Fix clearChoices() did not remove the actual selection options
Xon Aug 12, 2024
88db963
Remove redux store in replace for hand-rolled replacement design for …
Xon Aug 12, 2024
d65a471
Fix resetting the store inside a transaction did not defer the listen…
Xon Aug 12, 2024
cc44ad0
Enter key opens/closes the dropdown or adds the item, prevent the def…
Xon Aug 12, 2024
e6ebf60
11.0.0-rc6
Xon Aug 12, 2024
0b1ad47
Update documentation for placeholder support
Xon Aug 12, 2024
57f6590
Fix select-one non-choice placeholder did not initially render
Xon Aug 12, 2024
4ba9e4a
Fix dev server running in the wrong context (output plugin vs build p…
Xon Aug 13, 2024
3f6e6f2
Only compile a single build for dev watching
Xon Aug 13, 2024
c8d6f59
Simplify documentFragment.childNodes test
Xon Aug 14, 2024
8300bf7
Fix various `select-one` bugs related to how `<select>` initializes a…
Xon Aug 14, 2024
00433d2
It isn't the 1990s where 1080p monitors were exotic
Xon Aug 14, 2024
61033f3
Ignore formatting changes with blame
Xon Aug 14, 2024
d8090c7
Do not sort when adding items
Xon Aug 14, 2024
ec5f653
For bulk tests restructure to put the javascript next to the html bei…
Xon Aug 14, 2024
4cefd0f
Cleanup _addPredefinedChoices
Xon Aug 14, 2024
da071fc
Empty option.value attribute behavior work-around for placeholder sup…
Xon Aug 14, 2024
6acd55f
Improve consistency of the 'choice' even firing. occurs after 'addItem'
Xon Aug 14, 2024
3e69f46
Fix data-value didn't have the raw value decoded to it (setting to da…
Xon Aug 14, 2024
0070d1d
Fix destroy not leaving the backing input/select in the expected state
Xon Aug 14, 2024
fad3d2c
Enable explicit-function-return-type rule. Helps keep typescript type…
Xon Aug 14, 2024
ee3fb44
Update CHANGELOG.md
Xon Aug 14, 2024
273f567
Simplify reducers to remove unneeded state checks
Xon Aug 15, 2024
4c18e49
Rename rollup config to more standard name
Xon Aug 15, 2024
8e80796
Adjust minifying options (smaller bundle size)
Xon Aug 15, 2024
b4055ec
Update template unit tests, and groupId being set to "empty"
Xon Aug 15, 2024
157a47a
Disable eslint rule for setting argument object properties, as this p…
Xon Aug 15, 2024
f8de8ca
Bundle byte-shaving
Xon Aug 15, 2024
5bee41d
Remove low-usage functions to byte-shave bundle & other byte-shaving
Xon Aug 15, 2024
2561f30
Ignore byte shaving from git blame
Xon Aug 15, 2024
8272108
Linting fixup
Xon Aug 15, 2024
b92b36d
Move notice handling into it's own set of functions instead of being …
Xon Aug 15, 2024
f66b89a
typescript is used to type checking
Xon Aug 15, 2024
1601602
fix first search result was not highlighted as expected
Xon Aug 15, 2024
7252844
Rationalize input handling (_onEnterKey/_onInput/_handleChoiceAction)…
Xon Aug 15, 2024
d1de64e
Playwright for e2e tests
Xon Aug 13, 2024
2681c49
Convert text element tests, match all tests on the page. show dropdow…
Xon Aug 13, 2024
9e6f382
Just use a static data.json instead of dynamic generating
Xon Aug 14, 2024
03e4e42
Convert select-one element tests, match all tests on the page
Xon Aug 14, 2024
55b6840
Sync missing tests from select-one to select-multiple
Xon Aug 14, 2024
b639060
The dropdown requires requestAnimationFrame, which needs mocking for …
Xon Aug 15, 2024
d938649
Adjust work-flows to support testing all supported browsers. Increase…
Xon Aug 16, 2024
8ee35e1
Update tests to work against various bundles
Xon Aug 16, 2024
efbd4ef
Rename github workflow to match repo config
Xon Aug 16, 2024
181d03a
Add closeDropdownOnSelect option, controls how the dropdwon is close …
Xon Aug 16, 2024
b1a782a
Update documentation
Xon Aug 16, 2024
e9382df
Byte shaving by conditionally hoisting variables
Xon Aug 16, 2024
038e987
Ignore byte shaving from git blame
Xon Aug 16, 2024
d692f2b
Byte shaving by de-duping notice/string config function handling
Xon Aug 16, 2024
0a15dcb
Byte shaving notice code
Xon Aug 16, 2024
f305960
Rename e2e test folder so it sorts after the unit tests
Xon Aug 16, 2024
0f9e6bc
Update unit tests
Xon Aug 16, 2024
1e9d0db
Compile js files
Xon Aug 16, 2024
2de66b7
Merge branch 'v11.0.x'
Xon Aug 16, 2024
a628ccb
Compile js files
Xon Aug 16, 2024
df9251d
Setup tests to use node.js type information
Xon Aug 16, 2024
9cb71d6
Update vitest to run project tests not everything looking like a test
Xon Aug 16, 2024
241e456
Move vitest.config.ts to default location for better tooling compatib…
Xon Aug 16, 2024
302b84d
Move to using parameterized projects for bundle variation testing, wo…
Xon Aug 16, 2024
b0263c1
Items being added/removed are also changing the selection flags.
Xon Aug 16, 2024
f59bc94
Improve handling when no choices might be in the dropdown
Xon Aug 16, 2024
362d0e5
Switch from string literal type to effectively valueOf<NoticeTypes> t…
Xon Aug 16, 2024
9a23be1
Switch from string literal type to effectively valueOf<NoticeTypes> t…
Xon Aug 16, 2024
573a669
Compile JS files
Xon Aug 16, 2024
5eb8680
Fix [aria-*] attributes do not match their roles #1169
Xon Aug 16, 2024
5f7ff0d
Add role="option" for custom template examples #1169
Xon Aug 17, 2024
d744e4b
Restore select-multiple test file
Xon Aug 17, 2024
d70ced0
Adjust test pages for better lighthouse accessibility score
Xon Aug 17, 2024
99b4ebb
Improve contrast on default CSS by darkening primary item selection c…
Xon Aug 17, 2024
f746d35
Darken color used on white backgrouns
Xon Aug 17, 2024
591d5f4
Minor byte shaving
Xon Aug 17, 2024
f048531
More aggressively adjust aria elements when the choices object is dis…
Xon Aug 17, 2024
635453a
Do not add role="option" in text mode
Xon Aug 17, 2024
68513e7
Improve aria/roles tagging for text elements. Improves aria lighthous…
Xon Aug 17, 2024
84212c9
Do not remove aria-haspopup/aria-expanded for select mode when disabl…
Xon Aug 17, 2024
20509c0
Fix coverage report
Xon Aug 17, 2024
b0568d3
Compile JS files
Xon Aug 17, 2024
6b8af9b
Update playwright test name
Xon Aug 17, 2024
93c39e9
Disable large set of tests, and increase workers since workers ahve 2…
Xon Aug 17, 2024
6733bfc
Fix unit tests
Xon Aug 17, 2024
f2afdbb
Fix test:e2e/test:e2e:all not starting the webserver
Xon Aug 17, 2024
fc3a78c
Fix incorrect label[for] attributes in tests
Xon Aug 17, 2024
2ef3d9f
Add aria-label as required from the label[for] which points at an ele…
Xon Aug 17, 2024
fc6f905
JSDOM support 'ch' character widths
Xon Aug 17, 2024
687895f
Fix unit tests no supplying the template renderer with the context th…
Xon Aug 17, 2024
2f74d5e
Move code around to remind the reduce dependencies between templates.…
Xon Aug 17, 2024
d77d836
Correctly setup templates
Xon Aug 17, 2024
1803822
Compile JS files
Xon Aug 17, 2024
9a13075
Run e2e tests on local host and not a fixed ipv4
Xon Aug 17, 2024
545d880
Fix wrong key for caching playwright data & reduce e2e test log spam
Xon Aug 17, 2024
4380e44
Fix extracting playright version
Xon Aug 17, 2024
e72284f
Adjust timeouts
Xon Aug 17, 2024
4297f0a
Adjust caching checks
Xon Aug 17, 2024
136411e
Adjust caching checks
Xon Aug 17, 2024
dbb3aaf
Adjust caching checks
Xon Aug 17, 2024
5855be5
Adjust gitflow actions for consistency
Xon Aug 17, 2024
7e3ed67
update workflow
Xon Aug 17, 2024
91cf267
Ignore intelij per-project test execution configuration directory
Xon Aug 18, 2024
93e18af
Use playwright to start a background server for tests, saves possible…
Xon Aug 18, 2024
aa1961b
intelij expects playwright test file to import from '@playwright/test…
Xon Aug 18, 2024
1e7c4b1
Update tests
Xon Aug 18, 2024
779404b
Convert select-multiple element tests, match all tests on the page
Xon Aug 18, 2024
17ef939
Update destroy/re-init tests
Xon Aug 18, 2024
48401a8
Update various tests to reduce false positives
Xon Aug 18, 2024
e1f3092
Fix edge case where the max item notice didn't render as expected (te…
Xon Aug 18, 2024
5219416
Byte shaving
Xon Aug 18, 2024
012ceab
Split _canAddItems and _canCreateItems into separate functions, fix i…
Xon Aug 18, 2024
99eff81
Chore; tighten up usage of isScrolledIntoView and return type of getA…
Xon Aug 18, 2024
ac88d83
Use querySelector<HTMLElement>/querySelectorAll<HTMLElement> to type …
Xon Aug 18, 2024
d2c6a80
Compile JS files
Xon Aug 18, 2024
75e6369
Byte-shave
Xon Aug 18, 2024
f772b79
Update tests to check rendering of dropdown item
Xon Aug 18, 2024
751a29d
Allow choices.js to be imported on nodejs, useful for tests and also …
Xon Aug 9, 2024
5a100e6
Prefix build flags with CHOICES_, setup canUseDom to be setable via e…
Xon Aug 19, 2024
7dc8bd1
Notices are trusted and any user data is escaped, simplify notice ren…
Xon Aug 19, 2024
00a3281
Fix remote data e2e test
Xon Aug 19, 2024
5f77147
Do not hide the input as this disables rendering the placeholder
Xon Aug 19, 2024
7a22a64
Compile JS files, reduce build size as .mjs users should be doing the…
Xon Aug 19, 2024
2723f56
Update CHANGELOG.md
Xon Aug 19, 2024
b152205
Replace puppeteer/selenium screenshots with playwright
Xon Aug 19, 2024
8703397
Enable playwright for additional platforms
Xon Aug 19, 2024
d0c4466
Test github action e2e tests
Xon Aug 19, 2024
f8e68fa
Force the dev server to execute during CI when WATCH_HOST is defined
Xon Aug 19, 2024
e7ccdb8
Remove old web server used during CI
Xon Aug 19, 2024
d79cad8
Force must be a bool
Xon Aug 19, 2024
eb985a9
Fix edge case where aria-label could be added twice
Xon Aug 19, 2024
a572a03
Allow searchResultLimit to specific no limit
Xon Aug 20, 2024
b13f93f
Remove redundant variable set
Xon Aug 20, 2024
6505f1e
Reduce the number of loops over choices when rendering search results…
Xon Aug 20, 2024
c13860c
Compile JS files
Xon Aug 20, 2024
f52a114
reduce strictness of closeDropdownOnSelect validation
Xon Aug 21, 2024
cbb0d65
Update the URL used in e2e tests
Xon Aug 21, 2024
6677b09
Adjust e2e tests
Xon Aug 21, 2024
125956f
Only run a single work on CI to avoid starving the CPU for the browser
Xon Aug 21, 2024
cc88c50
Also export a json report for the e2e test
Xon Aug 21, 2024
4e4e2e1
Work on all test targets
Xon Aug 21, 2024
921dd67
Update github action cache logic
Xon Aug 21, 2024
82301d9
Only archive test reports if the github action isn't canceled
Xon Aug 21, 2024
1ca1303
Use blob report and then merge all the reports together
Xon Aug 21, 2024
4c66f97
Update screenshots
Xon Aug 21, 2024
e78f9e3
Disable caching playwright binaries on windows
Xon Aug 21, 2024
a210cc1
Run separate github action for each browser
Xon Aug 21, 2024
ef3f39f
Just give-up on binary caching as it causes issues
Xon Aug 21, 2024
658658c
Make remote loading tests less flaky
Xon Aug 21, 2024
f3ed0d0
Fix select-multiple 'checking placeholder values' test
Xon Aug 21, 2024
f358118
Use line reporter for development mode e2e testing
Xon Aug 21, 2024
edbef41
Block polyfill URLs since they aren't needed with latest browsers
Xon Aug 21, 2024
01f4ea3
Use a HAR files to mock the external API to avoid token API usages fr…
Xon Aug 21, 2024
29b0f4d
webkit and firefox are bizarrely flaky
Xon Aug 21, 2024
9a367d8
Correctly format excludes
Xon Aug 21, 2024
3d8110d
Remove github reporter on trying to troubleshoot the lack of merged r…
Xon Aug 21, 2024
4c18149
Split optional argument for expectVisibleDropdown into new test function
Xon Aug 21, 2024
720f77f
Remove usage of Object.assign to reduce minified bundle size (assigni…
Xon Aug 21, 2024
e2afbb3
For performance, use a document fragment when adding new choices to t…
Xon Aug 22, 2024
e4d01ca
Inline append method
Xon Aug 22, 2024
4dd1a63
Centralize build flags
Xon Aug 19, 2024
cc1bf41
Compile JS files
Xon Aug 22, 2024
0414e14
Simplify Templates interface
Xon Aug 22, 2024
8e9581d
Byte shaving by hoisting variables which are used more than once (inl…
Xon Aug 22, 2024
7ec0738
Byte shaving, and be consistant about how innerHTML is used
Xon Aug 22, 2024
698e79a
Trigger a search event when search stops
Xon Aug 22, 2024
3f57ee3
Update CHANGELOG.md
Xon Aug 22, 2024
a21aab2
Fix the page scrolls when you press 'space' on a single select input …
Xon Aug 22, 2024
1d71687
Update CHANGELOG.md
Xon Aug 22, 2024
d4caa03
Make demo page screenshot test less flaky
Xon Aug 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

46 changes: 25 additions & 21 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
],
"env": {
"es6": true,
"browser": true,
"mocha": true,
"cypress/globals": true
"node": true,
"browser": true
},
"parserOptions": {
"project": "./tsconfig.json",
"ecmaVersion": 2020
"sourceType": "module",
"project": true
},
"rules": {
"no-param-reassign": ["error", { "props": false }],
"@typescript-eslint/explicit-function-return-type": "error",
"import/no-named-as-default": "off",
"import/prefer-default-export": "off",
"import/no-extraneous-dependencies": [
"error",
Expand Down Expand Up @@ -62,16 +64,27 @@
}
],
"lines-between-class-members": "off",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/no-namespace": "off",
"react/jsx-filename-extension": [0]
"react/jsx-filename-extension": [0],
"import/extensions": [
"error",
"ignorePackages",
{
"js": "never",
"mjs": "never",
"jsx": "never",
"ts": "never",
"tsx": "never"
}
]
},
"overrides": [
{
"files": ["*.test.ts"],
"env": {
"mocha": true
},
"files": ["*.test.ts", "*.spec.ts"],
"rules": {
"no-await-in-loop": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"no-restricted-syntax": "off",
"compat/compat": "off",
"no-new": "off",
Expand All @@ -88,16 +101,6 @@
}
]
}
},
{
"files": ["cypress/**"],
"plugins": ["cypress"],
"rules": {
"no-unused-vars": "warn"
},
"env": {
"cypress/globals": true
}
}
],
"settings": {
Expand All @@ -119,5 +122,6 @@
"extensions": [".js", ".ts"]
}
}
}
},
"ignorePatterns": ["node_modules/*", "public/*"]
}
15 changes: 15 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# byte shaving (hoist semi-commonly variables, remove some low level low-usage functions)
157a47a44a01e3ce4b54ad211b1756ff59985bef
5bee41d7ff08e05442b232e3e552dcb6c703568d
e9382df0ae63edfc7540f82f74cf969342c759c0

# prettier config change
00433d200d8cccc8b544fbc8f05d5e96bf8ccff7

# misc linting cleanup
00009d2effa8b41a6ce27ef8b06a35a04215aea6
62b786d1f13d0934137a62909d3a37db0a3e927e
5ad61841143508c9f91f0edd57f81f8b11066e0a
84a61cad1ddab1e851c98efa619a2cd35af434c1
33f573247e8badc9ee10defe326f13985342e09b
b0199538a82d49de429f35546e412d14fc8bfeb9
Binary file not shown.
Binary file removed .github/actions-scripts/__snapshots__/edge-win32.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .github/actions-scripts/__snapshots__/ie-win32.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
92 changes: 0 additions & 92 deletions .github/actions-scripts/puppeteer.js

This file was deleted.

155 changes: 0 additions & 155 deletions .github/actions-scripts/selenium.js

This file was deleted.

Loading
Loading