@genesislcap/blank-app-seed 3.39.3 → 3.40.0-prerelease.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "3.39.3",
4
+ "version": "3.40.0-prerelease.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.227.4",
3
- "GSF": "8.7.2",
4
- "Auth": "8.7.0"
2
+ "UI": "14.234.1",
3
+ "GSF": "8.8.0",
4
+ "Auth": "8.8.0"
5
5
  }
@@ -1,3 +1,3 @@
1
1
  # for reference see https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#example-of-a-codeowners-file
2
2
 
3
- * @cistov @derekdon @MrBrunoWolff @skawian @kievitsp @jacinpoz @khouari1 @rafaelnferreira @matteematt @SzymonZur @ArturKrasinski @jay-taylerson
3
+ * @MrBrunoWolff @skawian @kievitsp @jacinpoz @khouari1 @rafaelnferreira @matteematt @SzymonZur @ArturKrasinski @jay-taylerson
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.40.0-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.4...v3.40.0-prerelease.1) (2025-02-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * use foundation-auth as default login [FUI-2196](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2196) (#427) b8c1d13
9
+ * use public path for navigation when available [FUI-2071](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2071) (#410) 5e6c1af
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#414) bca5113
15
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#426) d3751d1
16
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#429) 7f512d2
17
+ * customEvent tooltip update GENC-847 (#419) 80f5e8e
18
+ * revert changes from 8.9 (#430) 4133d7e, closes FUI-2196 PSD-9
19
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) d7d9ecb
20
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) c456aad
21
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) e84d97f
22
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 761fc00
23
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 266dfd6
24
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 6f4446a
25
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) f4b429c
26
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 7dc3ae2
27
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) e95345c
28
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) bcff53d
29
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 1992fef
30
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 9decda0
31
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) b63f98e
32
+
33
+ ## [3.39.4](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.3...v3.39.4) (2025-01-16)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * update versions.json [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#424) 11c9ce5
39
+
3
40
  ## [3.39.3](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.2...v3.39.3) (2025-01-10)
4
41
 
5
42
 
@@ -1,6 +1,7 @@
1
1
  import { Auth, Session } from '@genesislcap/foundation-comms';
2
2
  import { defaultLoginConfig, LoginConfig } from '@genesislcap/foundation-login';
3
3
  import { FoundationRouterConfiguration } from '@genesislcap/foundation-ui';
4
+ import { PUBLIC_PATH } from '@genesislcap/foundation-utils';
4
5
  import { NavigationPhase, optional, Route } from '@genesislcap/web-core';
5
6
  import { defaultLayout, loginLayout } from '../layouts';
6
7
  import { logger } from '../utils';
@@ -25,6 +26,8 @@ const ssoSettings =
25
26
  }
26
27
  : {};
27
28
 
29
+ const publicPath = typeof PUBLIC_PATH !== 'undefined' ? PUBLIC_PATH : '';
30
+
28
31
  export class MainRouterConfig extends FoundationRouterConfiguration<LoginSettings> {
29
32
  constructor(
30
33
  @Auth private auth: Auth,
@@ -56,7 +59,7 @@ export class MainRouterConfig extends FoundationRouterConfiguration<LoginSetting
56
59
  configure(this.container, {
57
60
  hostPath: 'login',
58
61
  autoConnect: true,
59
- defaultRedirectUrl: '{{kebabCase routes.[0].name}}',
62
+ defaultRedirectUrl: publicPath + '{{kebabCase routes.[0].name}}',
60
63
  ...ssoSettings,
61
64
  });
62
65
  return define({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "3.39.3",
4
+ "version": "3.40.0-prerelease.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"