@pnp/spfx-controls-react 3.20.0-beta.1204820 → 3.20.0-beta.1204850

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
@@ -21,21 +21,22 @@
21
21
  "`DynamicForm`: Fixing issue 1862 - Dynamic form should hide fields that are hidden on the List Content Type [#1872](https://github.com/pnp/sp-dev-fx-controls-react/pull/1872)",
22
22
  "`GridLayout`: A quick fix for #838. When compact mode the number of items rendered per page must match the number of all items. [1851](https://github.com/pnp/sp-dev-fx-controls-react/pull/1851)",
23
23
  "`DynamicForm`: Always Show Required Field Validation Error In FormDisplayMode.Edit Mode [#1775](https://github.com/pnp/sp-dev-fx-controls-react/issues/1775)",
24
- "`DynamicForm`: Required Field Validation won't work [#1760](https://github.com/pnp/sp-dev-fx-controls-react/issues/1760)"
24
+ "`DynamicForm`: Required Field Validation won't work [#1760](https://github.com/pnp/sp-dev-fx-controls-react/issues/1760)",
25
+ "`DynamicForm`: Adds ability to render file/folder name field in DynamicForm and Field. [#1906](https://github.com/pnp/sp-dev-fx-controls-react/pull/1906)"
25
26
  ]
26
27
  },
27
28
  "contributions": [
28
29
  "[Alex Terentiev](https://github.com/AJIXuMuK)",
29
30
  "[Antanina Druzhkina](https://github.com/Ateina)",
30
31
  "[Guido Zambarda](https://github.com/GuidoZam)",
32
+ "[IRRDC](https://github.com/IRRDC)",
33
+ "[joaojmendes](https://github.com/joaojmendes)",
34
+ "[Martin Lingstuyl](https://github.com/martinlingstuyl)",
31
35
  "[Michaël Maillot](https://github.com/michaelmaillot)",
36
+ "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
32
37
  "[srpmtt](https://github.com/srpmtt)",
33
38
  "[wilecoyotegenius](https://github.com/wilecoyotegenius)",
34
- "[joaojmendes](https://github.com/joaojmendes)",
35
- "[IRRDC](https://github.com/IRRDC)",
36
- "[wilecoyotegenius](https://github.com/wilecoyotegenius)",
37
- "[wuxiaojun514](https://github.com/wuxiaojun514)",
38
- "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
39
+ "[wuxiaojun514](https://github.com/wuxiaojun514)"
39
40
  ]
40
41
  },
41
42
  {
package/CHANGELOG.md CHANGED
@@ -22,10 +22,11 @@
22
22
  - `GridLayout`: A quick fix for #838. When compact mode the number of items rendered per page must match the number of all items. [1851](https://github.com/pnp/sp-dev-fx-controls-react/pull/1851)
23
23
  - `DynamicForm`: Always Show Required Field Validation Error In FormDisplayMode.Edit Mode [#1775](https://github.com/pnp/sp-dev-fx-controls-react/issues/1775)
24
24
  - `DynamicForm`: Required Field Validation won't work [#1760](https://github.com/pnp/sp-dev-fx-controls-react/issues/1760)
25
+ - `DynamicForm`: Adds ability to render file/folder name field in DynamicForm and Field. [#1906](https://github.com/pnp/sp-dev-fx-controls-react/pull/1906)
25
26
 
26
27
  ### Contributors
27
28
 
28
- Special thanks to our contributors (in alphabetical order): [Alex Terentiev](https://github.com/AJIXuMuK), [Antanina Druzhkina](https://github.com/Ateina), [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [joaojmendes](https://github.com/joaojmendes), [IRRDC](https://github.com/IRRDC), [wilecoyotegenius](https://github.com/wilecoyotegenius), [wuxiaojun514](https://github.com/wuxiaojun514), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
29
+ Special thanks to our contributors (in alphabetical order): [Alex Terentiev](https://github.com/AJIXuMuK), [Antanina Druzhkina](https://github.com/Ateina), [Guido Zambarda](https://github.com/GuidoZam), [IRRDC](https://github.com/IRRDC), [joaojmendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [wuxiaojun514](https://github.com/wuxiaojun514).
29
30
 
30
31
  ## 3.19.0
31
32
 
@@ -1,2 +1,2 @@
1
- export var version = "3.20.0-beta.1204820";
1
+ export var version = "3.20.0-beta.1204850";
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.20.0-beta.1204820",
4
+ "version": "3.20.0-beta.1204850",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",