ext-v1.2.0
DavidHDev/react-bitsext-v1.2.0Jun 14, 2026by pbakaus
AI Summary
Expands the extension to support Firefox and aligns the detection engine with the latest CLI fixes, while improving DevTools integration and scan correlation.
Key Highlights
- New Firefox add-on support is available alongside the Chrome extension.
- DevTools panel URLs are now root-relative in the Firefox manifest for reliable packaging.
- The detector engine is updated with the latest false-positive fixes from the CLI.
- Scan responses now echo scan IDs back to the caller for better correlation.
New Features
- Firefox extension support
- Fixed DevTools paths for Firefox
- Detector engine alignment with CLI
- Scan ID correlation in responses
Full Release Notes
- **Firefox build.** The same detector, popup, DevTools panel, and per-rule toggles now ship as a Firefox add-on. `bun run build:extension` emits a Gecko-compatible package next to the Chrome one, with the background worker declared as an event page and a data-collection declaration that states what the extension already does: the scan runs in the page, and nothing leaves your machine. - **Firefox DevTools paths are fixed.** DevTools panel and sidebar URLs are root-relative in the Firefox manifest, so packaged builds can open their extension pages reliably. - **Detector results match the latest engine.** The overlay picks up the same false-positive fixes as the CLI: hidden-element skips, sr-only text-overflow handling, tighter repeated kicker, oversized H1, clipped-overflow, OKLCH alpha, Sass-adjacent CSS parsing, transparent-border handling, and exact animation values for bounce/easing findings. - **Scan responses are easier to correlate.** Extension scan messages echo scan IDs back to the caller, and the store metadata and icon set were refreshed for the current 41-rule detector.