@pnp/spfx-controls-react 3.21.0-beta.1228069 → 3.21.0-beta.1228477
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 +4 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -8,13 +8,15 @@
|
|
|
8
8
|
"fixes": [
|
|
9
9
|
"`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)",
|
|
10
10
|
"`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)",
|
|
11
|
-
"`WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)"
|
|
11
|
+
"`WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)",
|
|
12
|
+
"`DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)"
|
|
12
13
|
]
|
|
13
14
|
},
|
|
14
15
|
"contributions": [
|
|
15
16
|
"[Alessandro Chiavarino](https://github.com/Alesso-Chiavarino)",
|
|
16
17
|
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
17
|
-
"[EnablingLogic](https://github.com/EnablingLogic)"
|
|
18
|
+
"[EnablingLogic](https://github.com/EnablingLogic)",
|
|
19
|
+
"[Martin Lingstuyl](https://github.com/martinlingstuyl)"
|
|
18
20
|
]
|
|
19
21
|
},
|
|
20
22
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
- `ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)
|
|
8
8
|
- `Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)
|
|
9
9
|
- `WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)
|
|
10
|
+
- `DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)
|
|
10
11
|
|
|
11
12
|
### Contributors
|
|
12
13
|
|
|
13
|
-
Special thanks to our contributors (in alphabetical order): [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [EnablingLogic](https://github.com/EnablingLogic).
|
|
14
|
+
Special thanks to our contributors (in alphabetical order): [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [EnablingLogic](https://github.com/EnablingLogic), [Martin Lingstuyl](https://github.com/martinlingstuyl).
|
|
14
15
|
|
|
15
16
|
## 3.20.0
|
|
16
17
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.21.0-beta.
|
|
1
|
+
export var version = "3.21.0-beta.1228477";
|
|
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.21.0-beta.
|
|
4
|
+
"version": "3.21.0-beta.1228477",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|