@vixoniccom/news-internal 0.4.21-dev.3 → 0.4.21-dev.31
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/.github/workflows/npm-publish.yml +13 -3
- package/CHANGELOG.md +93 -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/newsGroup/index.ts +2 -1
- package/configuration/newsGroup/newsInputs.ts +8 -8
- package/configuration.json +19 -8
- package/package.json +2 -2
- package/src/components/App.tsx +23 -2
- package/src/components/FontLoader.tsx +1 -0
- package/src/components/FormattedText/index.tsx +3 -8
- package/src/components/NewsContainer/index.tsx +49 -31
- package/src/parameters.d.ts +121 -74
- package/src/test/parameters.json +14 -25
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: Publish to NPM
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
|
-
|
|
4
|
+
pull_request:
|
|
5
5
|
branches:
|
|
6
|
+
- development
|
|
6
7
|
- master
|
|
7
8
|
- main
|
|
9
|
+
workflow_dispatch:
|
|
8
10
|
|
|
9
11
|
jobs:
|
|
10
12
|
publish:
|
|
11
|
-
# Solo ejecutar si es un push a main/master
|
|
12
|
-
if: github.event_name == 'push'
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
|
|
15
15
|
steps:
|
|
@@ -44,6 +44,16 @@ jobs:
|
|
|
44
44
|
env:
|
|
45
45
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
46
46
|
|
|
47
|
+
- name: Configure Git
|
|
48
|
+
run: |
|
|
49
|
+
git config --global user.name "github-actions[bot]"
|
|
50
|
+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
|
51
|
+
|
|
52
|
+
- name: Create release version
|
|
53
|
+
run: npm run release
|
|
54
|
+
env:
|
|
55
|
+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
56
|
+
|
|
47
57
|
- name: Build package
|
|
48
58
|
run: npm run prepublish
|
|
49
59
|
env:
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,99 @@
|
|
|
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.31](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.30...v0.4.21-dev.31) (2026-04-21)
|
|
6
|
+
|
|
7
|
+
### [0.4.21-dev.30](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.29...v0.4.21-dev.30) (2026-04-21)
|
|
8
|
+
|
|
9
|
+
### [0.4.21-dev.29](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.28...v0.4.21-dev.29) (2026-04-21)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
|
|
15
|
+
* update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
|
|
16
|
+
|
|
17
|
+
### [0.4.21-dev.28](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.27...v0.4.21-dev.28) (2026-01-26)
|
|
18
|
+
|
|
19
|
+
### [0.4.21-dev.27](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.26...v0.4.21-dev.27) (2026-01-26)
|
|
20
|
+
|
|
21
|
+
### [0.4.21-dev.26](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.25...v0.4.21-dev.26) (2026-01-26)
|
|
22
|
+
|
|
23
|
+
### [0.4.21-dev.25](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.24...v0.4.21-dev.25) (2026-01-23)
|
|
24
|
+
|
|
25
|
+
### [0.4.21-dev.24](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.23...v0.4.21-dev.24) (2026-01-23)
|
|
26
|
+
|
|
27
|
+
### [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)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* add default message and format for news absence in parameters ([43948f0](https://github.com/Vixonic/store-news-internal/commit/43948f073735158883a48bdb118c8c4e3f14f50b))
|
|
33
|
+
|
|
34
|
+
### [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)
|
|
35
|
+
|
|
36
|
+
### [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)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* use nullish coalescing for news size selection in title and description retrieval ([cabe85d](https://github.com/Vixonic/store-news-internal/commit/cabe85d2c96a7e6421607a156bcef2cc0838880d))
|
|
42
|
+
|
|
43
|
+
### [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)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* refactor news title and description retrieval to use a helper function ([acf8cd0](https://github.com/Vixonic/store-news-internal/commit/acf8cd058203b259472fdf98eae028d6a175d222))
|
|
49
|
+
|
|
50
|
+
### [0.4.21-dev.19](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.18...v0.4.21-dev.19) (2026-01-12)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* enhance news parsing to include dynamic titles and descriptions based on size selection ([eddc7b3](https://github.com/Vixonic/store-news-internal/commit/eddc7b3aa93f4a10af163e77eeee07e643342a44))
|
|
56
|
+
|
|
57
|
+
### [0.4.21-dev.18](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.17...v0.4.21-dev.18) (2026-01-12)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* update range configuration for news items to [1:200] ([448fb18](https://github.com/Vixonic/store-news-internal/commit/448fb18c5b47559b327553ff6505a634d0975f91))
|
|
63
|
+
|
|
64
|
+
### [0.4.21-dev.17](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.16...v0.4.21-dev.17) (2026-01-12)
|
|
65
|
+
|
|
66
|
+
### [0.4.21-dev.16](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.15...v0.4.21-dev.16) (2026-01-12)
|
|
67
|
+
|
|
68
|
+
### [0.4.21-dev.15](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.14...v0.4.21-dev.15) (2026-01-12)
|
|
69
|
+
|
|
70
|
+
### [0.4.21-dev.14](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.13...v0.4.21-dev.14) (2026-01-12)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### Bug Fixes
|
|
74
|
+
|
|
75
|
+
* correct range format for showTime input in configuration ([c81a55e](https://github.com/Vixonic/store-news-internal/commit/c81a55ec3b71ad805cabb184a562b1d014a01111))
|
|
76
|
+
* update news input IDs and types in configuration files ([725fa09](https://github.com/Vixonic/store-news-internal/commit/725fa0913d2be9c729246e1e62e3a25e48280011))
|
|
77
|
+
|
|
78
|
+
### [0.4.21-dev.13](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.12...v0.4.21-dev.13) (2026-01-12)
|
|
79
|
+
|
|
80
|
+
### [0.4.21-dev.12](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.11...v0.4.21-dev.12) (2026-01-12)
|
|
81
|
+
|
|
82
|
+
### [0.4.21-dev.11](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.10...v0.4.21-dev.11) (2026-01-12)
|
|
83
|
+
|
|
84
|
+
### [0.4.21-dev.10](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.9...v0.4.21-dev.10) (2026-01-12)
|
|
85
|
+
|
|
86
|
+
### [0.4.21-dev.9](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.8...v0.4.21-dev.9) (2026-01-12)
|
|
87
|
+
|
|
88
|
+
### [0.4.21-dev.8](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.7...v0.4.21-dev.8) (2026-01-12)
|
|
89
|
+
|
|
90
|
+
### [0.4.21-dev.7](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.6...v0.4.21-dev.7) (2026-01-12)
|
|
91
|
+
|
|
92
|
+
### [0.4.21-dev.6](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.5...v0.4.21-dev.6) (2026-01-12)
|
|
93
|
+
|
|
94
|
+
### [0.4.21-dev.5](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.4...v0.4.21-dev.5) (2026-01-12)
|
|
95
|
+
|
|
96
|
+
### [0.4.21-dev.4](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.3...v0.4.21-dev.4) (2026-01-12)
|
|
97
|
+
|
|
5
98
|
### [0.4.21-dev.3](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.2...v0.4.21-dev.3) (2026-01-12)
|
|
6
99
|
|
|
7
100
|
### [0.4.21-dev.2](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.1...v0.4.21-dev.2) (2026-01-12)
|