@pnp/spfx-controls-react 3.16.0-beta.6283413 → 3.16.0-beta.6283466

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
@@ -16,7 +16,8 @@
16
16
  "`Localization`: Update dutch translations [#1635](https://github.com/pnp/sp-dev-fx-controls-react/issues/1635)",
17
17
  "`TaxonomyPicker`: suggested item contains double termset name [#1597](https://github.com/pnp/sp-dev-fx-controls-react/issues/1597)",
18
18
  "`DynamicForm`: DynamicForm does not properly handle NULL default values for Taxonomy fields [#1267](https://github.com/pnp/sp-dev-fx-controls-react/issues/1267)",
19
- "`DynamicForm`: DynamicForm errors when submitting blank Taxonomy field values [#1268](https://github.com/pnp/sp-dev-fx-controls-react/issues/1268)"
19
+ "`DynamicForm`: New items are always created with the default content type if the list has multiple content types #1626 [#1268](https://github.com/pnp/sp-dev-fx-controls-react/pull/1626)",
20
+ "`PeoplePicker`:PeoplePicker won't accept Multiple Users with the same name #1620 (https://github.com/pnp/sp-dev-fx-controls-react/pull/1620)"
20
21
  ]
21
22
  },
22
23
  "contributions": [
@@ -1,2 +1,2 @@
1
- export var version = "3.16.0-beta.6283413";
1
+ export var version = "3.16.0-beta.6283466";
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.16.0-beta.6283413",
4
+ "version": "3.16.0-beta.6283466",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",