@equinor/fusion-framework-dev-portal 1.2.6 → 1.3.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 +13 -0
- package/dist/main.js +19664 -19787
- package/package.json +8 -7
- package/src/config.ts +18 -0
- package/src/version.ts +1 -1
- package/tsconfig.json +3 -0
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @equinor/fusion-framework-dev-portal
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3900](https://github.com/equinor/fusion-framework/pull/3900) [`d7a9d12`](https://github.com/equinor/fusion-framework/commit/d7a9d127db9daff7d645d55eb08f37d1c36fa825) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Add feature flag `fusionLogAnalytics` to dev-portal in CLI.
|
|
8
|
+
|
|
9
|
+
Add `ConsoleAnalyticsAdapter` Adapter to analytics module if the feature flag is
|
|
10
|
+
enabled.
|
|
11
|
+
|
|
12
|
+
By enabling this feature flag, analytics events will be logged out in the
|
|
13
|
+
console. This is useful when you want to test events created by app teams (e.g.
|
|
14
|
+
using `trackFeature` hook).
|
|
15
|
+
|
|
3
16
|
## 1.2.6
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|