@pnp/spfx-controls-react 3.7.0-beta.2005929 → 3.7.0-beta.2005979
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
|
@@ -9,16 +9,22 @@
|
|
|
9
9
|
],
|
|
10
10
|
"enhancements": [
|
|
11
11
|
"`Carousel`: Prev and Next Buttons are not labeled, and read as 'Unlabeled button' by screen readers [#1137](https://github.com/pnp/sp-dev-fx-controls-react/issues/1137)",
|
|
12
|
+
"`TreeView`: Ability to set keys of items that should be expanded by default [#1084](https://github.com/pnp/sp-dev-fx-controls-react/pull/1084)",
|
|
12
13
|
"SharePoint Framework v1.14.0 support"
|
|
13
14
|
],
|
|
14
15
|
"fixes": [
|
|
15
16
|
"`FilePicker`: `defaultFolderAbsolutePath` doesn't work with `webAbsoluteUrl` [#1129](https://github.com/pnp/sp-dev-fx-controls-react/issues/1129)",
|
|
16
|
-
"`LocationPicker`: Location picker not resolving locations [#1149](https://github.com/pnp/sp-dev-fx-controls-react/issues/1149)"
|
|
17
|
+
"`LocationPicker`: Location picker not resolving locations [#1149](https://github.com/pnp/sp-dev-fx-controls-react/issues/1149)",
|
|
18
|
+
"`DynamicForm`: `RichText` Field losing focus on typing [#1024](https://github.com/pnp/sp-dev-fx-controls-react/issues/1024)",
|
|
19
|
+
"`LivePersona`: Documentation fix for `template` type [#1147](https://github.com/pnp/sp-dev-fx-controls-react/pull/1147)"
|
|
17
20
|
]
|
|
18
21
|
},
|
|
19
22
|
"contributors": [
|
|
23
|
+
"[Amir Msai](https://github.com/amirmsai)",
|
|
20
24
|
"[Fabio Franzini](https://github.com/fabiofranzini)",
|
|
21
25
|
"[João Mendes](https://github.com/joaojmendes)",
|
|
26
|
+
"[Mathijs Verbeeck](https://github.com/MathijsVerbeeck)",
|
|
27
|
+
"[Rolands Strakis](https://github.com/wonderplayer)",
|
|
22
28
|
"[Won Song](https://github.com/WonSong)"
|
|
23
29
|
]
|
|
24
30
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -10,11 +10,15 @@
|
|
|
10
10
|
### Enhancements
|
|
11
11
|
|
|
12
12
|
- `Carousel`: Prev and Next Buttons are not labeled, and read as 'Unlabeled button' by screen readers [#1137](https://github.com/pnp/sp-dev-fx-controls-react/issues/1137)
|
|
13
|
+
- `TreeView`: Ability to set keys of items that should be expanded by default [#1084](https://github.com/pnp/sp-dev-fx-controls-react/pull/1084)
|
|
13
14
|
- SharePoint Framework v1.14.0 support
|
|
14
15
|
|
|
15
16
|
### Fixes
|
|
16
17
|
|
|
17
18
|
- `FilePicker`: `defaultFolderAbsolutePath` doesn't work with `webAbsoluteUrl` [#1129](https://github.com/pnp/sp-dev-fx-controls-react/issues/1129)
|
|
19
|
+
- `LocationPicker`: Location picker not resolving locations [#1149](https://github.com/pnp/sp-dev-fx-controls-react/issues/1149)
|
|
20
|
+
- `DynamicForm`: `RichText` Field losing focus on typing [#1024](https://github.com/pnp/sp-dev-fx-controls-react/issues/1024)
|
|
21
|
+
- `LivePersona`: Documentation fix for `template` type [#1147](https://github.com/pnp/sp-dev-fx-controls-react/pull/1147)
|
|
18
22
|
|
|
19
23
|
## 3.6.0
|
|
20
24
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.7.0-beta.
|
|
1
|
+
export var version = "3.7.0-beta.2005979";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED