@trackunit/iris-app 1.7.96 → 1.7.100

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/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ ## 1.7.100 (2025-11-27)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.7.95
6
+ - Updated iris-app-webpack-plugin to 1.7.96
7
+ - Updated iris-app-api to 1.9.30
8
+ - Updated react-test-setup to 1.4.92
9
+ - Updated shared-utils to 1.9.92
10
+
11
+ ## 1.7.99 (2025-11-27)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated iris-app-build-utilities to 1.7.94
16
+ - Updated iris-app-webpack-plugin to 1.7.95
17
+ - Updated iris-app-api to 1.9.29
18
+ - Updated react-test-setup to 1.4.91
19
+ - Updated shared-utils to 1.9.91
20
+
21
+ ## 1.7.98 (2025-11-27)
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated iris-app-build-utilities to 1.7.93
26
+ - Updated iris-app-webpack-plugin to 1.7.94
27
+ - Updated iris-app-api to 1.9.28
28
+ - Updated react-test-setup to 1.4.90
29
+ - Updated shared-utils to 1.9.90
30
+
31
+ ## 1.7.97 (2025-11-26)
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated iris-app-build-utilities to 1.7.92
36
+ - Updated iris-app-webpack-plugin to 1.7.93
37
+ - Updated iris-app-api to 1.9.27
38
+ - Updated react-test-setup to 1.4.89
39
+ - Updated shared-utils to 1.9.89
40
+
1
41
  ## 1.7.96 (2025-11-26)
2
42
 
3
43
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.7.96",
3
+ "version": "1.7.100",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -32,9 +32,9 @@
32
32
  "@npmcli/arborist": "^7.3.1",
33
33
  "webpack-bundle-analyzer": "^4.8.0",
34
34
  "win-ca": "^3.5.1",
35
- "@trackunit/shared-utils": "1.9.88",
36
- "@trackunit/iris-app-api": "1.9.26",
37
- "@trackunit/iris-app-webpack-plugin": "1.7.92",
35
+ "@trackunit/shared-utils": "1.9.92",
36
+ "@trackunit/iris-app-api": "1.9.30",
37
+ "@trackunit/iris-app-webpack-plugin": "1.7.96",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "types": "./src/index.d.ts",
@@ -39,7 +39,7 @@ Before any coding, create a detailed plan that **MUST follow this structure**:
39
39
  **Phase 2: Browser Verification (CRITICAL GATE)**
40
40
  - Open browser to https://new.manager.trackunit.com/goto/iris-app-dev
41
41
  - Wait for user login (2-4 minutes)
42
- - Enable "Use Local Apps" toggle if not already enabled
42
+ - Enable "Use Local Apps" toggle (dataTestId="localDevModeSwitch") if not already enabled
43
43
  - Navigate to extension location based on type (see @browser-irisx-development):
44
44
  - FLEET_EXTENSION: Main menu → App name
45
45
  - ASSET_HOME_EXTENSION: Assets → Select asset → Extension tab
@@ -102,9 +102,9 @@ npx nx run [app-name]:serve
102
102
  **CRITICAL: Do this BEFORE any GraphQL setup or UI implementation**
103
103
 
104
104
  Follow the complete browser setup workflow in @browser-irisx-development:
105
- - Navigate to https://new.manager.trackunit.com/goto/iris-app-dev (NEVER localhost!)
105
+ - Navigate to https://new.manager.trackunit.com/goto/iris-app-dev
106
106
  - Wait for user login (be patient, 2-4 minutes)
107
- - Enable "Use Local Apps" toggle in sidebar if not already enabled
107
+ - Enable "Use Local Apps" toggle (dataTestId="localDevModeSwitch") if not already enabled
108
108
  - Navigate to extension location based on type:
109
109
  - FLEET_EXTENSION: Main menu → Look for app name
110
110
  - ASSET_HOME_EXTENSION: Assets → Open any asset → Look for extension tab