Skip to content

Commit 63aa5ec

Browse files
committed
changelog, addinig Animated dialog control to the docs menu
1 parent 7efc2e1 commit 63aa5ec

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.JSON

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
{
44
"version": "2.6.0",
55
"changes": {
6-
"new": [],
6+
"new": [
7+
"`AnimatedDialog`: new Animated Dialog control [#815](https://github.com/pnp/sp-dev-fx-controls-react/issues/815)"
8+
],
79
"enhancements": [],
810
"fixes": [
911
"`IconPicker`: Fix case sensitive fluent icon search service [#814](https://github.com/pnp/sp-dev-fx-controls-react/pull/814)"
1012
]
1113
},
1214
"contributions": [
15+
"[Anoop Tatti](https://github.com/anoopt)",
1316
"[Mark Bice](https://github.com/mbice)"
1417
]
1518
},

docs/documentation/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following controls are currently available:
5454

5555
- [AccessibleAccordion](./controls/AccessibleAccordion/Accordion) (Control to render an accordion. React `AccessibleAccourdion`-based implementation)
5656
- [Accordion](./controls/Accordion) (Control to render an accordion)
57+
- [AnimatedDialog](./controls/AnimatedDialog) (Animated dialog control)
5758
- [Carousel](./controls/Carousel) (Control displays children elements with 'previous/next element' options)
5859
- [Charts](./controls/ChartControl) (makes it easy to integrate [Chart.js](https://www.chartjs.org/) charts into web part)
5960
- [ComboBoxListItemPicker](./controls/ComboBoxListItemPicker) (allows to select one or more items from a list)

docs/documentation/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nav:
1111
- Controls:
1212
- AccessibleAccordion: 'controls/AccessibleAccordion/Accordion.md'
1313
- Accordion: 'controls/Accordion.md'
14+
- AnimatedDialog: 'controls/AnimatedDialog.md'
1415
- Carousel: 'controls/Carousel.md'
1516
- Charts:
1617
- "ChartControl": 'controls/ChartControl.md'

0 commit comments

Comments
 (0)