File tree Expand file tree Collapse file tree 7 files changed +28420
-416
lines changed
docs/documentation/docs/about Expand file tree Collapse file tree 7 files changed +28420
-416
lines changed Original file line number Diff line number Diff line change
1
+ _
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ npm test
5
+ npm run changelog
Original file line number Diff line number Diff line change 3
3
{
4
4
"version" : " 3.0.0" ,
5
5
"changes" : {
6
- "new" : [
7
- " SharePoint Framework v1.12 support" ,
8
- " FLuent UI v7 support"
6
+ "new" : [],
7
+ "enhancements" : [
8
+ " SharePoint Framework v1.12 support (breaking change)" ,
9
+ " Fluent UI v7 support"
9
10
],
10
- "enhancements" : [],
11
11
"fixes" : []
12
12
},
13
13
"contributions" : []
Original file line number Diff line number Diff line change 30
30
- Documentation: Controls link in the menu is broken [ #821 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/821 )
31
31
- ` TreeView ` : Fix two potential null reference issues [ #832 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/832 )
32
32
- ` RichText ` : Problem with bullets and number list [ #795 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/795 )
33
+ - ` FolderPicker ` : Correct FolderPicker link alignment
33
34
34
35
### Contributors
35
36
Original file line number Diff line number Diff line change 30
30
- Documentation: Controls link in the menu is broken [ #821 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/821 )
31
31
- ` TreeView ` : Fix two potential null reference issues [ #832 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/832 )
32
32
- ` RichText ` : Problem with bullets and number list [ #795 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/795 )
33
+ - ` FolderPicker ` : Correct FolderPicker link alignment
33
34
34
35
### Contributors
35
36
You can’t perform that action at this time.
0 commit comments