Release v0.2.5
@robosystems/report-components v0.2.5
A bugfix release that corrects rendering of facts associated with multiple fact sets, ensuring all relevant data appears in pivoted financial statement views.
Bug Fixes
- Fixed facts belonging to multiple factSets not rendering in pivot tables — Facts that were associated with more than one
factSetwere previously only rendered once (or dropped entirely). The pivot logic now correctly accounts for multi-factSet membership, ensuring complete and accurate statement output. (#11)
Technical Changes
- Updated the internal data model (
model.ts) and store adapter (store.ts) to properly track and resolve facts across multiple factSet boundaries. - Pivot resolution logic (
pivot.ts) revised to iterate all matching factSet associations when building columnar output. - Added dedicated test coverage for multi-factSet scenarios (
multi-factset.test.ts).
Breaking Changes
None.
📊 Release Statistics
- Commits: 3
- Files Changed: 6
- Components Updated: 3
- Styles Updated: 0
- Lines Added: 127
- Lines Deleted: 4
- Previous Release: v0.2.4
🔗 Links
- npm: @robosystems/report-components
- Full Changelog: v0.2.4...v0.2.5
- All Releases: View all releases
🤖 Generated with Claude Code