@pnp/spfx-controls-react 3.17.0-beta.7718733 → 3.17.0-beta.7718771

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
@@ -12,14 +12,16 @@
12
12
  ],
13
13
  "fixes": [
14
14
  "Build fails due to missing @iconify/react dependency after upgrade to 3.16.0 [#1719](https://github.com/pnp/sp-dev-fx-controls-react/issues/1719)",
15
- "`ModernTaxonomyPicker` not displaying suggestions when typing in values - API not found error [#1688](https://github.com/pnp/sp-dev-fx-controls-react/issues/1688)"
15
+ "`ModernTaxonomyPicker`: not displaying suggestions when typing in values - API not found error [#1688](https://github.com/pnp/sp-dev-fx-controls-react/issues/1688)",
16
+ "`DynamicForm`: Disable issue on fieldOverrides field control when onBeforeSubmit return true [#1715](https://github.com/pnp/sp-dev-fx-controls-react/issues/1715)"
16
17
  ]
17
18
  },
18
19
  "contributions": [
19
20
  "[Guido Zambarda](https://github.com/GuidoZam)",
20
21
  "[Lars Fernhomberg](https://github.com/lafe)",
21
22
  "[Mark Bice](https://github.com/mbice)",
22
- "[Tom G](https://github.com/t0mgerman)"
23
+ "[Tom G](https://github.com/t0mgerman)",
24
+ "[wuxiaojun514](https://github.com/wuxiaojun514)"
23
25
  ]
24
26
  },
25
27
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.17.0-beta.7718733";
1
+ export var version = "3.17.0-beta.7718771";
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.7718733",
4
+ "version": "3.17.0-beta.7718771",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",