@genesislcap/blank-app-seed 5.16.0 → 5.16.2-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": "5.16.0",
4
+ "version": "5.16.2-prerelease.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  const defaultLayout = {
2
- global: { tabEnableClose: false },
2
+ global: { tabEnableClose: false, tabEnableRenderOnDemand: false },
3
3
  layout: {
4
4
  type: 'row',
5
5
  children: [
@@ -1,5 +1,5 @@
1
1
  const defaultLayout = {
2
- global: { tabEnableClose: false },
2
+ global: { tabEnableClose: false, tabEnableRenderOnDemand: false },
3
3
  layout: {
4
4
  type: 'row',
5
5
  children: [
@@ -1,5 +1,5 @@
1
1
  const defaultLayout = {
2
- global: { tabEnableClose: false },
2
+ global: { tabEnableClose: false, tabEnableRenderOnDemand: false },
3
3
  layout: {
4
4
  type: 'row',
5
5
  children: [
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.16.2-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.16.1...v5.16.2-prerelease.1) (2026-06-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * merge main into prerelease GENC-1362 (#589) c7eed71
9
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 0ea031d
10
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 2b31d47
11
+
12
+ ## [5.16.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.16.0...v5.16.1) (2026-06-17)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * disable flexlayout render-on-demand to prevent duplicate tile mounts GENC-0 e7454dd
18
+ * disable flexlayout render-on-demand to prevent duplicate tile mounts GENC-0 (#587) 74c5357
19
+
3
20
  ## [5.16.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.15.2...v5.16.0) (2026-06-15)
4
21
 
5
22
 
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": "5.16.0",
4
+ "version": "5.16.2-prerelease.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"