All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.0.19 (2022-06-05)
- acot-reporter-pretty: fix stat bugs in testcase summary (f9a2552)
- cli: support non TTY environment on
preset test
(48e3ce0)
- acot-preset-wcag: add
invalid-id-reference
rule (2a70d7e) - acot-runner-sitemap: add retry behavior to sitemap fetcher (fcc1293)
- cli: add
parallel
option topreset test
command (32f7e1e) - document: add progress indicator to documentation testing (756158b)
0.0.18 (2022-05-11)
- acot-preset-wcag: add
ignore
option todialog-focus
rule (959bcbc) - acot-preset-wcag: add
ignore
option toimg-has-name
rule (36a152e) - acot-preset-wcag: add
ignore
option tointeractive-has-enough-size
rule (640a0aa) - acot-preset-wcag: add
ignore
option tointeractive-has-name
rule (bcf6119) - acot-preset-wcag: add
ignore
option tointeractive-supports-focus
rule (a563858) - acot-preset-wcag: add
ignore
option tolink-has-name
rule (97e01a5) - utils: add
isElementMatches
utilify function (53c4c58)
0.0.17 (2022-05-10)
- acot-preset-wcag: improve rule apply for hidden elements (5f80cd8)
- utils: add
isElementHidden
utility function (2529cf4)
- acot-preset-wcag: improve
focusable-has-indicator
performance (a795308)
0.0.17-canary.3 (2022-05-06)
Note: Version bump only for package acot
0.0.17-canary.2 (2022-05-06)
Note: Version bump only for package acot
0.0.17-canary.1 (2022-05-05)
Note: Version bump only for package acot
0.0.17-canary.0 (2022-05-05)
- cli: fix default value for
parallel
option (9325b5a)
- acot-runner-sitemap: add behavior to merge
config.paths
with collected paths (fdcf2aa)
- core: remove
immutable
rule flags (7bd940b)
0.0.16 (2022-05-01)
- fix a bug when Node not found on report (4e65658)
- upgrade to
[email protected]
(75304e8) - use puppeteer instance of default export (14b26bb)
- acot-runner-storybook: add collect stories timeout error (c4ebb75)
- acot-runner-storybook: add support storybook v6 (691129c)
0.0.15 (2022-03-27)
- update aom feature flag (040a321)
- upgrade puppeteer to v13 (6598c99)
0.0.14 (2022-01-03)
Note: Version bump only for package acot
0.0.14-canary.2 (2022-01-03)
- core: fix validation logic of rule options (ae9fdbd)
- acot-reporter-github: add debug options (e492e54)
0.0.14-canary.1 (2022-01-03)
- acot-reporter-github: fix verbose log (fb19a81)
0.0.14-canary.0 (2022-01-03)
0.0.13 (2021-10-10)
- allow multiple reporters (437022c)
0.0.13-canary.0 (2021-08-17)
- update dependency is-ci to v3 (4282333)
- connection url includes path (652b3ae)
0.0.12 (2021-04-18)
- acot-runner-sitemap: add
timeout
options (1a27081) - acot-runner-storybook: add
timeout
options (41b06f9)
0.0.11 (2021-04-12)
Note: Version bump only for package acot
0.0.10 (2021-04-11)
Note: Version bump only for package acot
- fix summary duration bug (a5fb2d3)
- h1 (4982414)
- update dependency boxen to v5 (271bb1f)
- update dependency execa to v5 (456b0de)
- update dependency fastify-static to v4 (4d69df7)
- Fix omission of version specification in
debug
package (85f8ea4) - Minor bug fixes that occur during Audit (0ec7b94)
- acot-preset-wcag: fix focusable-has-indicator bug (4488ca1)
- acot-preset-wcag: fix type assertion (1a5b05a)
- acot-runner: fix dependencies (00402e9)
- cli: Fix a bug in
init
subcommand (982553b) - cli: Fix internal package import paths (5081a27)
- core: Add element2selector error handling (4f1a9e5)
- core: Fix a bug in which the queue is executed without waiting (51ddb83)
- core: Fix a bug that
BrowserPool
hangs (93da5cb) - core: Fix a bug that prevented closing a used page (fd6e55f)
- core: Fix navigation wait logic (1178dc9)
- core: Human readable output log of browser console (10c6c27)
- doc: Fix trivial typos in README.md (704019f)
- document: fix dependencies (c49533a)
- mock-logger: Tweak (ab9210d)
- preset-wcag: Fix immutable flags on WCAG rules (f383f44)
- reporter: Fix a bug that PrettyReporter hangs in the case of many URLs (7248532)
- runner-storybook: Wait for configuring store (9daccd0)
- Fix a bug in the rule performance tracker (07e8f36)
- schema-validator: Fix a duplicate ValidationError export (30caad3)
- Add rule result for pretty reporter (f668f8a)
- Improve progress display (pretty reporter) (dc4e9e1)
- Initial implements (68f46a2)
- acot-preset-wcag: add link-has-name (e77f56b)
- cli: add
--(reporter|runner)-with
options (64944e1) - cli: Add
--no-open
options forpreset serve
sub-command (0a43e58) - cli: add
@acot/sitemap
to init sub-command (336196a) - cli: Add filter logic to debug flag (738c35d)
- cli: add update-notifier (84fe911)
- cli: For CI, enable
verbose
flag (0cd3e16) - cli: Improve UX for init sub-command (04e9aed)
- cli: Skip ask about puppeteer if installed (350dc09)
- connection: use
GET
request instead ofHEAD
request #34 (5a48d8a) - core: add chromium auto detection for
BrowserPool
(21f7228) - core: Add cleanup process for the page before perform immutable rule (c4e4820)
- core: Add debug log (c0b9837)
- core: switch to
help
fromtags
(7ac5678) - document: add
pattern
to specify test target (67c319f) - add
@acot/acot-runner-sitemap
package (9a760b7) - add
@acot/mock
package (fb6e4ba) - core: Performance improvements with immutable rules (572edef)
- document: Add
acot-head
flag to test<head>
in rule documentation (a1c5760) - document: Change summary extraction logic (361cd2b)
- document: Upgrade design of preset preview server (21d555b)
- plugin/wcag: Add
page-has-title
rule (4353cab) - preset: add dialog-focus rule (29ec6ba)
- preset-wcag: Add
page-has-valid-lang
rule (8ee766c) - preset-wcag: add rule focusable-has-indicator (3bdc1fe)
- preset-wcag: Add some rules to recommended set (6bafccc)
- runner-storybook: Add filter options for storybook runner (c77d6bf)
- types: add ComputedAccessibleNode type (bcd4322)
- add img-has-name rule (1e72566)
- add interactive-has-name rule to acot-plugin-wcag instead of button-has-name (95f8e2c)
- document: Improve preset test performance (51aa3d2)