@forge/react 10.9.0-next.2 → 10.10.0-next.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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @forge/react
2
2
 
3
+ ## 10.10.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 065cfac: Additional props added to components:
8
+ - grow prop added to Inline
9
+ - `display` and `flexGrow` property added to xcss
10
+ - `shouldShowCalendarButton` added to DatePicker
11
+ - `isRequired` added to TimePicker
12
+
13
+ ## 10.9.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 88de75c: The Frame component is now released into Preview. The `createFrame` function from EAP is no longer supported and is removed in this version.
18
+ - 5a47bc2: ADFRenderer's replaceUnsupportedNodes allows images in context of MediaProvider
19
+ - 3759a9d: Add AdfRenderer component.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [88de75c]
24
+ - @forge/bridge@4.2.0
25
+
3
26
  ## 10.9.0-next.2
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "10.9.0-next.2",
3
+ "version": "10.10.0-next.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -19,8 +19,8 @@
19
19
  "dependencies": {
20
20
  "@atlaskit/adf-schema": "^46.0.0",
21
21
  "@atlaskit/adf-utils": "^19.12.0",
22
- "@atlaskit/forge-react-types": "^0.33.2",
23
- "@forge/bridge": "^4.2.0-next.0",
22
+ "@atlaskit/forge-react-types": "^0.34.0",
23
+ "@forge/bridge": "^4.2.0",
24
24
  "@forge/i18n": "0.0.2",
25
25
  "@types/react-reconciler": "^0.28.8",
26
26
  "lodash": "^4.17.21",