@genesislcap/blank-app-seed 3.40.1 → 3.41.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/versions.json +3 -3
- package/CHANGELOG.md +52 -0
- package/client-tmp/react/package.json +1 -1
- package/client-tmp/react/src/App.tsx +1 -1
- package/client-tmp/react/src/guards/ProtectedGuard.tsx +1 -1
- package/client-tmp/react/src/pages/AuthPage/AuthPage.tsx +1 -1
- package/client-tmp/react/src/pbc/container.tsx +1 -1
- package/client-tmp/react/src/store/RoutesContext.tsx +1 -1
- package/client-tmp/react/src/utils/history.ts +5 -5
- package/client-tmp/react/src/utils/index.ts +1 -1
- package/client-tmp/react/webpack.config.js +1 -1
- package/client-tmp/web-components/public/initSSO.js +1 -1
- package/client-tmp/web-components/src/layouts/default.ts +0 -4
- package/package.json +1 -1
package/.genx/package.json
CHANGED
package/.genx/versions.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.41.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.41.0...v3.41.1) (2025-03-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* revert changes e50c69a
|
|
9
|
+
* revert cookies (#438) 754f30a
|
|
10
|
+
|
|
11
|
+
## [3.41.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.40.1...v3.41.0) (2025-03-06)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* bump GSF to 8.9 [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#436) 1295e2b
|
|
17
|
+
* release 8.9 [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#437) 1172438
|
|
18
|
+
* use foundation-auth as default login [FUI-2196](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2196) (#427) abd0c48
|
|
19
|
+
* use foundation-auth as default login [FUI-2196](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2196) (#427) b8c1d13
|
|
20
|
+
* use public path for navigation when available [FUI-2071](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2071) (#410) 5e6c1af
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) 7229060
|
|
26
|
+
* automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#414) bca5113
|
|
27
|
+
* automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#426) d3751d1
|
|
28
|
+
* automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#429) 7f512d2
|
|
29
|
+
* automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#431) c2eb359
|
|
30
|
+
* customEvent tooltip update GENC-847 (#419) 80f5e8e
|
|
31
|
+
* include auth in config [FUI-2196](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2196) 1c549d5
|
|
32
|
+
* revert changes 65040e4
|
|
33
|
+
* revert changes from 8.9 (#430) 4133d7e, closes FUI-2196 PSD-9
|
|
34
|
+
* update versions build trigger f8783d3
|
|
35
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) e897283
|
|
36
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) d5fd0da
|
|
37
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) eb67c93
|
|
38
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) d7d9ecb
|
|
39
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) c456aad
|
|
40
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) e84d97f
|
|
41
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 761fc00
|
|
42
|
+
* updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 266dfd6
|
|
43
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 520e1bb
|
|
44
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 0772186
|
|
45
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) ff4366b
|
|
46
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 6f4446a
|
|
47
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) f4b429c
|
|
48
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 7dc3ae2
|
|
49
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) e95345c
|
|
50
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) bcff53d
|
|
51
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 1992fef
|
|
52
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 9decda0
|
|
53
|
+
* updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) b63f98e
|
|
54
|
+
|
|
3
55
|
## [3.40.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.40.0...v3.40.1) (2025-02-17)
|
|
4
56
|
|
|
5
57
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@types/css-modules": "^1.0.5",
|
|
78
78
|
"@types/jest": "^29.5.12",
|
|
79
79
|
"@types/node": "^20.14.10",
|
|
80
|
-
"@types/react": "^19.0.1",
|
|
80
|
+
"@types/react": "^19.0.1",
|
|
81
81
|
"@types/react-dom": "^19.0.2",
|
|
82
82
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
83
83
|
"@typescript-eslint/parser": "^7.13.1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createBrowserHistory, History } from 'history';
|
|
2
|
-
|
|
3
|
-
export type Router = History;
|
|
4
|
-
|
|
5
|
-
export const history = createBrowserHistory() as History;
|
|
1
|
+
import { createBrowserHistory, History } from 'history';
|
|
2
|
+
|
|
3
|
+
export type Router = History;
|
|
4
|
+
|
|
5
|
+
export const history = createBrowserHistory() as History;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { getApp } from '@genesislcap/foundation-shell/app';
|
|
2
2
|
import type { FoundationRouter } from '@genesislcap/foundation-ui';
|
|
3
|
-
import { FoundationRouteNav } from '@genesislcap/foundation-ui';
|
|
4
|
-
import { PUBLIC_PATH } from '@genesislcap/foundation-utils';
|
|
5
3
|
import { css, GenesisElementLayout, html } from '@genesislcap/web-core';
|
|
6
4
|
import type { Store } from '../store';
|
|
7
5
|
|
|
@@ -44,8 +42,6 @@ export const defaultLayout = new GenesisElementLayout(
|
|
|
44
42
|
<foundation-header
|
|
45
43
|
show-luminance-toggle-button
|
|
46
44
|
show-misc-toggle-button
|
|
47
|
-
@logout-clicked=${(x) =>
|
|
48
|
-
FoundationRouteNav.path.push(`${PUBLIC_PATH}/${x.config.loginPath}/logout`)}
|
|
49
45
|
:routeNavItems=${(x) => x.config.getNavItems()}
|
|
50
46
|
></foundation-header>
|
|
51
47
|
<div class="content">
|