@equinor/fusion-framework-module-navigation 2.1.0-next.1 → 2.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 2.1.0 (2023-05-05)
7
+
8
+ ### Features
9
+
10
+ - **module-navigation:** allow no argument when creating link ([4a7b56b](https://github.com/equinor/fusion-framework/commit/4a7b56bc67fe89bb79a707e8ecf2dca6757867d5))
11
+ - **module-navigation:** expose util method from provider. ([cbb1aaf](https://github.com/equinor/fusion-framework/commit/cbb1aafb700abfa0eefeac0184f92618687c3be1))
12
+
13
+ ### Bug Fixes
14
+
15
+ - **module-navigation:** normalize navigation path ([08decd5](https://github.com/equinor/fusion-framework/commit/08decd59d264596a714e4346cd1853995b58b869))
16
+ - **module-navigation:** skip initial value when listening for change ([4d1a44d](https://github.com/equinor/fusion-framework/commit/4d1a44deb3a873983975112032652e3545e3548a))
17
+
6
18
  ## 2.0.1 (2023-04-18)
7
19
 
8
20
  **Note:** Version bump only for package @equinor/fusion-framework-module-navigation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-module-navigation",
3
- "version": "2.1.0-next.1",
3
+ "version": "2.1.0",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "dist/esm/index.js",
@@ -34,7 +34,7 @@
34
34
  "@remix-run/router": "^1.0.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@equinor/fusion-framework-module": "^4.0.0-next.1",
37
+ "@equinor/fusion-framework-module": "^4.0.0",
38
38
  "rxjs": "^7.5.7",
39
39
  "typescript": "^4.9.3"
40
40
  },
@@ -43,5 +43,5 @@
43
43
  "@remix-run/router": "^1.0.4",
44
44
  "rxjs": "^7.0.0"
45
45
  },
46
- "gitHead": "4e9c1d4fffaf455043b1fcf40a48744092f0cc71"
46
+ "gitHead": "851d70038b9b015663981a9456247f3d5dd0c3a2"
47
47
  }