@pnp/spfx-controls-react 3.18.0-beta.8148142 → 3.18.0-beta.8148163

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
@@ -8,7 +8,8 @@
8
8
  "`DynamicField`: Added orderBy to DynamicField props for lookup fields [#1747](https://github.com/pnp/sp-dev-fx-controls-react/pull/1747)",
9
9
  "`DateTimePicker`: disable array of dates [#516](https://github.com/pnp/sp-dev-fx-controls-react/issues/516)",
10
10
  "`DynamicForm`: new `customIcons` property to allow custom icons for the form [#1745](https://github.com/pnp/sp-dev-fx-controls-react/pull/1745)",
11
- "`RichText`: Added style property to Rich text control [#1773](https://github.com/pnp/sp-dev-fx-controls-react/pull/1773)"
11
+ "`RichText`: Added style property to Rich text control [#1773](https://github.com/pnp/sp-dev-fx-controls-react/pull/1773)",
12
+ "`fast-serve`: Fast-serve update to match the most recent changes. [#1782](https://github.com/pnp/sp-dev-fx-controls-react/pull/1782)"
12
13
  ],
13
14
  "fixes": [
14
15
  "`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)",
@@ -22,6 +23,7 @@
22
23
  "[Harminder Singh](https://github.com/HarminderSethi)",
23
24
  "[IRRDC](https://github.com/IRRDC)",
24
25
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
26
+ "[Sergei Sergeev](https://github.com/s-KaiNet)",
25
27
  "[srpmtt](https://github.com/srpmtt)"
26
28
  ]
27
29
  },
@@ -1,2 +1,2 @@
1
- export var version = "3.18.0-beta.8148142";
1
+ export var version = "3.18.0-beta.8148163";
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.18.0-beta.8148142",
4
+ "version": "3.18.0-beta.8148163",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",