Playwright JS SDK
v2.34.1 (2025-06-17)
- Bugfix: Avoided capturing about:blank pages in reports.
v2.34.0 (2025-06-12)
- Add unique testId for Json and Sarif reports.
- Switched to Analysis-Web v15.3.2.
v2.33.0 (2025-05-30)
- Switched to Analysis-Web v15.2.0.
- Improved consistency of number of issues found.
v2.32.0 (2025-05-12)
- Switched to Analysis-Web v15.1.1.
- Integrate common exportHtmlGenerator.
v2.31.2 (2025-04-30)
- Internal performance SDK changes.
v2.31.0 (2025-04-10)
- Switched to Analysis-Web v14.24.0.
- Fix config-related issues.
v2.30.0 (2025-04-02)
- Enable Iframe by default.
- Switched to Analysis-Web v14.22.0.
- SDK support Module type.
v2.29.3 (2025-03-26)
- Minor improvements.
v2.29.2 (2025-03-25)
- Remove redundant logging.
v2.29.0 (2025-03-11)
- Switched to Analysis-Web v14.20.1.
- Added configurations for debounce/throttle functionality.
v2.28.1 (2025-02-19)
- Bugfix: Fix an issue with internal types.
v2.28.0 (2025-02-13)
- Switched to Analysis-Web v14.19.0.
v2.27.1 (2025-01-29)
- Implement engine callback for issues gathering
v2.27.0 (2025-01-31)
- Switched to Analysis-Web v14.16.0.
v2.26.3 (2025-01-29)
- Fix known issues
v2.26.2 (2025-01-27)
- Implement logging system
v2.26.1 (2025-01-23)
- Update engine initialization with license data
v2.26.0 (2025-01-02)
- Switched to Analysis-Web v14.13.0.
v2.25.0 (2024-12-17)
- Adding js-common-package to the SDK.
- Adding license verification to the SDK.
v2.24.1 (2024-11-26)
- Perform refactoring
v2.24.0 (2024-11-22)
- Switched to Analysis-Web v14.8.2.
- Bugfix: Fixed screenshots support for JSON reports.
v2.23.2 (2024-11-08)
- Fix for evAnalyze while using Upload to Platfrom.
v2.23.1 (2024-11-05)
- Bugfix: Fix an issue with the searchAction methods.
v2.23.0 (2024-10-23)
- Switching to the Analysis-Web v14.4.1.
v2.22.0 (2024-09-05)
- Added support for the external configuration file evConfig.json for the Upload to Platform feature
v2.21.0 (2024-09-03)
- The aggregated report feature actualized.
v2.20.0 (2024-08-30)
- Switching to the semantic engine 13.2.0
v2.19.0 (2024-08-09)
- iFrames support added.
v2.18.1 (2024-08-01)
- Bugfix: Labels not being populated.
v2.18.0 (2024-07-31)
- Added axePasses configuration option.
v2.17.0 (2024-06-10)
- Switching to the semantic engine 13.1.0.
v2.16.3 (2024-06-03)
- Minor internal changes.
v2.16.2 (2024-05-29)
- Minor internal type changes.
v2.16.1 (2024-05-23)
- Changed the upload URL.
v2.16.0 (2024-05-21)
- Switching to the semantic engine 12.3.1
v2.15.0 (2024-05-15)
- Switching to the semantic engine 12.3.0
v2.14.1 (2024-05-15)
- Added processing of click through dispatch event.
v2.14.0 (2024-04-29)
- The Upload to the platform feature added.
v2.13.0 (2024-04-05)
- Improvements for screenshots feature.
v2.12.0 (2024-03-29)
- Switching to the semantic engine 12.2.2
v2.11.0 (2024-03-28)
- Bugfix: KB links display in the report.
v2.10.1 (2024-03-28)
- Additional functionality for reporting. Added screenshots feature.
v2.10.0 (2024-03-25)
- Additional functionality for reporting.
v2.9.0 (2024-03-22)
- Switching to the semantic engine 12.2.1
v2.8.0 (2024-03-14)
- Switching to
api
library for making screenshots.
v2.7.0 (2024-03-13)
- Switching to the semantic engine 12.2.0
v2.6.0 (2024-03-07)
- Switching to the semantic engine 12.1.2
v2.5.0 (2024-02-28)
- Switching to the semantic engine 12.1.0
v2.4.2 (2024-02-26)
- Adding new options for engine configuration.
v2.4.1 (2024-02-12)
- Bugfix: an additional handling of an empty report.
v2.4.0 (2024-01-26)
- Adding new functionality for saving reports.
v2.3.0 (2024-01-25)
- Switching to the semantic engine 11.1.0
v2.2.0 (2024-01-24)
- Add CSV reporting.
v2.1.0 (2024-01-18)
- Switching to the semantic engine 11.0.1
v2.0.0 (2024-01-18)
- Enabling the Ev Core functionality.
v1.17.0 (2024-01-18)
- Switching to the semantic engine 11.0.0
v1.16.0 (2023-01-16)
- Bugfix: check for injected Evinced code when calling evStop command.
v1.15.0 (2023-12-25)
- Switching to the semantic engine 10.1.1
v1.14.0 (2023-11-23)
- Switching to the semantic engine 10.0.1
- Fix failure when running sdk on electron
- Deal with the async nature of EvCore
v1.13.0 (2023-10-09)
- Return type of evAnalyze method is changed to a list of issues. To switch back use the following option:
1sdkOptions: {2 evAnalyzeNewReturnType: false,3}
v1.12.0 (2023-09-29)
- Global Switch ON/OFF: the Evinced functionality can be switched off with the environment variable or local config variable EV_SWITCH_ON.
v1.11.0 (2023-09-27)
- Bugfix: Fix for saving screenshots in the reports after running evAnalyze.
v1.10.0 (2023-09-19)
- Switching to the semantic engine 8.3.2
v1.9.0 (2023-09-04)
- Added ability to pass
knowledgeBaseLink
-parameter viaevConfig.json
for passing custom settings for representation Issues in the reports
v1.8.0 (2023-08-25)
- Switching to the semantic engine 8.2.0
v1.7.4 (2023-08-23)
- Bugfix: Global Switch ON/OFF: the feature is temporarily disabled
v1.7.3 (2023-08-11)
- Bugfix: color-contrast issues are not detected after a click
v1.7.2 (2023-07-24)
- Implement the Screenshots feature to include screenshots to the reports
v1.7.1 (2023-07-24)
- Global Switch ON/OFF: the Evinced functionality can be switched off with the environment variable or local config variable EV_SWITCH_ON.
v1.7.0 (2023-07-24)
- New approach of issue collection in continuous mode is implemented.
v1.6.1 (2023-07-19)
- Bugfix: Fix for passing toggles via config options
v1.6.0 (2023-07-19)
- Internal improvements for the development process
v1.5.1 (2023-07-14)
- Refactoring and bugfixes
v1.5.0 (2023-07-11)
- Option
enableScreenshots
is added
v1.4.3 (2023-07-06)
- Refactoring and bugfixes
v1.4.2 (2023-06-26)
- Bugfix: continuous mode: urlChanged behavior listener is improved for Single Page App
v1.4.1 (2023-06-12)
- Refactoring and minor bugfixes
v1.4.0 (2023-06-09)
- Switching to the semantic engine 8.1.0
- [UF] Upgrade axe version to 4.7.2 with minor bugfixes and improvements:
- link-in-text-block Added needs review violations
- aria-allowed-attr
- aria-required-children
- color-contrast
v1.3.1 (2023-06-06)
- External files for evReporter included to the package
v1.3.0 (2023-06-05)
- Added evReport with thread support
- Refactoring and minor bugfixes
v1.2.2 (2023-05-25)
- Bugfix: continuous mode: urlChanged listener additional improvements
v1.2.1 (2023-05-18)
- Bugfix: continuous mode: urlChanged behavior listener is improved
v1.2.0 (2023-05-17)
- Switching to the semantic engine 8.0.0
- [UF] Revisited Accessible Name false positives for elements with IDs containing special characters when shadow DOM is supported
- [UF] Added Support for new evCore only validation 'Meaningless Alt Text'
- [UF] Upgrade axe version to 4.7.0 with minor bugfixes and improvements:
- scrollable-region-focusable changed severity level from moderate to serious
- aria-required-children
- color-contrast
- link-in-text-block
v1.1.3 (2023-05-12)
- Refactoring and minor bugfixes
v1.1.2 (2023-05-10)
- Refactoring and minor bugfixes
v1.1.1 (2023-05-09)
- Refactoring and minor bugfixes
v1.1.0 (2023-04-20)
- Switching to the semantic engine 7.4.0
- [UF] Fixed a crash when internal iframes finish loading before the main window
- [UF] Bugfix: Fix crashes when the Shadow DOM toggle is on
v1.0.7 (2023-04-17)
- Bug fix: Support rootSelector option on both global config and command levels
v1.0.5 (2023-04-10)
- Refactoring and minor bugfixes
v1.0.3 (2023-04-05)
- evStart does not depend on the location of the call. Can be called before navigation or after
- Refactoring and minor bugfixes
v1.0.2 (2023-03-31)
- Changed the composition of files in the package