Skip to content

Commit 5953ac2

Browse files
authored
Merge branch 'dev' into dynamicFormImprovements
2 parents 3704e4e + 1d7322d commit 5953ac2

File tree

6 files changed

+555
-549
lines changed

6 files changed

+555
-549
lines changed

CHANGELOG.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@
1212
],
1313
"fixes": [
1414
"`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)",
15-
"`FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)"
15+
"`FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)",
16+
"Issues with v1.15.2 [#1288](https://github.com/pnp/sp-dev-fx-controls-react/issues/1288)",
17+
"`RichText`: Fix broken arrow icons [#1302](https://github.com/pnp/sp-dev-fx-controls-react/pull/1302)"
1618
]
1719
},
1820
"contributions": [
1921
"[Chad Eiserloh](https://github.com/c-eiser13)",
2022
"[Hilton Giesenow](https://github.com/HiltonGiesenow)",
2123
"[Jake Stanger](https://github.com/JakeStanger)",
22-
"[Victor Romanov](https://github.com/VRomanovTau)",
23-
"[Paolo Pialorsi](https://github.com/PaoloPia)"
24+
"[Mark Bice](https://github.com/mbice)",
25+
"[Victor Romanov](https://github.com/VRomanovTau)"
2426
]
2527
},
2628
{

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44

55
### Enhancements
66

7-
- `Dynamic Form`: Allow to hide fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307)
7+
- `DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)
8+
- `ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)
9+
- `PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)
10+
11+
### Fixes
12+
13+
- `PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)
14+
- `FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)
15+
- Issues with v1.15.2 [#1288](https://github.com/pnp/sp-dev-fx-controls-react/issues/1288)
816

917
### Contributors
1018

11-
Special thanks to our contributor: [Paolo Pialorsi](https://github.com/PaoloPia).
19+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Hilton Giesenow](https://github.com/HiltonGiesenow), [Jake Stanger](https://github.com/JakeStanger), [Victor Romanov](https://github.com/VRomanovTau).
1220

1321
## 3.10.0
1422

docs/documentation/docs/about/release-notes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44

55
### Enhancements
66

7-
- `Dynamic Form`: Allow to hide fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307)
7+
- `DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)
8+
- `ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)
9+
- `PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)
10+
11+
### Fixes
12+
13+
- `PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)
14+
- `FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)
15+
- Issues with v1.15.2 [#1288](https://github.com/pnp/sp-dev-fx-controls-react/issues/1288)
816

917
### Contributors
1018

11-
Special thanks to our contributor: [Paolo Pialorsi](https://github.com/PaoloPia).
19+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Hilton Giesenow](https://github.com/HiltonGiesenow), [Jake Stanger](https://github.com/JakeStanger), [Victor Romanov](https://github.com/VRomanovTau).
1220

1321
## 3.10.0
1422

0 commit comments

Comments
 (0)