Skip to content

Commit cc74a31

Browse files
committed
changelog, docs
1 parent fa80567 commit cc74a31

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.JSON

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@
99
],
1010
"enhancements": [
1111
"`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)",
1213
"SharePoint Framework v1.14.0 support"
1314
],
1415
"fixes": [
1516
"`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)"
1720
]
1821
},
1922
"contributors": [
23+
"[Amir Msai](https://github.com/amirmsai)",
2024
"[Fabio Franzini](https://github.com/fabiofranzini)",
2125
"[João Mendes](https://github.com/joaojmendes)",
26+
"[Mathijs Verbeeck](https://github.com/MathijsVerbeeck)",
27+
"[Rolands Strakis](https://github.com/wonderplayer)",
2228
"[Won Song](https://github.com/WonSong)"
2329
]
2430
},

docs/documentation/docs/controls/TreeView.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The `TreeView` control can be configured with the following properties:
101101
| onSelect | function | no | Captures the event of when the tree item selection has changed. |
102102
| onRenderItem | function | no | Optional callback to provide custom rendering of the item (default is simple text of item label and a checkbox for selection). |
103103
| defaultExpandedChildren | boolean | no | Default expand / collapse behavior for the child nodes. By default this is set to true. |
104+
| defaultExpandedKeys | string[] | no | Keys of items expanded by default. |
104105
105106
Enum `TreeViewSelectionMode`
106107

0 commit comments

Comments
 (0)