@atlaskit/media-client 35.3.6 → 35.4.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/media-client
2
2
 
3
+ ## 35.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a3ad3feab3758`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3ad3feab3758) -
8
+ Updated types to add mulitline text support for document endpoints
9
+
3
10
  ## 35.3.6
4
11
 
5
12
  ### Patch Changes
@@ -38,6 +38,7 @@ export type TextField = {
38
38
  h: number;
39
39
  f: number;
40
40
  text: string;
41
+ multiline: boolean;
41
42
  };
42
43
  export type ComboBoxField = {
43
44
  x: number;
@@ -38,6 +38,7 @@ export type TextField = {
38
38
  h: number;
39
39
  f: number;
40
40
  text: string;
41
+ multiline: boolean;
41
42
  };
42
43
  export type ComboBoxField = {
43
44
  x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-client",
3
- "version": "35.3.6",
3
+ "version": "35.4.0",
4
4
  "description": "Media API Web Client Library",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"