Skip to content

Commit b8533fa

Browse files
committed
Updates for 3.0.0 release
1 parent 5b3f65f commit b8533fa

File tree

7 files changed

+28420
-416
lines changed

7 files changed

+28420
-416
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm test
5+
npm run changelog

CHANGELOG.JSON

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{
44
"version": "3.0.0",
55
"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"
910
],
10-
"enhancements": [],
1111
"fixes": []
1212
},
1313
"contributions": []

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- Documentation: Controls link in the menu is broken [#821](https://github.com/pnp/sp-dev-fx-controls-react/pull/821)
3131
- `TreeView`: Fix two potential null reference issues [#832](https://github.com/pnp/sp-dev-fx-controls-react/pull/832)
3232
- `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
3334

3435
### Contributors
3536

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- Documentation: Controls link in the menu is broken [#821](https://github.com/pnp/sp-dev-fx-controls-react/pull/821)
3131
- `TreeView`: Fix two potential null reference issues [#832](https://github.com/pnp/sp-dev-fx-controls-react/pull/832)
3232
- `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
3334

3435
### Contributors
3536

0 commit comments

Comments
 (0)