@reporters/web 1.5.2 → 1.6.0
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/CHANGELOG.md +13 -0
- package/dist/start.js +21 -21
- package/dist/viewer/index.html +21 -21
- package/dist/viewer.global.js +21 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.6.0](https://github.com/MoLow/reporters/compare/web-v1.5.2...web-v1.6.0) (2026-07-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **web:** persist filters in the URL for shareable views ([#251](https://github.com/MoLow/reporters/issues/251)) ([2ad21ab](https://github.com/MoLow/reporters/commit/2ad21ab7ab8a702c8b73e2962b29a14050d2c6e4))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **tree-core,web:** surface a file wrapper's own failure ([#252](https://github.com/MoLow/reporters/issues/252)) ([faf5f76](https://github.com/MoLow/reporters/commit/faf5f7605cf2ab63695261ea9c6cb5f986620b2c))
|
|
14
|
+
* **web:** let the status filter match a still-running parent ([#249](https://github.com/MoLow/reporters/issues/249)) ([b8d5141](https://github.com/MoLow/reporters/commit/b8d514101abc785b92237f3162eda906496af575))
|
|
15
|
+
|
|
3
16
|
## [1.5.2](https://github.com/MoLow/reporters/compare/web-v1.5.1...web-v1.5.2) (2026-07-06)
|
|
4
17
|
|
|
5
18
|
|