@vixoniccom/news-internal 0.4.20-dev.3 → 0.4.20-dev.5
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 +17 -0
- package/build/index.html +1 -1
- package/build/main.js +1 -1
- package/build/test/downloads/custom-template/main.html +72 -61
- package/build.zip +0 -0
- package/configuration/newsGroup/newsInputs.ts +4 -0
- package/configuration.json +4 -0
- package/package.json +2 -2
- package/src/components/App.tsx +25 -42
- package/src/components/FormattedHtmlText/index.tsx +4 -3
- package/src/components/FormattedText/index.tsx +27 -22
- package/src/components/GalleryItem/index.tsx +1 -1
- package/src/components/ImageContainer/index.tsx +10 -8
- package/src/index.html +13 -10
- package/src/main.ts +1 -1
- package/src/test/downloads/custom-template/main.html +72 -61
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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.20-dev.5](https://github.com/Vixonic/store-news-internal/compare/v0.4.20-dev.4...v0.4.20-dev.5) (2025-09-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add title tag ([ec3c161](https://github.com/Vixonic/store-news-internal/commit/ec3c1613eab4903201f7b05e0b0e82da27f0460a))
|
|
11
|
+
* apply sonar and copilot suggestions ([26612ad](https://github.com/Vixonic/store-news-internal/commit/26612ad09a03f6937377fe717be05a745c970cce))
|
|
12
|
+
* change alt content ([9cb947b](https://github.com/Vixonic/store-news-internal/commit/9cb947b57b8a9cfe91058985fedb184b0087fc40))
|
|
13
|
+
* test html fixed ([5c3b088](https://github.com/Vixonic/store-news-internal/commit/5c3b08842ca5dca86a9b336abdecfe7eb04057c4))
|
|
14
|
+
|
|
15
|
+
### [0.4.20-dev.4](https://github.com/Vixonic/store-news-internal/compare/v0.4.20-dev.3...v0.4.20-dev.4) (2025-09-03)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* non empty pattern readded to textArea fields ([df87664](https://github.com/Vixonic/store-news-internal/commit/df8766449c4c789698b9e249cab1aad2aa8aa787))
|
|
21
|
+
|
|
5
22
|
### [0.4.20-dev.3](https://github.com/Vixonic/store-news-internal/compare/v0.4.20-dev.2...v0.4.20-dev.3) (2025-09-03)
|
|
6
23
|
|
|
7
24
|
|
package/build/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html style="position:absolute;height:100%;width:100%;overflow:hidden"><head><title></title><meta charset="utf-8"
|
|
1
|
+
<!doctype html><html lang="en" style="position:absolute;height:100%;width:100%;overflow:hidden"><head><title></title><meta charset="utf-8"/></head><body style="margin:0;overflow:hidden"><div id="root" style="position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden"></div><script src="./main.js"></script></body></html>
|