@genesislcap/blank-app-seed 5.8.0-prerelease.2 → 5.8.1
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/.genx/package.json +1 -1
- package/.genx/utils/generateTile.js +1 -1
- package/.genx/versions.json +1 -1
- package/CHANGELOG.md +97 -2
- package/package.json +1 -1
package/.genx/package.json
CHANGED
|
@@ -60,7 +60,7 @@ const getPathByFramework = {
|
|
|
60
60
|
`${componentPath}/${changeCase.pascalCase(tile.name)}CreateFormSchema.ts`,
|
|
61
61
|
updateForm: (componentPath, tile, changeCase) =>
|
|
62
62
|
`${componentPath}/${changeCase.pascalCase(tile.name)}UpdateFormSchema.ts`,
|
|
63
|
-
filterForm: (componentPath, tile) =>
|
|
63
|
+
filterForm: (componentPath, tile, changeCase) =>
|
|
64
64
|
`${componentPath}/${changeCase.pascalCase(tile.name)}FilterFormSchema.ts`,
|
|
65
65
|
columnDefs: (componentPath, tile, changeCase) =>
|
|
66
66
|
`${componentPath}/${changeCase.pascalCase(tile.name)}ColumnDefs.ts`,
|
package/.genx/versions.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,106 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [5.8.
|
|
3
|
+
## [5.8.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.8.0...v5.8.1) (2026-02-13)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Bug Fixes
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* add missing changeCase for filterFormSchema [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 30621d4
|
|
9
|
+
* add missing changeCase for filterFormSchema [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#551) c47aded
|
|
10
|
+
|
|
11
|
+
## [5.8.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.7.0...v5.8.0) (2026-02-12)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add ability to set design tokens for generated application GENC-1232 bfcf676
|
|
17
|
+
* add ability to set design tokens for generated application GENC-1232 (#526) c01a7f3
|
|
18
|
+
* bump fui versions to receive light mode fixes 6f244c5
|
|
19
|
+
* bump fui versions to receive light mode fixes (#530) 3df2a30
|
|
20
|
+
* configure foundation header logo during init GENC-1232 fa452b4
|
|
21
|
+
* fix setting fonts and set css used for handlers GENC-1232 de493e3
|
|
22
|
+
* grid interactions web-components/react/angular GENC-1211 ddcf44c
|
|
23
|
+
* grid interactions web-components/react/angular GENC-1211 (#527) a9a112b
|
|
24
|
+
* handle foundation-filters in entity-management GENC-1241 d124c7f
|
|
25
|
+
* handle foundation-filters in entity-management GENC-1241 (#538) 76bf4b8
|
|
26
|
+
* optionally set fonts in generated app via genx GENC-1232 (#531) 596f933
|
|
27
|
+
* optionally set header logo during genx init GENC-1232 (#528) 86c8950
|
|
28
|
+
* set logo styles GENC-1232 950a6b6
|
|
29
|
+
* update GSF and Auth versions to 8.14.0 [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 1e45d1e
|
|
30
|
+
* update GSF and Auth versions to 8.14.0 [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#534) f7cf87a
|
|
31
|
+
* update to 8.14 [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#550) 0bd17bb
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* add checkbox selection for publishers GENC-1211 187915f
|
|
37
|
+
* add checkbox selection for publishers GENC-1211 (#535) afde343
|
|
38
|
+
* add proxy for vite with react ff07e8f
|
|
39
|
+
* add proxy for vite with react adb23b4
|
|
40
|
+
* add proxy for vite with react (#518) 65bab7f
|
|
41
|
+
* apply logo styles by default GENC-1232 00814d8
|
|
42
|
+
* backport main [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#549) d807320
|
|
43
|
+
* build issues after FUI update [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 4bb8376
|
|
44
|
+
* bump fui version to fix modal regression 4594a2d
|
|
45
|
+
* bump fui version to fix modal regression (#532) ad41045
|
|
46
|
+
* change selected row background GENC-1211 72eb6ae
|
|
47
|
+
* change selected row background GENC-1211 (#537) e00b3d1
|
|
48
|
+
* correct cleanup for foundation-store [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 89bd39b
|
|
49
|
+
* correct mounting of FUI components in react [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) ea48597
|
|
50
|
+
* correct mounting of FUI components in react [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#546) a69ed2a
|
|
51
|
+
* correct reduxStore provider [FUI-2470](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2470) 76788ea
|
|
52
|
+
* correct reduxStore provider [FUI-2470](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2470) (#547) f1bb8b7
|
|
53
|
+
* erronous ifAny check in react for datasourceConfig GENC-1232 c109583
|
|
54
|
+
* handling of optional headerlogo GENC-1232 ece95a3
|
|
55
|
+
* handling of optional headerlogo GENC-1232 (#529) 88ed8d6
|
|
56
|
+
* lint error [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 742ac0f
|
|
57
|
+
* linting error in generated app GENC-1232 4c176cc
|
|
58
|
+
* linting error in generated app react and angular GENC-1232 a95c6a5
|
|
59
|
+
* logic applying design token option GENC-1232 a42f6b6
|
|
60
|
+
* logic applying design token option GENC-1232 760e6c1
|
|
61
|
+
* logic applying design token option GENC-1232 7e25e01
|
|
62
|
+
* logic applying design token option GENC-1232 f11fd09
|
|
63
|
+
* logic applying design token option GENC-1232 54b2e75
|
|
64
|
+
* logic applying design token option GENC-1232 63faf22
|
|
65
|
+
* logic applying design token option GENC-1232 6de63aa
|
|
66
|
+
* logic applying design token option GENC-1232 d721477
|
|
67
|
+
* logic applying design token option GENC-1232 a66eada
|
|
68
|
+
* logic applying design token option GENC-1232 3c72211
|
|
69
|
+
* logo configuration in angular GENC-1232 14445fc
|
|
70
|
+
* revert add checkbox selection for publishers GENC-1211 2bfba25
|
|
71
|
+
* revert add checkbox selection for publishers GENC-1211 (#536) c2a362a
|
|
72
|
+
* Revert GSF version changes in versions.json [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#540) f174314
|
|
73
|
+
* simple store configuration for notify [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) f0c8786
|
|
74
|
+
* simple store configuration for notify [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#548) bbdeff9
|
|
75
|
+
* simple store configuration for notify + useDocumentTitle hook [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) d27a1d6
|
|
76
|
+
* simple store configuration for notify + useDocumentTitle hook [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 3de0f0a
|
|
77
|
+
* simple store configuration for notify + useDocumentTitle hook [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#543) 261fa8d
|
|
78
|
+
* template example shoudl be using light mode value GENC-1232 b87024f
|
|
79
|
+
* Trigger release f3cea2d
|
|
80
|
+
* Trigger release (#545) ddbc132
|
|
81
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 73e9d9c
|
|
82
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) affe2d8
|
|
83
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 307d126
|
|
84
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 6b27022
|
|
85
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 9b0d2cf
|
|
86
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) a597461
|
|
87
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) b666a8b
|
|
88
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) db1cff2
|
|
89
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) de06d08
|
|
90
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 63dc737
|
|
91
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 6dc9f8f
|
|
92
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 353a334
|
|
93
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 8d05c98
|
|
94
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 7e4d994
|
|
95
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 80b9ac5
|
|
96
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) f1c7a32
|
|
97
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) bc1fc15
|
|
98
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 24510a4
|
|
99
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 3ebdac7
|
|
100
|
+
* use component in tabsLayout GENC-0 41a53ac
|
|
101
|
+
* use component in tabsLayout GENC-0 (#539) e4f164e
|
|
102
|
+
* use relative logo source instead of absolute GENC-1232 1002762
|
|
103
|
+
* use relative logo source instead of absolute GENC-1232 (#533) 71a9b23
|
|
9
104
|
|
|
10
105
|
## [5.8.0-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.7.0...v5.8.0-prerelease.1) (2026-02-12)
|
|
11
106
|
|