Skip to content

Commit c000f49

Browse files
committed
changelog
1 parent 68da6e3 commit c000f49

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.JSON

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
{
44
"version": "2.4.0",
55
"changes": {
6-
"new": [],
6+
"new": [
7+
"`AccessibleAccordion` control [#770](https://github.com/pnp/sp-dev-fx-controls-react/pull/770)"
8+
],
79
"enhancements": [
810
"`Placeholder`: support of custom rendering for `iconText` and `description`",
911
"`PeoplePicker`: ability just to display inactive users name (ideally the value fetched from 'Author/Title') [#768](https://github.com/pnp/sp-dev-fx-controls-react/issues/768)",
1012
"`TaxonomyPicker`: New `onPanelSelectionChange` property added. Can be used to interact with the control while selecting items in the panel, before Click or Cancel is clicked. [#761](https://github.com/pnp/sp-dev-fx-controls-react/issues/761)",
1113
"`TaxonomyPicker`: `selectChildrenIfParentSelected` property added. Specifies if the children should be selected when parent item is selected (defaults to false). [#765](https://github.com/pnp/sp-dev-fx-controls-react/issues/765)",
12-
"`ListPicker`: ability to pick lists from specified site using `webAbsoluteUrl` property."
14+
"`ListPicker`: ability to pick lists from specified site using `webAbsoluteUrl` property.",
15+
"`FilePicker`: `buttonIconProps` to define properties of the button's icon [#770](https://github.com/pnp/sp-dev-fx-controls-react/pull/770)"
1316
],
1417
"fixes": [
1518
"`DateTimePicker`: documentation fix [#767](https://github.com/pnp/sp-dev-fx-controls-react/pull/767)",
@@ -20,7 +23,8 @@
2023
"[André Lage](https://github.com/aaclage)",
2124
"[Christian Metz](https://github.com/ChrisOMetz)",
2225
"[Leif Frederiksen](https://github.com/Leif-Frederiksen)",
23-
"[San](https://github.com/sankarkumar23)"
26+
"[San](https://github.com/sankarkumar23)",
27+
"[João Mendes](https://github.com/joaojmendes)"
2428
]
2529
},
2630
{

0 commit comments

Comments
 (0)