raain-app 1.6.34 → 1.6.35
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 +12 -1
- package/esm2020/raain-details/raain-details.component.mjs +10 -4
- package/esm2020/raain-map/raain-map.component.mjs +8 -5
- package/esm2020/tools/RefreshManager.mjs +3 -3
- package/fesm2015/raain-app.mjs +18 -9
- package/fesm2015/raain-app.mjs.map +1 -1
- package/fesm2020/raain-app.mjs +18 -9
- package/fesm2020/raain-app.mjs.map +1 -1
- package/package.json +1 -1
- package/raain-details/raain-details.component.d.ts +3 -1
- package/raain-map/raain-map.component.d.ts +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [
|
|
8
|
+
## [1.6.35] - 2026-02-28
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- [RAD-177] Cumulative timeframe filter excluded frames starting before selected period (e.g., 01:24-01:30 no longer shown for period 01:30-02:00)
|
|
13
|
+
- [RAD-177] Cumulative Summary chart used extended period bounds instead of exact selected period
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- [RAD-177] Renamed `showCumulative` to `showNavigation` in raain-map (controls prev/next arrows visibility)
|
|
18
|
+
- [RAD-177] Added `showDateRange` input to raain-map/raain-details (controls period bracket display `[ from to [`)
|
|
19
|
+
- [RAD-177] Added `showCumulativeToggle` input to raain-details (controls Granular/Cumulative toggle visibility)
|
|
9
20
|
|
|
10
21
|
## [1.6.33] - 2026-02-26
|
|
11
22
|
|