@forge/react 10.8.0-next.3 → 10.8.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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
+
## 10.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d0d17d4: Changes to Heading component props type. The color prop now accepts colors represented as tokens: color.text (default), color.text.inverse and color.text.warning.inverse.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 366b7d0: Allow forge react reconciler to forward errors to integration for better handling
|
|
12
|
+
- Updated dependencies [746d528]
|
|
13
|
+
- Updated dependencies [47501f7]
|
|
14
|
+
- @forge/bridge@4.1.1
|
|
15
|
+
- @forge/i18n@0.0.2
|
|
16
|
+
|
|
3
17
|
## 10.8.0-next.3
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "10.8.0
|
|
3
|
+
"version": "10.8.0",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@atlaskit/forge-react-types": "^0.29.0",
|
|
21
|
-
"@forge/bridge": "^4.1.1
|
|
22
|
-
"@forge/i18n": "0.0.2
|
|
21
|
+
"@forge/bridge": "^4.1.1",
|
|
22
|
+
"@forge/i18n": "0.0.2",
|
|
23
23
|
"@types/react-reconciler": "^0.28.8",
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"react": "^18.2.0",
|