@pnp/spfx-controls-react 3.15.0-beta.5365846 → 3.15.0-beta.5365849
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 +2 -1
- package/CHANGELOG.md +9 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"`Localization`: Fixes to Netherlands localization [#1537](https://github.com/pnp/sp-dev-fx-controls-react/pull/1537)",
|
|
19
19
|
"`ListItemAttachments`: Fix the OnClick handler when clicking on the document card [#1541](https://github.com/pnp/sp-dev-fx-controls-react/issues/1541)",
|
|
20
20
|
"`fast-serve`: Fix issue with File and Directory Entries API [#1555](https://github.com/pnp/sp-dev-fx-controls-react/issues/1555)",
|
|
21
|
-
"`FilePicker`: Tile view issue on first render [#1558](https://github.com/pnp/sp-dev-fx-controls-react/issues/1558)"
|
|
21
|
+
"`FilePicker`: Tile view issue on first render [#1558](https://github.com/pnp/sp-dev-fx-controls-react/issues/1558)",
|
|
22
|
+
"`DynamicForm` lookups - first time you select an option from a lookup, it doesnt select it [#1535](https://github.com/pnp/sp-dev-fx-controls-react/issues/1535)"
|
|
22
23
|
]
|
|
23
24
|
},
|
|
24
25
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.15.0
|
|
4
4
|
|
|
5
|
+
### New control(s)
|
|
6
|
+
|
|
7
|
+
- `TermSetNavigation`: new control TermSetNavigation [#1527](https://github.com/pnp/sp-dev-fx-controls-react/pull/1527)
|
|
8
|
+
|
|
5
9
|
### Enhancements
|
|
6
10
|
|
|
7
11
|
- `FolderExplorer`: show files on folder explorer control [#1502](https://github.com/pnp/sp-dev-fx-controls-react/pull/1502)
|
|
@@ -13,10 +17,14 @@
|
|
|
13
17
|
- `FieldPicker`: Changed react import to fix `cannot be used as a JSX component` error [#1500](https://github.com/pnp/sp-dev-fx-controls-react/pull/1500)
|
|
14
18
|
- `Localization`: Fixes to Italian localization [#1532](https://github.com/pnp/sp-dev-fx-controls-react/pull/1532)
|
|
15
19
|
- `Localization`: Fixes to Netherlands localization [#1537](https://github.com/pnp/sp-dev-fx-controls-react/pull/1537)
|
|
20
|
+
- `ListItemAttachments`: Fix the OnClick handler when clicking on the document card [#1541](https://github.com/pnp/sp-dev-fx-controls-react/issues/1541)
|
|
21
|
+
- `fast-serve`: Fix issue with File and Directory Entries API [#1555](https://github.com/pnp/sp-dev-fx-controls-react/issues/1555)
|
|
22
|
+
- `FilePicker`: Tile view issue on first render [#1558](https://github.com/pnp/sp-dev-fx-controls-react/issues/1558)
|
|
23
|
+
- `DynamicForm` lookups - first time you select an option from a lookup, it doesnt select it [#1535](https://github.com/pnp/sp-dev-fx-controls-react/issues/1535)
|
|
16
24
|
|
|
17
25
|
### Contributors
|
|
18
26
|
|
|
19
|
-
Special thanks to our contributors (in alphabetical order): [Andreas Omayrat](https://github.com/andreasomayrat), [Ayoub](https://github.com/ayoubqrt), [Guido Zambarda](https://github.com/GuidoZam), [Sharepointalist](https://github.com/sharepointalist).
|
|
27
|
+
Special thanks to our contributors (in alphabetical order): [Andreas Omayrat](https://github.com/andreasomayrat), [Ayoub](https://github.com/ayoubqrt), [Desislav](https://github.com/DMichev), [Guido Zambarda](https://github.com/GuidoZam), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sharepointalist](https://github.com/sharepointalist).
|
|
20
28
|
|
|
21
29
|
## 3.14.0
|
|
22
30
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.5365849";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED