@pnp/spfx-controls-react 3.18.0-beta.8228828 → 3.18.0-beta.8228946
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 +3 -1
- package/CHANGELOG.md +5 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
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
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
|
+
"`fast-serve`: Fast-serve update to match the most recent changes. [#1782](https://github.com/pnp/sp-dev-fx-controls-react/pull/1782)",
|
|
13
|
+
"`PeoplePicker`: Added context optimization [#1764](https://github.com/pnp/sp-dev-fx-controls-react/pull/1764)"
|
|
13
14
|
],
|
|
14
15
|
"fixes": [
|
|
15
16
|
"`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
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
23
24
|
"[Harminder Singh](https://github.com/HarminderSethi)",
|
|
24
25
|
"[IRRDC](https://github.com/IRRDC)",
|
|
26
|
+
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
25
27
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
26
28
|
"[Sergei Sergeev](https://github.com/s-KaiNet)",
|
|
27
29
|
"[srpmtt](https://github.com/srpmtt)"
|
package/CHANGELOG.md
CHANGED
|
@@ -7,16 +7,20 @@
|
|
|
7
7
|
- `DynamicField`: Added orderBy to DynamicField props for lookup fields [#1747](https://github.com/pnp/sp-dev-fx-controls-react/pull/1747)
|
|
8
8
|
- `DateTimePicker`: disable array of dates [#516](https://github.com/pnp/sp-dev-fx-controls-react/issues/516)
|
|
9
9
|
- `DynamicForm`: new `customIcons` property to allow custom icons for the form [#1745](https://github.com/pnp/sp-dev-fx-controls-react/pull/1745)
|
|
10
|
+
- `RichText`: Added style property to Rich text control [#1773](https://github.com/pnp/sp-dev-fx-controls-react/pull/1773)
|
|
11
|
+
- `fast-serve`: Fast-serve update to match the most recent changes. [#1782](https://github.com/pnp/sp-dev-fx-controls-react/pull/1782)
|
|
12
|
+
- `PeoplePicker`: Added context optimization [#1764](https://github.com/pnp/sp-dev-fx-controls-react/pull/1764)
|
|
10
13
|
|
|
11
14
|
### Fixes
|
|
12
15
|
|
|
13
16
|
- `FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)
|
|
14
17
|
- Readme documents highlight extension does not work correctly [#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)
|
|
15
18
|
- `DynamicForm`: Error on rendering DynamicForm when having a Date Field with internal name starting with underscore ('_')[#1738](https://github.com/pnp/sp-dev-fx-controls-react/issues/1738)
|
|
19
|
+
- `DynamicForm`: Dynamic form loading error in other site [#1758](https://github.com/pnp/sp-dev-fx-controls-react/issues/1758)
|
|
16
20
|
|
|
17
21
|
### Contributors
|
|
18
22
|
|
|
19
|
-
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [srpmtt](https://github.com/srpmtt).
|
|
23
|
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Harminder Singh](https://github.com/HarminderSethi), [IRRDC](https://github.com/IRRDC), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergei Sergeev](https://github.com/s-KaiNet), [srpmtt](https://github.com/srpmtt).
|
|
20
24
|
|
|
21
25
|
## 3.17.0
|
|
22
26
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.18.0-beta.
|
|
1
|
+
export var version = "3.18.0-beta.8228946";
|
|
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.
|
|
4
|
+
"version": "3.18.0-beta.8228946",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|