@equinor/fusion-framework-dev-portal 1.1.4 → 1.2.0

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,5 +1,62 @@
1
1
  # @equinor/fusion-framework-dev-portal
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3522](https://github.com/equinor/fusion-framework/pull/3522) [`63ac6a1`](https://github.com/equinor/fusion-framework/commit/63ac6a1178fc6f6b0702f51a9c36a67db76b92cd) Thanks [@odinr](https://github.com/odinr)! - Add comprehensive telemetry integration to the Fusion Dev Portal.
8
+
9
+ **New Features:**
10
+
11
+ - Enable telemetry tracking for portal usage analytics and monitoring
12
+ - Configure portal-specific metadata including version and name identification
13
+ - Set up telemetry event scoping for portal-specific tracking
14
+ - Attach framework configurator events for comprehensive telemetry coverage
15
+
16
+ **Technical Implementation:**
17
+
18
+ - Integrate `@equinor/fusion-framework-module-telemetry` module
19
+ - Configure telemetry with portal metadata (`type: 'portal-telemetry'`)
20
+ - Set default scope to `['portal']` for event categorization
21
+ - Establish parent-child telemetry relationship for consistent tracking
22
+ - Add TypeScript path references for telemetry module
23
+
24
+ **Configuration Updates:**
25
+
26
+ - Enhanced `config.ts` with detailed telemetry setup and documentation
27
+ - Updated dependency versions to use `workspace:*` for better monorepo compatibility
28
+ - Improved code documentation and developer experience features
29
+
30
+ resolves: [#3485](https://github.com/equinor/fusion-framework/issues/3485)
31
+
32
+ ### Patch Changes
33
+
34
+ - [#3515](https://github.com/equinor/fusion-framework/pull/3515) [`6cb288b`](https://github.com/equinor/fusion-framework/commit/6cb288b9e1ec4fae68ae6899735c176837bb4275) Thanks [@odinr](https://github.com/odinr)! - ## Global Biome Configuration Modernization
35
+
36
+ **Workspace-wide changes:**
37
+
38
+ - Remove 19 rule overrides from `biome.json` to use Biome's strict "error" defaults
39
+ - Enable `correctness/useUniqueElementIds` accessibility rule globally
40
+ - Reduce configuration size by 40% (60+ → ~35 lines)
41
+ - Eliminate all custom linting rule customizations
42
+
43
+ **Package-specific changes:**
44
+
45
+ - Replace static IDs with React `useId()` hooks in bookmark and dev-portal components
46
+ - Fix `suspicious/noAssignInExpressions` violations in context, legacy-interopt, and observable packages
47
+ - Update 11 React components for accessibility compliance
48
+
49
+ **Impact:** All packages now use consistent, strict code quality enforcement with zero custom rule overrides.
50
+
51
+ resolves: [#3494](https://github.com/equinor/fusion-framework/issues/3494)
52
+ resolves: [#3495](https://github.com/equinor/fusion-framework/issues/3495)
53
+
54
+ - [#3479](https://github.com/equinor/fusion-framework/pull/3479) [`11b5a00`](https://github.com/equinor/fusion-framework/commit/11b5a00047171f9969cabbcbbb53dd188ed8421e) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump dotenv from 17.2.2 to 17.2.3 (TypeScript definition fix)
55
+
56
+ - [#3532](https://github.com/equinor/fusion-framework/pull/3532) [`63ecde5`](https://github.com/equinor/fusion-framework/commit/63ecde5c29e775b341c3fac0c1eeb7123db5e2db) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump vite from 7.1.8 to 7.1.9 across development tools and plugins.
57
+
58
+ This patch update fixes bugs and improves stability in the vite dependency.
59
+
3
60
  ## 1.1.4
4
61
 
5
62
  ### Patch Changes