lorgg-v2-components 0.2.7 → 0.2.9
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/dist/components/index.d.ts +1 -0
- package/dist/components/main.d.ts +1 -1
- package/dist/lorgg-components.cjs.js +41 -41
- package/dist/lorgg-components.es.js +1669 -1668
- package/dist/lorgg-components.umd.js +42 -42
- package/package.json +1 -1
- package/.vscode/extensions.json +0 -3
- package/CHANGELOG.md +0 -10
package/package.json
CHANGED
package/.vscode/extensions.json
DELETED
package/CHANGELOG.md
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 0.2.6 - 2026-02-24
|
|
4
|
-
|
|
5
|
-
- Fixed Tournament standings expanded winrate field mapping:
|
|
6
|
-
- Opponents Winrate now renders `opponentsMatchWinrate`
|
|
7
|
-
- Game Winrate now renders `gameWins / (gameWins + gameLosses)`
|
|
8
|
-
- Opponents Game Winrate now renders `opponentsGameWinrate`
|
|
9
|
-
- Aligned Tournament `shownColumns` API keys to active usage: `player`, `matchWLs`, `gameWLs`, `winrate`.
|
|
10
|
-
- Added a TournamentPlayerRow story assertion that validates winrate source mapping and displayed percentages.
|