@genesislcap/blank-app-seed 4.0.0-prerelease.2 → 4.0.0-prerelease.20
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/versions.json +3 -3
- package/CHANGELOG.md +128 -0
- package/client-tmp/web-components/build.gradle.kts +2 -0
- package/client-tmp/web-components/src/routes/config.ts +5 -2
- package/package.json +1 -1
- package/server/settings.gradle.kts +3 -1
- package/server/{{appName}}-app/build.gradle.kts +1 -0
package/.genx/package.json
CHANGED
package/.genx/versions.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,133 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.0-prerelease.20](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.19...v4.0.0-prerelease.20) (2025-05-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 3a63f11
|
|
9
|
+
|
|
10
|
+
## [4.0.0-prerelease.19](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.18...v4.0.0-prerelease.19) (2025-04-30)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 6353214
|
|
16
|
+
|
|
17
|
+
## [4.0.0-prerelease.18](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.17...v4.0.0-prerelease.18) (2025-04-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) bc2ccf7
|
|
23
|
+
|
|
24
|
+
## [4.0.0-prerelease.17](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.16...v4.0.0-prerelease.17) (2025-04-24)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) ddd50f3
|
|
30
|
+
|
|
31
|
+
## [4.0.0-prerelease.16](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.15...v4.0.0-prerelease.16) (2025-04-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 262376a
|
|
37
|
+
|
|
38
|
+
## [4.0.0-prerelease.15](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.14...v4.0.0-prerelease.15) (2025-04-14)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* adding the deploy plugin instructions [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) ebabb63
|
|
44
|
+
* adding the deploy plugin instructions [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#448) 608b8e9
|
|
45
|
+
* lint UI errors [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) fbaa3a5
|
|
46
|
+
|
|
47
|
+
## [4.0.0-prerelease.14](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.13...v4.0.0-prerelease.14) (2025-04-02)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 26fbe38
|
|
53
|
+
|
|
54
|
+
## [4.0.0-prerelease.13](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.12...v4.0.0-prerelease.13) (2025-04-02)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) a2c634b
|
|
60
|
+
|
|
61
|
+
## [4.0.0-prerelease.12](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.11...v4.0.0-prerelease.12) (2025-03-31)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 70c1642
|
|
67
|
+
|
|
68
|
+
## [4.0.0-prerelease.11](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.10...v4.0.0-prerelease.11) (2025-03-31)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) a6406e3
|
|
74
|
+
|
|
75
|
+
## [4.0.0-prerelease.10](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.9...v4.0.0-prerelease.10) (2025-03-28)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Bug Fixes
|
|
79
|
+
|
|
80
|
+
* correct path for login redirect 7aa1a2e
|
|
81
|
+
|
|
82
|
+
## [4.0.0-prerelease.9](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.8...v4.0.0-prerelease.9) (2025-03-28)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* correct path for login redirect d2f5be8
|
|
88
|
+
|
|
89
|
+
## [4.0.0-prerelease.8](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.7...v4.0.0-prerelease.8) (2025-03-27)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 7c83e14
|
|
95
|
+
|
|
96
|
+
## [4.0.0-prerelease.7](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.6...v4.0.0-prerelease.7) (2025-03-27)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 040de3f
|
|
102
|
+
|
|
103
|
+
## [4.0.0-prerelease.6](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.5...v4.0.0-prerelease.6) (2025-03-27)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
* automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#444) 4aee519
|
|
109
|
+
|
|
110
|
+
## [4.0.0-prerelease.5](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.4...v4.0.0-prerelease.5) (2025-03-27)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Bug Fixes
|
|
114
|
+
|
|
115
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) e012493
|
|
116
|
+
|
|
117
|
+
## [4.0.0-prerelease.4](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.3...v4.0.0-prerelease.4) (2025-03-27)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 2e81c63
|
|
123
|
+
|
|
124
|
+
## [4.0.0-prerelease.3](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.2...v4.0.0-prerelease.3) (2025-03-26)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 04c963c
|
|
130
|
+
|
|
3
131
|
## [4.0.0-prerelease.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0-prerelease.1...v4.0.0-prerelease.2) (2025-03-26)
|
|
4
132
|
|
|
5
133
|
|
|
@@ -19,7 +19,7 @@ const ssoSettings =
|
|
|
19
19
|
autoAuth: true,
|
|
20
20
|
sso: {
|
|
21
21
|
toggled: true,
|
|
22
|
-
identityProvidersPath: 'sso/list',
|
|
22
|
+
identityProvidersPath: 'gwf/sso/list',
|
|
23
23
|
},
|
|
24
24
|
}
|
|
25
25
|
: {};
|
|
@@ -61,7 +61,10 @@ export class MainRouterConfig extends FoundationRouterConfiguration<LoginSetting
|
|
|
61
61
|
hostPath: this.loginPath,
|
|
62
62
|
postLoginRedirect: async () => {
|
|
63
63
|
await this.connect.connect(GENESIS_SOCKET_URL);
|
|
64
|
-
|
|
64
|
+
const lastPath =
|
|
65
|
+
getUser().lastPath() === `${publicPath}/` ? undefined : getUser().lastPath();
|
|
66
|
+
const defaultPath = publicPath + '/{{kebabCase routes.[0].name}}';
|
|
67
|
+
navigateTo(lastPath ?? defaultPath);
|
|
65
68
|
},
|
|
66
69
|
postLogoutRedirect: () => {
|
|
67
70
|
if (this.connect.isConnected) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
dependencies {
|
|
2
2
|
compileOnly(genesis("script-dependencies"))
|
|
3
3
|
genesisGeneratedCode(withTestDependency = true)
|
|
4
|
+
genesisWeb("global.genesis:client")
|
|
4
5
|
testImplementation(genesis("dbtest"))
|
|
5
6
|
testImplementation(genesis("testsupport"))
|
|
6
7
|
testImplementation(genesis("pal-eventhandler"))
|