Releases: liamgold/xperience-community-sustainability
Releases · liamgold/xperience-community-sustainability
v3.0.0
v2.7.1
What's Changed
- chore(deps-dev): Bump node-forge from 1.3.1 to 1.3.2 in /src/Client by @dependabot[bot] in #65
- chore(deps): Bump @tgwf/co2 from 0.16.9 to 0.17.0 in /src/Client by @dependabot[bot] in #66
- Fix: Build client assets in GitHub Actions workflows by @liamgold in #67
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- Bump js-yaml from 4.1.0 to 4.1.1 in /src/Client by @dependabot[bot] in #61
- feat: Add historical tracking with pagination and trend visualization by @liamgold in #62
- feat: Add PDF export functionality for sustainability reports by @liamgold in #64
- Bump webpack from 5.102.1 to 5.103.0 in /src/Client in the webpack group by @dependabot[bot] in #63
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.0
v2.4.0
What's Changed
- Bundle @tgwf/co2 library locally to remove Skypack CDN dependency by @liamgold in #50
- Bump version to 2.4.0 by @liamgold in #51
- Bump @babel/core from 7.28.4 to 7.28.5 in /src/Client by @dependabot[bot] in #49
- Bump @babel/preset-env from 7.28.3 to 7.28.5 in /src/Client by @dependabot[bot] in #48
- Bump @babel/preset-typescript from 7.27.1 to 7.28.5 in /src/Client by @dependabot[bot] in #45
- Bump @babel/plugin-transform-runtime from 7.28.3 to 7.28.5 in /src/Client by @dependabot[bot] in #46
- Bump @babel/preset-react from 7.27.1 to 7.28.5 in /src/Client by @dependabot[bot] in #47
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add Dependabot configuration for automated dependency updates by @liamgold in #36
- Bump @babel/core from 7.27.1 to 7.28.4 in /src/Client by @dependabot[bot] in #39
- Bump the webpack group in /src/Client with 2 updates by @dependabot[bot] in #37
- Bump Microsoft.Playwright from 1.52.0 to 1.55.0 by @dependabot[bot] in #42
- Bump postcss from 8.5.3 to 8.5.6 in /src/Client by @dependabot[bot] in #38
- Bump @babel/preset-env from 7.27.2 to 7.28.3 in /src/Client by @dependabot[bot] in #40
- Bump @babel/plugin-transform-runtime from 7.27.1 to 7.28.3 in /src/Client by @dependabot[bot] in #41
- Add explicit permissions to CI workflow by @liamgold in #43
- Add Resource Type Icons by @liamgold in #44
New Contributors
- @dependabot[bot] made their first contribution in #39
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.0
What's New in 2.1.0
New Features
- Added configurable
TimeoutMillisecondsoption for Playwright page loading
Bug Fixes
- Fixed memory leak with proper Playwright disposal patterns
- Fixed error handling to show error banner in UI instead of "no data" message
- Fixed security vulnerability (on-headers CVE-2025-7339)
Improvements
- Changed service lifetime from Singleton to Scoped to prevent concurrency issues
- Standardized JSON serialization to System.Text.Json
- Improved error handling and logging
Infrastructure
- Added GitHub Actions CI/CD workflows
- Added NuGet Trusted Publishing support
- Updated documentation (CLAUDE.md, README.md, RELEASE.md)
Full Changelog: v2.0.0...v2.1.0