@pnp/spfx-controls-react 3.22.0-beta.1544825 → 3.22.0-beta.1544840
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 +4 -3
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -10,14 +10,16 @@
|
|
|
10
10
|
"SharePoint Framework v1.21.1 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)",
|
|
11
11
|
"`ListItemComments`: Implement like and unlike ability to list item comments control [#1974](https://github.com/pnp/sp-dev-fx-controls-react/pull/1974)",
|
|
12
12
|
"`ListItemComments`: Need a feature to view the list of users who liked a comment [#2003](https://github.com/pnp/sp-dev-fx-controls-react/issues/2003)",
|
|
13
|
-
"`ListItemComments`:
|
|
13
|
+
"`ListItemComments`: Clickable links [#1969](https://github.com/pnp/sp-dev-fx-controls-react/issues/1969)"
|
|
14
14
|
],
|
|
15
15
|
"fixes": [
|
|
16
16
|
"`DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)",
|
|
17
|
-
"`FilePicker`: Global quill styles from
|
|
17
|
+
"`FilePicker`: Global quill styles from FilePicker overwrite other quill editors [#1996](https://github.com/pnp/sp-dev-fx-controls-react/issues/1996)",
|
|
18
|
+
"`FilePicker`: Unable to browse through organization assets library when located on root site [#1784](https://github.com/pnp/sp-dev-fx-controls-react/issues/1784)"
|
|
18
19
|
]
|
|
19
20
|
},
|
|
20
21
|
"contributions": [
|
|
22
|
+
"[Alberto Gutierrez Perez](https://github.com/albegut)",
|
|
21
23
|
"[Alex Terentiev](https://github.com/AJIXuMuK)",
|
|
22
24
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
23
25
|
"[Sandeep P S](https://github.com/Sandeep-FED)"
|
package/CHANGELOG.md
CHANGED
|
@@ -7,16 +7,17 @@
|
|
|
7
7
|
- SharePoint Framework v1.21.1 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)
|
|
8
8
|
- `ListItemComments`: Implement like and unlike ability to list item comments control [#1974](https://github.com/pnp/sp-dev-fx-controls-react/pull/1974)
|
|
9
9
|
- `ListItemComments`: Need a feature to view the list of users who liked a comment [#2003](https://github.com/pnp/sp-dev-fx-controls-react/issues/2003)
|
|
10
|
-
- `ListItemComments`:
|
|
10
|
+
- `ListItemComments`: Clickable links [#1969](https://github.com/pnp/sp-dev-fx-controls-react/issues/1969)
|
|
11
11
|
|
|
12
12
|
### Fixes
|
|
13
13
|
|
|
14
14
|
- `DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)
|
|
15
|
-
- `FilePicker`: Global quill styles from
|
|
15
|
+
- `FilePicker`: Global quill styles from FilePicker overwrite other quill editors [#1996](https://github.com/pnp/sp-dev-fx-controls-react/issues/1996)
|
|
16
|
+
- `FilePicker`: Unable to browse through organization assets library when located on root site [#1784](https://github.com/pnp/sp-dev-fx-controls-react/issues/1784)
|
|
16
17
|
|
|
17
18
|
### Contributors
|
|
18
19
|
|
|
19
|
-
Special thanks to our contributors (in alphabetical order): [Alex Terentiev](https://github.com/AJIXuMuK), [Guido Zambarda](https://github.com/GuidoZam), [Sandeep P S](https://github.com/Sandeep-FED).
|
|
20
|
+
Special thanks to our contributors (in alphabetical order): [Alberto Gutierrez Perez](https://github.com/albegut), [Alex Terentiev](https://github.com/AJIXuMuK), [Guido Zambarda](https://github.com/GuidoZam), [Sandeep P S](https://github.com/Sandeep-FED).
|
|
20
21
|
|
|
21
22
|
## 3.21.0
|
|
22
23
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.22.0-beta.
|
|
1
|
+
export var version = "3.22.0-beta.1544840";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED