File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"version" : " 2.6.0" ,
5
5
"changes" : {
6
- "new" : [],
6
+ "new" : [
7
+ " `AnimatedDialog`: new Animated Dialog control [#815](https://github.com/pnp/sp-dev-fx-controls-react/issues/815)"
8
+ ],
7
9
"enhancements" : [],
8
10
"fixes" : [
9
11
" `IconPicker`: Fix case sensitive fluent icon search service [#814](https://github.com/pnp/sp-dev-fx-controls-react/pull/814)"
10
12
]
11
13
},
12
14
"contributions" : [
15
+ " [Anoop Tatti](https://github.com/anoopt)" ,
13
16
" [Mark Bice](https://github.com/mbice)"
14
17
]
15
18
},
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ The following controls are currently available:
54
54
55
55
- [ AccessibleAccordion] ( ./controls/AccessibleAccordion/Accordion ) (Control to render an accordion. React ` AccessibleAccourdion ` -based implementation)
56
56
- [ Accordion] ( ./controls/Accordion ) (Control to render an accordion)
57
+ - [ AnimatedDialog] ( ./controls/AnimatedDialog ) (Animated dialog control)
57
58
- [ Carousel] ( ./controls/Carousel ) (Control displays children elements with 'previous/next element' options)
58
59
- [ Charts] ( ./controls/ChartControl ) (makes it easy to integrate [ Chart.js] ( https://www.chartjs.org/ ) charts into web part)
59
60
- [ ComboBoxListItemPicker] ( ./controls/ComboBoxListItemPicker ) (allows to select one or more items from a list)
Original file line number Diff line number Diff line change 11
11
- Controls :
12
12
- AccessibleAccordion : ' controls/AccessibleAccordion/Accordion.md'
13
13
- Accordion : ' controls/Accordion.md'
14
+ - AnimatedDialog : ' controls/AnimatedDialog.md'
14
15
- Carousel : ' controls/Carousel.md'
15
16
- Charts :
16
17
- " ChartControl " : ' controls/ChartControl.md'
You can’t perform that action at this time.
0 commit comments