File tree Expand file tree Collapse file tree 4 files changed +31
-1
lines changed
docs/documentation/docs/about Expand file tree Collapse file tree 4 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "version" : " 3.2.1" ,
5
+ "changes" : {
6
+ "new" : [],
7
+ "enhancements" : [],
8
+ "fixes" : [
9
+ " `ListPicker`: `ListPicker` stopped working in upgrade from 3.1.0 to 3.2.0 [#945](https://github.com/pnp/sp-dev-fx-controls-react/issues/945)"
10
+ ]
11
+ }
12
+ },
3
13
{
4
14
"version" : " 3.3.0" ,
5
15
"changes" : {
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## 3.3.0
4
+
5
+ ### Enhancements
6
+
7
+ - ` ListItemAttachments ` : Add new label and description properties [ #943 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/943 )
8
+
9
+ ### Fixes
10
+
11
+ - ` ListItemAttachments ` : Fixed multiple bugs [ #943 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/943 )
12
+
3
13
## 3.2.0
4
14
5
15
### New control(s)
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## 3.3.0
4
+
5
+ ### Enhancements
6
+
7
+ - ` ListItemAttachments ` : Add new label and description properties [ #943 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/943 )
8
+
9
+ ### Fixes
10
+
11
+ - ` ListItemAttachments ` : Fixed multiple bugs [ #943 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/943 )
12
+
3
13
## 3.2.0
4
14
5
15
### New control(s)
Original file line number Diff line number Diff line change 1
- export const version : string = "3.2.0 " ;
1
+ export const version : string = "3.2.1 " ;
You can’t perform that action at this time.
0 commit comments