@pnp/spfx-controls-react 3.17.0-beta.7072507 → 3.17.0-beta.7072516

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
@@ -5,12 +5,14 @@
5
5
  "changes":{
6
6
  "new": [],
7
7
  "enhancements": [
8
- "`DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)"
8
+ "`DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)",
9
+ "`DynamicForm`: Custom Formatting and Validation, ControlsTestWebPart updates [#1672](https://github.com/pnp/sp-dev-fx-controls-react/pull/1672)"
9
10
  ],
10
11
  "fixes": []
11
12
  },
12
13
  "contributions": [
13
- "[Guido Zambarda](https://github.com/GuidoZam)"
14
+ "[Guido Zambarda](https://github.com/GuidoZam)",
15
+ "[Tom G](https://github.com/t0mgerman)"
14
16
  ]
15
17
  },
16
18
  {
package/CHANGELOG.md CHANGED
@@ -5,10 +5,11 @@
5
5
  ### Enhancements
6
6
 
7
7
  - `DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)
8
+ - `DynamicForm`: Custom Formatting and Validation, ControlsTestWebPart updates [#1672](https://github.com/pnp/sp-dev-fx-controls-react/pull/1672)
8
9
 
9
10
  ### Contributors
10
11
 
11
- Special thanks to our contributor: [Guido Zambarda](https://github.com/GuidoZam).
12
+ Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Tom G](https://github.com/t0mgerman).
12
13
 
13
14
  ## 3.16.0
14
15
 
@@ -1,2 +1,2 @@
1
- export var version = "3.17.0-beta.7072507";
1
+ export var version = "3.17.0-beta.7072516";
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.17.0-beta.7072507",
4
+ "version": "3.17.0-beta.7072516",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",