@pnp/spfx-controls-react 3.20.0-beta.1227337 → 3.21.0-beta.1227348

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
@@ -1,5 +1,20 @@
1
1
  {
2
2
  "versions": [
3
+ {
4
+ "version": "3.20.1",
5
+ "changes": {
6
+ "new": [],
7
+ "enhancements": [],
8
+ "fixes": [
9
+ "`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)",
10
+ "`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)"
11
+ ]
12
+ },
13
+ "contributions": [
14
+ "[Alessandro Chiavarino](https://github.com/Alesso-Chiavarino)",
15
+ "[Antanina Druzhkina](https://github.com/Ateina)"
16
+ ]
17
+ },
3
18
  {
4
19
  "version": "3.20.0",
5
20
  "changes": {
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Releases
2
2
 
3
+ ## 3.20.1
4
+
5
+ ### Fixes
6
+
7
+ - `ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)
8
+ - `Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)
9
+
10
+ ### Contributors
11
+
12
+ Special thanks to our contributors (in alphabetical order): [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina).
13
+
3
14
  ## 3.20.0
4
15
 
5
16
  ### Enhancements
@@ -1,2 +1,2 @@
1
- export var version = "3.20.0-beta.1227337";
1
+ export var version = "3.21.0-beta.1227348";
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.20.0-beta.1227337",
4
+ "version": "3.21.0-beta.1227348",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",
@@ -2,7 +2,7 @@
2
2
  "id": "45165954-80f9-44c1-9967-cd38ae92a33b",
3
3
  "alias": "ControlsTestWebPart",
4
4
  "componentType": "WebPart",
5
- "version": "3.20.0",
5
+ "version": "3.21.0",
6
6
  "manifestVersion": 2,
7
7
  "requiresCustomScript": false,
8
8
  "supportsThemeVariants": true,
@@ -3,7 +3,7 @@
3
3
  "alias": "OotbFieldsFieldCustomizer",
4
4
  "componentType": "Extension",
5
5
  "extensionType": "FieldCustomizer",
6
- "version": "3.20.0",
6
+ "version": "3.21.0",
7
7
  "manifestVersion": 2,
8
8
  "requiresCustomScript": false,
9
9
  "loaderConfig": {
@@ -3,7 +3,7 @@
3
3
  "alias": "TestApplicationCustomizer",
4
4
  "componentType": "Extension",
5
5
  "extensionType": "ApplicationCustomizer",
6
- "version": "3.20.0",
6
+ "version": "3.21.0",
7
7
  "manifestVersion": 2,
8
8
  "requiresCustomScript": false,
9
9
  "loaderConfig": {
@@ -3,7 +3,7 @@
3
3
  "alias": "TestFormCustomizer",
4
4
  "componentType": "Extension",
5
5
  "extensionType": "FormCustomizer",
6
- "version": "3.20.0",
6
+ "version": "3.21.0",
7
7
  "manifestVersion": 2,
8
8
  "requiresCustomScript": false,
9
9
  "loaderConfig": {