v1.58.0
- New 'system' theme option follows your OS dark/light mode preference
- Search functionality (Cmd/Ctrl+F) is now available in code editors
- Network details panel has been reorganized for better usability
- JSON responses are now automatically formatted for readability
Thanks to @cpAdm for contributing these improvements!
browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.
- Removed
_reactand_vueselectors. See locators guide for alternatives. - Removed
:lightselector engine suffix. Use standard CSS selectors instead. - Option
devtoolsfrom browserType.launch() has been removed. UsesetArgs(Arrays.asList("--auto-open-devtools-for-tabs"))instead. - Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 144
- Microsoft Edge 144
Nightly
- 1666fb6: [dotnet][rb][java][js][py] Automated Browser Version Update (#17013) (Selenium CI Bot) #17013
- e445852: [build] auto merge browser version updates if they pass all checks (#16991) (Titus Fortner) #16991
- bb4bcde: [build] Separate format and lint tasks, add per-language format commands (Titus Fortner)
- 23362a6: Revert "[build] Separate format and lint tasks, add per-language format commands" (Titus Fortner)
2.0.1-incubating-RC2
- Rename
ByFastExcelCGLIBtoByFesodCGLIBto align with project naming conventions. (#809) - Remove duplicate utility classes from the
fesod-sheetmodule to clean up the codebase. (#819)
- Release Process: Enhance release verification documentation with detailed steps and updates. (#792, #796, #815)
- Website: Add comprehensive documentation for annotations on the official website. (#793)
- Compliance: Update
DISCLAIMERandNOTICEfiles with accurate licensing information. (#834, #837) - General: Update documentation for the Apache Fesod 2.0.0-incubating release. (#826)
- Fixes: Fix typos, grammar, and redundant punctuation in the README and documentation. (#800, #814)
- Website: Update Maven Central version badge. (#827)
- Website: Revert the download page for the non-available version. (#829)
- Fix nightly CI workflow failures. (#823)
- Dependencies: Bump
ch.qos.logback:logback-classicfrom 1.5.24 to 1.5.25. (#820) - Version: Increment project and parent version to
2.0.1-incubating. (#830, #833) - Branch Management: Merge the latest version changes into the main branch. (#825)
- @Howard-aile made their first contribution in https://github.com/apache/fesod/pull/814
Full Changelog: https://github.com/apache/fesod/compare/2.0.0-incubating...2.0.1-incubating-RC2