@forge/react 11.18.0-next.1 → 11.18.0-next.1-experimental-44b7a12
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 +23 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
+
## 11.18.0-next.1-experimental-44b7a12
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8dc5a0c: Add routing components and hooks for use in full-page apps.
|
|
8
|
+
|
|
9
|
+
Added the following:
|
|
10
|
+
|
|
11
|
+
- `Router`
|
|
12
|
+
- `Route`
|
|
13
|
+
- `useNavigate`
|
|
14
|
+
- `useLocation`
|
|
15
|
+
- `useParams`
|
|
16
|
+
|
|
17
|
+
- 01550cf: Fix flaky unit test
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 7504dd5: Fix naming on PersonalSettingsItem
|
|
22
|
+
- Updated dependencies [b0b69a2]
|
|
23
|
+
- Updated dependencies [561f8f4]
|
|
24
|
+
- @forge/bridge@5.18.0-next.1-experimental-44b7a12
|
|
25
|
+
|
|
3
26
|
## 11.18.0-next.1
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "11.18.0-next.1",
|
|
3
|
+
"version": "11.18.0-next.1-experimental-44b7a12",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/adf-schema": "^48.0.0",
|
|
37
37
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
38
38
|
"@atlaskit/forge-react-types": "^1.7.0",
|
|
39
|
-
"@forge/bridge": "^5.18.0-next.
|
|
39
|
+
"@forge/bridge": "^5.18.0-next.1-experimental-44b7a12",
|
|
40
40
|
"@forge/egress": "^2.3.2",
|
|
41
41
|
"@forge/i18n": "0.0.7",
|
|
42
42
|
"@types/react": "^18.2.64",
|