BREAKING CHANGES
XMLHttpRequest
is not available (only fetch
is supported, but it does not allow synchronous HTTP requests). We are working on a workaround, but version 3.0.0 of the extension can no longer retrieve includes or other remote resources. It is still possible to ignore Chrome's warnings in order to continue using version 2.7.1 (which uses Manifest v2).
https://developer.chrome.com/docs/extensions/develop/migrate/to-service-workers?hl=fr
- Migrate to manifest v3 by @ggrossetie in #666
Infrastructure
- Upgrade dependencies by @ggrossetie in #650
- Migrate documentation to Antora: https://docs.asciidoctor.org/browser-extension/
Documentation
- Refresh documentation by @sturtison in #649
- Separate use-cases, quick start pages: (#652) (#654) by @sturtison in #659
- Use title case for page titles by @sturtison in #661
New Contributors
- @sturtison made their first contribution in #649
Full Changelog: v2.7.1...v3.0.0