Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed May 5, 2021
1 parent 4934f36 commit 5557d64
Show file tree
Hide file tree
Showing 6 changed files with 26,526 additions and 14 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
. "$(dirname "$0")/_/husky.sh"

npm run changelog

11 changes: 11 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
},
"contributions": []
},
{
"version": "2.6.0",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`PropertyFieldSitePicker`: Site Picker doesn't return sites with title starting from the typed string [#355](https://github.com/pnp/sp-dev-fx-property-controls/issues/355)"
]
},
"contributions": []
},
{
"version": "2.5.0",
"changes": {
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@

## 3.1.0

### Enhancements

- SharePoint Framework v1.12.1 support
- `PropertyFieldColumnPicker`: Multiselect dropdown option [#354](https://github.com/pnp/sp-dev-fx-property-controls/pull/354)

### Fixes

- `PropertyFieldSitePicker`: Site Picker doesn't return sites with title starting from the typed string [#355](https://github.com/pnp/sp-dev-fx-property-controls/issues/355)

### Contributors

Special thanks to our contributor: [Sudharsan Kesavanarayanan](https://github.com/sudharsank).

## 3.0.0

### Enhancements

- SharePoint Framework v1.12 support (Breaking change)
- FLuent UI v7 support

## 2.6.0

### Fixes

- `PropertyFieldSitePicker`: Site Picker doesn't return sites with title starting from the typed string [#355](https://github.com/pnp/sp-dev-fx-property-controls/issues/355)

## 2.5.0

### New control(s)
Expand Down
15 changes: 15 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@

## 3.1.0

### Enhancements

- SharePoint Framework v1.12.1 support
- `PropertyFieldColumnPicker`: Multiselect dropdown option [#354](https://github.com/pnp/sp-dev-fx-property-controls/pull/354)

### Fixes

- `PropertyFieldSitePicker`: Site Picker doesn't return sites with title starting from the typed string [#355](https://github.com/pnp/sp-dev-fx-property-controls/issues/355)

### Contributors

Special thanks to our contributor: [Sudharsan Kesavanarayanan](https://github.com/sudharsank).

## 3.0.0

### Enhancements

- SharePoint Framework v1.12 support (Breaking change)
- FLuent UI v7 support

## 2.6.0

### Fixes

- `PropertyFieldSitePicker`: Site Picker doesn't return sites with title starting from the typed string [#355](https://github.com/pnp/sp-dev-fx-property-controls/issues/355)

## 2.5.0

### New control(s)
Expand Down
Loading

0 comments on commit 5557d64

Please sign in to comment.