@pnp/spfx-controls-react 3.14.0-beta.4737775 → 3.14.0-beta.4737797

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
@@ -15,7 +15,8 @@
15
15
  "`Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)",
16
16
  "`Dynamic Form`: Fix for the DynamicForm when a defaultValue is null and the code try to call the split method on it. [#1486](https://github.com/pnp/sp-dev-fx-controls-react/pull/1486)",
17
17
  "`DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)",
18
- "`FolderExplorer`: FolderExplorer doesn't explore folders with ' in the name [#1491](https://github.com/pnp/sp-dev-fx-controls-react/issues/1491)"
18
+ "`FolderExplorer`: FolderExplorer doesn't explore folders with ' in the name [#1491](https://github.com/pnp/sp-dev-fx-controls-react/issues/1491)",
19
+ "`DynamicForm`: cannot display lookup value when the source field is not Title [#1511](https://github.com/pnp/sp-dev-fx-controls-react/issues/1511)"
19
20
  ]
20
21
  },
21
22
  "contributions": [
@@ -25,7 +26,8 @@
25
26
  "[Martin Lingstuyl](https://github.com/martinlingstuyl)",
26
27
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
27
28
  "[Sergio Villalta](https://github.com/6gal6ler6)",
28
- "[Josef Benda](https://github.com/SmarterJB)"
29
+ "[Josef Benda](https://github.com/SmarterJB)",
30
+ "[wuxiaojun514](https://github.com/wuxiaojun514)"
29
31
  ]
30
32
  },
31
33
  {
package/CHANGELOG.md CHANGED
@@ -16,10 +16,11 @@
16
16
  - `Dynamic Form`: Fix for the DynamicForm when a defaultValue is null and the code try to call the split method on it. [#1486](https://github.com/pnp/sp-dev-fx-controls-react/pull/1486)
17
17
  - `DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)
18
18
  - `FolderExplorer`: FolderExplorer doesn't explore folders with ' in the name [#1491](https://github.com/pnp/sp-dev-fx-controls-react/issues/1491)
19
+ - `DynamicForm`: cannot display lookup value when the source field is not Title [#1511](https://github.com/pnp/sp-dev-fx-controls-react/issues/1511)
19
20
 
20
21
  ### Contributors
21
22
 
22
- Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB).
23
+ Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB), [wuxiaojun514](https://github.com/wuxiaojun514).
23
24
 
24
25
  ## 3.13.0
25
26
 
@@ -1,2 +1,2 @@
1
- export var version = "3.14.0-beta.4737775";
1
+ export var version = "3.14.0-beta.4737797";
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.4737775",
4
+ "version": "3.14.0-beta.4737797",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",