@pnp/spfx-controls-react 3.14.0-beta.4337108 → 3.14.0-beta.4337126

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.json CHANGED
@@ -7,12 +7,16 @@
7
7
  "enhancements": [],
8
8
  "fixes": [
9
9
  "`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
10
- "`ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)"
10
+ "`ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)",
11
+ "`FilePicker`: FIX: recent tab empty until re-render [#1482](https://github.com/pnp/sp-dev-fx-controls-react/issues/1482)",
12
+ "`Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)"
11
13
  ]
12
14
  },
13
15
  "contributions": [
16
+ "[Chad Eiserloh](https://github.com/c-eiser13)",
14
17
  "[Martin Lingstuyl](https://github.com/martinlingstuyl)",
15
18
  "[Sergio Villalta](https://github.com/6gal6ler6)"
19
+
16
20
  ]
17
21
  },
18
22
  {
package/CHANGELOG.md CHANGED
@@ -6,10 +6,12 @@
6
6
 
7
7
  - `DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)
8
8
  - `ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)
9
+ - `FilePicker`: FIX: recent tab empty until re-render [#1482](https://github.com/pnp/sp-dev-fx-controls-react/issues/1482)
10
+ - `Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)
9
11
 
10
12
  ### Contributors
11
13
 
12
- Special thanks to our contributors (in alphabetical order): [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6).
14
+ Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6).
13
15
 
14
16
  ## 3.13.0
15
17
 
@@ -1,2 +1,2 @@
1
- export var version = "3.14.0-beta.4337108";
1
+ export var version = "3.14.0-beta.4337126";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.14.0-beta.4337108",
4
+ "version": "3.14.0-beta.4337126",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",