@pnp/spfx-controls-react 3.21.0-beta.1230169 → 3.21.0-beta.1230189

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
@@ -3,7 +3,9 @@
3
3
  {
4
4
  "version": "3.21.0",
5
5
  "changes": {
6
- "new": [],
6
+ "new": [
7
+ "`ShareDialog`: new control ShareDialog [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)"
8
+ ],
7
9
  "enhancements": [],
8
10
  "fixes": [
9
11
  "`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)",
@@ -17,6 +19,7 @@
17
19
  "[Alessandro Chiavarino](https://github.com/Alesso-Chiavarino)",
18
20
  "[Antanina Druzhkina](https://github.com/Ateina)",
19
21
  "[EnablingLogic](https://github.com/EnablingLogic)",
22
+ "[João Mendes](https://github.com/joaojmendes)",
20
23
  "[Martin Lingstuyl](https://github.com/martinlingstuyl)",
21
24
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
22
25
  ]
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## 3.21.0
4
4
 
5
+ ### New control(s)
6
+
7
+ - `ShareDialog`: new control ShareDialog [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)
8
+
5
9
  ### Fixes
6
10
 
7
11
  - `ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)
@@ -12,7 +16,7 @@
12
16
 
13
17
  ### Contributors
14
18
 
15
- 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), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
19
+ 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), [João Mendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
16
20
 
17
21
  ## 3.20.0
18
22
 
@@ -1,2 +1,2 @@
1
- export var version = "3.21.0-beta.1230169";
1
+ export var version = "3.21.0-beta.1230189";
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.1230169",
4
+ "version": "3.21.0-beta.1230189",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",