@everymatrix/casino-footer-v2 1.43.3 → 1.44.0
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 +1 -0
- package/dist/casino-footer-v2.js +63 -63
- package/dist/casino-footer-v2.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoFooterV2.svelte +6 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.43.4 | Tue Oct 15 2024 | casino-footer-v2 | chore(EMFE-33485)(casino-footer-v2): add vars on footer lang dropdown |
|
6
7
|
| 1.37.2 | Mon Aug 12 2024 | casino-footer-v2 | fix(EMFE-29061)(casino-footer-v2): populate variables with res data properly <br /> fix(EMFE-29061)(casino-footer-v2): async/await approach for fetch <br /> chore(EMFE-000)(casino-footer-thumbnail,casino-promotions-nd,casino-footer-v2): add color variables <br /> chore(EMFE-000)(casino-collections-providers,casino-footer,casino-footer-v2,casino-game-page,casino-games-category-section-nd,casino-hamburger-menu,casino-header-controller,casino-search,casino-winners,player-account-controller,player-account-menu): change some color variables for the dark/ light theme <br /> fix(EMFE-27252)(casino-footer-v2, casino-footer): added both on footer v1 and v2 a reset for hasErrors, for this untreated case where the call would fail on language change for a certain language, and upon switching back to the initial language where it did work at first, it would show server errro because the hasErrors would still be true from the previous call <br /> fix(EMFE-0000)(casino-footer-v2): create translation valid for time in footer <br /> fix(EMFE-0000)(casino-footer-v2): create translation valid for time in footer <br /> fix(EMFE-0000)(casino-footer-v2): create translation valid for time in footer |
|
7
8
|
| 1.24.0 | Thu Jan 11 2024 | casino-footer-v2 | fix(EMFE-29061)(casino-footer-v2): populate variables with res data properly |
|
8
9
|
| 1.23.0 | Thu Dec 21 2023 | casino-footer-v2 | fix(EMFE-29061)(casino-footer-v2): async/await approach for fetch |
|