Skip to content

Commit bf1fc53

Browse files
committed
Updated changelog
1 parent fe9fd76 commit bf1fc53

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Releases
22

3+
## 1.20.0
4+
5+
### New control(s)
6+
7+
- `FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)
8+
9+
### Enhancements
10+
11+
- `FilePicker`: Stock images option added [#593](https://github.com/pnp/sp-dev-fx-controls-react/issues/593)
12+
13+
### Fixes
14+
15+
- `ComboBoxListItemPicker`: fetching only 100 items [#569](https://github.com/pnp/sp-dev-fx-controls-react/issues/569)
16+
- `TaxonomyPicker`: browse (tree view) doesn't work with SP 2016 On-Premises [#183](https://github.com/pnp/sp-dev-fx-controls-react/issues/183)
17+
18+
### Contributors
19+
20+
Special thanks to our contributor: [Piotr Siatka](https://github.com/siata13).
21+
322
## 1.19.0
423

524
### Enhancements

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Releases
22

3+
## 1.20.0
4+
5+
### New control(s)
6+
7+
- `FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)
8+
9+
### Enhancements
10+
11+
- `FilePicker`: Stock images option added [#593](https://github.com/pnp/sp-dev-fx-controls-react/issues/593)
12+
13+
### Fixes
14+
15+
- `ComboBoxListItemPicker`: fetching only 100 items [#569](https://github.com/pnp/sp-dev-fx-controls-react/issues/569)
16+
- `TaxonomyPicker`: browse (tree view) doesn't work with SP 2016 On-Premises [#183](https://github.com/pnp/sp-dev-fx-controls-react/issues/183)
17+
18+
### Contributors
19+
20+
Special thanks to our contributor: [Piotr Siatka](https://github.com/siata13).
21+
322
## 1.19.0
423

524
### Enhancements

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "1.19.0";
1+
export const version: string = "1.20.0";

0 commit comments

Comments
 (0)