@pnp/spfx-controls-react 3.21.0-beta.1361846 → 3.21.0-beta.1361849
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 -1
- package/CHANGELOG.md +5 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
"Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)"
|
|
9
9
|
|
|
10
10
|
],
|
|
11
|
-
"enhancements": [
|
|
11
|
+
"enhancements": [
|
|
12
|
+
"Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)"
|
|
13
|
+
],
|
|
12
14
|
"fixes": [
|
|
13
15
|
"`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)",
|
|
14
16
|
"`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)",
|
|
@@ -25,6 +27,7 @@
|
|
|
25
27
|
"[Adam Wójcik](https://github.com/Adam-it)",
|
|
26
28
|
"[Alessandro Chiavarino](https://github.com/Alesso-Chiavarino)",
|
|
27
29
|
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
30
|
+
"[brianpmccullough](https://github.com/brianpmccullough)",
|
|
28
31
|
"[EnablingLogic](https://github.com/EnablingLogic)",
|
|
29
32
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
30
33
|
"[João Mendes](https://github.com/joaojmendes)",
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
- `ShareDialog`: new control ShareDialog [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)
|
|
8
8
|
- Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)
|
|
9
9
|
|
|
10
|
+
### Enhancements
|
|
11
|
+
|
|
12
|
+
- Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)
|
|
13
|
+
|
|
10
14
|
### Fixes
|
|
11
15
|
|
|
12
16
|
- `ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)
|
|
@@ -21,7 +25,7 @@
|
|
|
21
25
|
|
|
22
26
|
### Contributors
|
|
23
27
|
|
|
24
|
-
Special thanks to our contributors (in alphabetical order): [Adam Wójcik](https://github.com/Adam-it), [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [EnablingLogic](https://github.com/EnablingLogic), [Guido Zambarda](https://github.com/GuidoZam), [João Mendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Michaël Maillot](https://github.com/michaelmaillot), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Petr Malášek](https://github.com/MalasekPetr).
|
|
28
|
+
Special thanks to our contributors (in alphabetical order): [Adam Wójcik](https://github.com/Adam-it), [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [brianpmccullough](https://github.com/brianpmccullough), [EnablingLogic](https://github.com/EnablingLogic), [Guido Zambarda](https://github.com/GuidoZam), [João Mendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Michaël Maillot](https://github.com/michaelmaillot), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Petr Malášek](https://github.com/MalasekPetr).
|
|
25
29
|
|
|
26
30
|
## 3.20.0
|
|
27
31
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.21.0-beta.
|
|
1
|
+
export var version = "3.21.0-beta.1361849";
|
|
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.1361849",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|