Skip to content

Commit d5511ad

Browse files
committed
Changelog updates
1 parent 09b36be commit d5511ad

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.JSON

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "1.11.0",
55
"changes": {
66
"new": [
7-
"`Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)"
7+
"`Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)",
8+
"`ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)"
89
],
910
"enhancements": [
1011
"`PeoplePicker`: Make the titleText property not required [#184](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/184)"
@@ -14,6 +15,7 @@
1415
]
1516
},
1617
"contributions": [
18+
"[Hugo Bernier](https://github.com/hugoabernier)",
1719
"[Anoop Tatti](https://github.com/anoopt)",
1820
"[Alex Terentiev](https://github.com/AJIXuMuK)",
1921
"[Tse Kit Yam](https://github.com/tsekityam)"

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
**New control(s)**
66

77
- `Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)
8+
- `ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)
89

910
**Enhancements**
1011

@@ -16,7 +17,7 @@
1617

1718
### Contributors
1819

19-
Special thanks to our contributors (in alphabetical order): [Anoop Tatti](https://github.com/anoopt), [Alex Terentiev](https://github.com/AJIXuMuK), [Tse Kit Yam](https://github.com/tsekityam).
20+
Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https://github.com/hugoabernier), [Anoop Tatti](https://github.com/anoopt), [Alex Terentiev](https://github.com/AJIXuMuK), [Tse Kit Yam](https://github.com/tsekityam).
2021

2122
## 1.10.0
2223

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
**New control(s)**
66

77
- `Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)
8+
- `ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)
89

910
**Enhancements**
1011

@@ -16,7 +17,7 @@
1617

1718
### Contributors
1819

19-
Special thanks to our contributors (in alphabetical order): [Anoop Tatti](https://github.com/anoopt), [Alex Terentiev](https://github.com/AJIXuMuK), [Tse Kit Yam](https://github.com/tsekityam).
20+
Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https://github.com/hugoabernier), [Anoop Tatti](https://github.com/anoopt), [Alex Terentiev](https://github.com/AJIXuMuK), [Tse Kit Yam](https://github.com/tsekityam).
2021

2122
## 1.10.0
2223

src/webparts/controlsTest/components/ControlsTest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
235235
updateProperty={this.props.updateProperty} />
236236

237237

238-
<ChartControl type={ChartType.HorizontalBar}
238+
<ChartControl type={ChartType.Bar}
239239
data={{
240240
labels: ["Red", "Blue", "Yellow", "Green", "Purple", "Orange"],
241241
datasets: [{

0 commit comments

Comments
 (0)