@pnp/spfx-controls-react 3.16.0-beta.6963175 → 3.16.0-beta.6990966

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
@@ -14,7 +14,8 @@
14
14
  "`FolderPicker`: Improve documentation of FolderPicker [#1379](https://github.com/pnp/sp-dev-fx-controls-react/pull/1379)",
15
15
  "`RichText`: Add https:// as placeholder instead of textbox value when adding url [#1651](https://github.com/pnp/sp-dev-fx-controls-react/pull/1656)",
16
16
  "Fix package.json to remove phantom dependencies issues [#1660](https://github.com/pnp/sp-dev-fx-controls-react/issues/1660)",
17
- "`PeoplePicker`: new property to starting the search after n characters [#374](https://github.com/pnp/sp-dev-fx-controls-react/issues/374)"
17
+ "`PeoplePicker`: new property to starting the search after n characters [#374](https://github.com/pnp/sp-dev-fx-controls-react/issues/374)",
18
+ "SharePoint Framework v1.18.2 support"
18
19
  ],
19
20
  "fixes": [
20
21
  "`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)",
package/CHANGELOG.md CHANGED
@@ -16,6 +16,7 @@
16
16
  - `RichText`: Add https:// as placeholder instead of textbox value when adding url [#1651](https://github.com/pnp/sp-dev-fx-controls-react/pull/1656)
17
17
  - Fix package.json to remove phantom dependencies issues [#1660](https://github.com/pnp/sp-dev-fx-controls-react/issues/1660)
18
18
  - `PeoplePicker`: new property to starting the search after n characters [#374](https://github.com/pnp/sp-dev-fx-controls-react/issues/374)
19
+ - SharePoint Framework v1.18.2 support
19
20
 
20
21
  ### Fixes
21
22
 
@@ -1,2 +1,2 @@
1
- export var version = "3.16.0-beta.6963175";
1
+ export var version = "3.16.0-beta.6990966";
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.6963175",
4
+ "version": "3.16.0-beta.6990966",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",