@pnp/spfx-controls-react 3.16.0-beta.6424908 → 3.16.0-beta.6425171
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 +3 -1
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"`FieldCollectionData`: render on page instead of panel and added combobox and peoplepicker controls [#1588](https://github.com/pnp/sp-dev-fx-controls-react/pull/1588)",
|
|
11
11
|
"`FieldCollectionData`: added date field control and updated number field [#1600](https://github.com/pnp/sp-dev-fx-controls-react/pull/1600)",
|
|
12
12
|
"`ListItemComments`: Added ListItemComments component to Controls.tsx [#1621](https://github.com/pnp/sp-dev-fx-controls-react/pull/1621)",
|
|
13
|
-
"`FolderPicker`: Improve documentation of FolderPicker [#1379](https://github.com/pnp/sp-dev-fx-controls-react/pull/1379)"
|
|
13
|
+
"`FolderPicker`: Improve documentation of FolderPicker [#1379](https://github.com/pnp/sp-dev-fx-controls-react/pull/1379)",
|
|
14
|
+
"`RichText`: Add https:// as placeholder instead of textbox value when adding url [#1651](https://github.com/pnp/sp-dev-fx-controls-react/pull/1656)"
|
|
14
15
|
],
|
|
15
16
|
"fixes": [
|
|
16
17
|
"`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
},
|
|
27
28
|
"contributions": [
|
|
28
29
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
30
|
+
"[Joakim](https://github.com/daenur76)",
|
|
29
31
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
30
32
|
"[Nils Andresen](https://github.com/nils-a)",
|
|
31
33
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
- `FieldCollectionData`: added date field control and updated number field [#1600](https://github.com/pnp/sp-dev-fx-controls-react/pull/1600)
|
|
13
13
|
- `ListItemComments`: Added ListItemComments component to Controls.tsx [#1621](https://github.com/pnp/sp-dev-fx-controls-react/pull/1621)
|
|
14
14
|
- `FolderPicker`: Improve documentation of FolderPicker [#1379](https://github.com/pnp/sp-dev-fx-controls-react/pull/1379)
|
|
15
|
+
- `RichText`: Add https:// as placeholder instead of textbox value when adding url [#1651](https://github.com/pnp/sp-dev-fx-controls-react/pull/1656)
|
|
15
16
|
|
|
16
17
|
### Fixes
|
|
17
18
|
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
|
|
28
29
|
### Contributors
|
|
29
30
|
|
|
30
|
-
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [Nils Andresen](https://github.com/nils-a), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Rico van de Ven](https://github.com/RicoNL), [Steve Beaugé](https://github.com/stevebeauge), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
31
|
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Joakim](https://github.com/daenur76), [Michaël Maillot](https://github.com/michaelmaillot), [Nils Andresen](https://github.com/nils-a), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Rico van de Ven](https://github.com/RicoNL), [Steve Beaugé](https://github.com/stevebeauge), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
31
32
|
|
|
32
33
|
## 3.15.0
|
|
33
34
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.16.0-beta.
|
|
1
|
+
export var version = "3.16.0-beta.6425171";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED