react-render-detective 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
[Guide](docs/GUIDE.md) · [API](docs/API.md) · [Feasibility report](docs/FEASIBILITY.md) ·
|
|
12
12
|
[Benchmarks](docs/BENCHMARKS.md)
|
|
13
13
|
|
|
14
|
-
> **Status: 0.1.
|
|
14
|
+
> **Status: 0.1.2, early release.** 76 tests pass on React 18 and 19; benchmarks and bundle budgets
|
|
15
15
|
> are green; the packed package is verified in a clean install for ESM, CJS and TypeScript
|
|
16
16
|
> consumers; and the demo dashboard has been driven end to end in Chrome, which found four real
|
|
17
17
|
> defects the jsdom suite had missed (see the [changelog](CHANGELOG.md)). Not yet exercised:
|