@vixoniccom/news-internal 0.4.21-dev.20 → 0.4.21-dev.23
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 +16 -0
- package/build/main.js +1 -1
- package/build/test/parameters.json +14 -25
- package/build.zip +0 -0
- package/configuration/appearanceGroup/generalInputs.ts +4 -2
- package/configuration.json +10 -0
- package/package.json +1 -1
- package/src/components/FontLoader.tsx +1 -0
- package/src/components/FormattedText/index.tsx +3 -8
- package/src/components/NewsContainer/index.tsx +10 -6
- package/src/parameters.d.ts +120 -2
- package/src/test/parameters.json +14 -25
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.4.21-dev.23](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.22...v0.4.21-dev.23) (2026-01-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add default message and format for news absence in parameters ([43948f0](https://github.com/Vixonic/store-news-internal/commit/43948f073735158883a48bdb118c8c4e3f14f50b))
|
|
11
|
+
|
|
12
|
+
### [0.4.21-dev.22](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.21...v0.4.21-dev.22) (2026-01-23)
|
|
13
|
+
|
|
14
|
+
### [0.4.21-dev.21](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.20...v0.4.21-dev.21) (2026-01-23)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* use nullish coalescing for news size selection in title and description retrieval ([cabe85d](https://github.com/Vixonic/store-news-internal/commit/cabe85d2c96a7e6421607a156bcef2cc0838880d))
|
|
20
|
+
|
|
5
21
|
### [0.4.21-dev.20](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.19...v0.4.21-dev.20) (2026-01-12)
|
|
6
22
|
|
|
7
23
|
|