Skip to content

Commit 6f603bd

Browse files
committed
changelog
1 parent 0ad7d6e commit 6f603bd

File tree

4 files changed

+35
-32011
lines changed

4 files changed

+35
-32011
lines changed

CHANGELOG.JSON

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@
1313
"fixes": [
1414
"Documentation for `RichText`: correct event handler name [#898](https://github.com/pnp/sp-dev-fx-controls-react/pull/898)",
1515
"`SitePicker`: `SitePicker` does not display initialsites until you click the dropdown to select [#895](https://github.com/pnp/sp-dev-fx-controls-react/issues/895)",
16-
"`DatePicker`: Fix Spanish loc strings [#923](https://github.com/pnp/sp-dev-fx-controls-react/issues/923)"
16+
"`DatePicker`: Fix Spanish loc strings [#923](https://github.com/pnp/sp-dev-fx-controls-react/issues/923)",
17+
"`FilePicker`: invalid CSS: relative in quotes. [#930](https://github.com/pnp/sp-dev-fx-controls-react/pull/930)"
1718
]
1819
},
1920
"contributions": [
20-
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)",
21-
"[Sergei Sergeev](https://github.com/s-KaiNet)",
21+
"[Nikolay Belykh](https://github.com/nbelyh)",
2222
"[Eduard Paul](https://github.com/eduardpaul)",
23-
"[Peter Paul Kirschner](https://github.com/petkir)"
23+
"[Peter Paul Kirschner](https://github.com/petkir)",
24+
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)",
25+
"[Sergei Sergeev](https://github.com/s-KaiNet)"
2426
]
2527
},
2628
{

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@
66

77
- `DynamicForm`: New Control: Dynamic form [#878](https://github.com/pnp/sp-dev-fx-controls-react/issues/878)
88

9+
### Enhancements
10+
11+
- `fast-serve`: Add fast-serve support [#916](https://github.com/pnp/sp-dev-fx-controls-react/pull/916)
12+
- `ComboBoxListItemPicker` and `ListItemPicker`: Add label to control [#914](https://github.com/pnp/sp-dev-fx-controls-react/pull/914)
13+
914
### Fixes
1015

1116
- Documentation for `RichText`: correct event handler name [#898](https://github.com/pnp/sp-dev-fx-controls-react/pull/898)
1217
- `SitePicker`: `SitePicker` does not display initialsites until you click the dropdown to select [#895](https://github.com/pnp/sp-dev-fx-controls-react/issues/895)
18+
- `DatePicker`: Fix Spanish loc strings [#923](https://github.com/pnp/sp-dev-fx-controls-react/issues/923)
19+
- `FilePicker`: invalid CSS: relative in quotes. [#930](https://github.com/pnp/sp-dev-fx-controls-react/pull/930)
1320

1421
### Contributors
1522

16-
Special thanks to our contributor: [Ravichandran Krishnasamy](https://github.com/ravichandran-blog).
23+
Special thanks to our contributors (in alphabetical order): [Nikolay Belykh](https://github.com/nbelyh), [Eduard Paul](https://github.com/eduardpaul), [Peter Paul Kirschner](https://github.com/petkir), [Ravichandran Krishnasamy](https://github.com/ravichandran-blog), [Sergei Sergeev](https://github.com/s-KaiNet).
1724

1825
## 3.1.0
1926

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@
66

77
- `DynamicForm`: New Control: Dynamic form [#878](https://github.com/pnp/sp-dev-fx-controls-react/issues/878)
88

9+
### Enhancements
10+
11+
- `fast-serve`: Add fast-serve support [#916](https://github.com/pnp/sp-dev-fx-controls-react/pull/916)
12+
- `ComboBoxListItemPicker` and `ListItemPicker`: Add label to control [#914](https://github.com/pnp/sp-dev-fx-controls-react/pull/914)
13+
914
### Fixes
1015

1116
- Documentation for `RichText`: correct event handler name [#898](https://github.com/pnp/sp-dev-fx-controls-react/pull/898)
1217
- `SitePicker`: `SitePicker` does not display initialsites until you click the dropdown to select [#895](https://github.com/pnp/sp-dev-fx-controls-react/issues/895)
18+
- `DatePicker`: Fix Spanish loc strings [#923](https://github.com/pnp/sp-dev-fx-controls-react/issues/923)
19+
- `FilePicker`: invalid CSS: relative in quotes. [#930](https://github.com/pnp/sp-dev-fx-controls-react/pull/930)
1320

1421
### Contributors
1522

16-
Special thanks to our contributor: [Ravichandran Krishnasamy](https://github.com/ravichandran-blog).
23+
Special thanks to our contributors (in alphabetical order): [Nikolay Belykh](https://github.com/nbelyh), [Eduard Paul](https://github.com/eduardpaul), [Peter Paul Kirschner](https://github.com/petkir), [Ravichandran Krishnasamy](https://github.com/ravichandran-blog), [Sergei Sergeev](https://github.com/s-KaiNet).
1724

1825
## 3.1.0
1926

0 commit comments

Comments
 (0)