Skip to content

Commit 302c223

Browse files
committed
Updated changelog + version
1 parent 079ba38 commit 302c223

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.JSON

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "1.20.0",
55
"changes": {
66
"new": [
7+
"`Accordion` control [#638](https://github.com/pnp/sp-dev-fx-controls-react/pull/638)",
78
"`FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)"
89
],
910
"enhancements": [
@@ -34,11 +35,12 @@
3435
},
3536
"contributions": [
3637
"[Devang Bhavsar](https://github.com/devangbhavsar89)",
37-
"[Gautam Sheth](https://github.com/gautamdsheth)",
3838
"[geltapatio](https://github.com/geltapatio)",
3939
"[Joel Jeffery](https://github.com/joeljeffery)",
40-
"[Piotr Siatka](https://github.com/siata13)",
41-
"[Victor Pollet](https://github.com/TheThor59)"
40+
"[Victor Pollet](https://github.com/TheThor59)",
41+
"[Alexey Sadomov](https://github.com/sadomovalex)",
42+
"[Gautam Sheth](https://github.com/gautamdsheth)",
43+
"[Piotr Siatka](https://github.com/siata13)"
4244
]
4345
},
4446
{

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### New control(s)
66

7+
- `Accordion` control [#638](https://github.com/pnp/sp-dev-fx-controls-react/pull/638)
78
- `FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)
89

910
### Enhancements
@@ -16,6 +17,8 @@
1617
- `Map`: support for draggable and static Bing maps [#586](https://github.com/pnp/sp-dev-fx-controls-react/issues/586)
1718
- `TaxonomyPicker`: onLoad validation [#602](https://github.com/pnp/sp-dev-fx-controls-react/issues/602)
1819
- `FieldCollectionData`: Add pagining and filtering [#617](https://github.com/pnp/sp-dev-fx-controls-react/pull/617)
20+
- `TaxonomyPicker`: Finding terms with labels [#288](https://github.com/pnp/sp-dev-fx-controls-react/issues/288)
21+
- `FileTypeIcon`: Added support for additional file type in `Image` mode [#640](https://github.com/pnp/sp-dev-fx-controls-react/pull/640)
1922

2023
### Fixes
2124

@@ -28,10 +31,12 @@
2831
- `TaxonomyPicker`: no suggestions are displayed if `anchorId` is not set
2932
- `TaxonomyPicker`: Suggestion/match does not work as expected [#604](https://github.com/pnp/sp-dev-fx-controls-react/issues/604)
3033
- `TaxonomyPicker`: Include check for separator while filtering path of terms when anchorId is configured [#625](https://github.com/pnp/sp-dev-fx-controls-react/issues/625)
34+
- `FilePicker`: Bing API search issue [#633](https://github.com/pnp/sp-dev-fx-controls-react/pull/633)
35+
- `ListView`: Sort fires selection [#621](https://github.com/pnp/sp-dev-fx-controls-react/issues/621)
3136

3237
### Contributors
3338

34-
Special thanks to our contributors (in alphabetical order): [Devang Bhavsar](https://github.com/devangbhavsar89), [geltapatio](https://github.com/geltapatio), [Joel Jeffery](https://github.com/joeljeffery), [Piotr Siatka](https://github.com/siata13).
39+
Special thanks to our contributors (in alphabetical order): [Devang Bhavsar](https://github.com/devangbhavsar89), [geltapatio](https://github.com/geltapatio), [Joel Jeffery](https://github.com/joeljeffery), [Victor Pollet](https://github.com/TheThor59), [Alexey Sadomov](https://github.com/sadomovalex), [Gautam Sheth](https://github.com/gautamdsheth), [Piotr Siatka](https://github.com/siata13).
3540

3641
## 1.19.0
3742

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### New control(s)
66

7+
- `Accordion` control [#638](https://github.com/pnp/sp-dev-fx-controls-react/pull/638)
78
- `FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)
89

910
### Enhancements
@@ -16,6 +17,8 @@
1617
- `Map`: support for draggable and static Bing maps [#586](https://github.com/pnp/sp-dev-fx-controls-react/issues/586)
1718
- `TaxonomyPicker`: onLoad validation [#602](https://github.com/pnp/sp-dev-fx-controls-react/issues/602)
1819
- `FieldCollectionData`: Add pagining and filtering [#617](https://github.com/pnp/sp-dev-fx-controls-react/pull/617)
20+
- `TaxonomyPicker`: Finding terms with labels [#288](https://github.com/pnp/sp-dev-fx-controls-react/issues/288)
21+
- `FileTypeIcon`: Added support for additional file type in `Image` mode [#640](https://github.com/pnp/sp-dev-fx-controls-react/pull/640)
1922

2023
### Fixes
2124

@@ -28,10 +31,12 @@
2831
- `TaxonomyPicker`: no suggestions are displayed if `anchorId` is not set
2932
- `TaxonomyPicker`: Suggestion/match does not work as expected [#604](https://github.com/pnp/sp-dev-fx-controls-react/issues/604)
3033
- `TaxonomyPicker`: Include check for separator while filtering path of terms when anchorId is configured [#625](https://github.com/pnp/sp-dev-fx-controls-react/issues/625)
34+
- `FilePicker`: Bing API search issue [#633](https://github.com/pnp/sp-dev-fx-controls-react/pull/633)
35+
- `ListView`: Sort fires selection [#621](https://github.com/pnp/sp-dev-fx-controls-react/issues/621)
3136

3237
### Contributors
3338

34-
Special thanks to our contributors (in alphabetical order): [Devang Bhavsar](https://github.com/devangbhavsar89), [geltapatio](https://github.com/geltapatio), [Joel Jeffery](https://github.com/joeljeffery), [Piotr Siatka](https://github.com/siata13).
39+
Special thanks to our contributors (in alphabetical order): [Devang Bhavsar](https://github.com/devangbhavsar89), [geltapatio](https://github.com/geltapatio), [Joel Jeffery](https://github.com/joeljeffery), [Victor Pollet](https://github.com/TheThor59), [Alexey Sadomov](https://github.com/sadomovalex), [Gautam Sheth](https://github.com/gautamdsheth), [Piotr Siatka](https://github.com/siata13).
3540

3641
## 1.19.0
3742

0 commit comments

Comments
 (0)