@everymatrix/player-bonus-history 1.37.1 → 1.37.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/dist/player-bonus-history.js +34 -407
- package/dist/player-bonus-history.js.map +1 -1
- package/package.json +2 -2
- package/src/PlayerBonusHistory.svelte +4 -2
- package/src/translations.js +10 -10
package/CHANGELOG.md
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
|
2
|
+
## player-bonus-history widget changelogs
|
3
|
+
|
4
|
+
| Version | Release date | Impacted areas | Changes |
|
5
|
+
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.37.2 | Mon Aug 12 2024 | player-bonus-history | style(EMFE-31522)(player-bonus-card,player-bonus-history,player-deposit,player-gaming-history,player-pending-withdrawls,player-transaction-history,player-withdrawl): update styling <br /> chore(EMFE-28466)(player-account-controller, player-account-gaming-limits-history-2,player-account-gaming-limits-page-2-gm16,player-bonus-history,player-gaming-history): remove version slicing and add / <br /> fix(EMFE-27858)(player-account-self-exclusion, player-bonus-history, player-gaming-history): fix for multiple definitions in custom element registry <br /> fix(EMFE-27858)(player-account-self-exclusion, player-bonus-history, player-gaming-history): set vaadin to a specific new version <br /> feat(EMFE-27872)(player-active-bonuses, player-bonus-history): change grantedAmount to grantedPlayerCurrencyAmount |
|