Skip to content

Commit

Permalink
Merge pull request pnp#129 from SharePoint/dev
Browse files Browse the repository at this point in the history
Merge for 1.13.1
  • Loading branch information
estruyf authored Dec 14, 2018
2 parents eb0fb28 + 2a87118 commit 5d027a8
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 77 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"versions": [
{
"version": "1.13.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/128)"
]
},
"contributions": []
},
{
"version": "1.13.0",
"changes": {
Expand Down
76 changes: 41 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Releases

## 1.13.1

### Fixes

- `PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/128)

## 1.13.0

**Enhancements**
### Enhancements

- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/105)
- `PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/9)
- `PropertyFieldCodeEditor`: Added support for custom field rendering [#122](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/122)
- `PropertyFieldCodeEditor`: Added the functionality to sort the items in the collection [#123](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/123)

**Fixes**
### Fixes

- `PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/112)
- `PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/113)
Expand All @@ -22,12 +28,12 @@ Special thanks to our contributor: [Erwin van Hunen](https://github.com/erwinvan

## 1.12.0

**New control(s)**
### New control(s)

- `PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/108)
- `PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/114)

**Enhancements**
### Enhancements

- Dutch localization added [#82](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/82)
- French localization added [#84](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/84)
Expand All @@ -37,7 +43,7 @@ Special thanks to our contributor: [Erwin van Hunen](https://github.com/erwinvan
- Hide callout from the controls with callout if no message is provided [#107](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/107)
- `PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/109)

**Fixes**
### Fixes

- `PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/99)

Expand All @@ -47,43 +53,43 @@ Special thanks to our contributors (in alphabetical order): [Paul Bullock](https

## 1.11.0

**Enhancements**
### Enhancements

- `PropertyFieldCollectionData`: Show error messages [#96](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/96)

**Fixes**
### Fixes

- Fixes based on SonarCloud analysis

## 1.10.0

**Enhancements**
### Enhancements

- `PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/93)
- `PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/92)

**Fixes**
### Fixes

- `PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/90)
- `PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/94)

## 1.9.0

**Enhancements**
### Enhancements

- `PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/74)
- `PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/86)
- `PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/87)
- `PropertyFieldCollectionData`: Hide save button when "Add and save" is shown [#88](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/88)

**Fixes**
### Fixes

- `PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/85)
- `PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/81)

## 1.8.0

**Enhancements**
### Enhancements

- New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/79)
- `PropertyFieldListPicker` add optional property for target site [#21](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/21)
Expand All @@ -94,7 +100,7 @@ Special thanks to our contributor: [Joel Rodrigues](https://github.com/joelfmrod

## 1.7.0

**Enhancements**
### Enhancements

- Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/64)
- Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/67)
Expand All @@ -103,106 +109,106 @@ Special thanks to our contributor: [Joel Rodrigues](https://github.com/joelfmrod
- Field validation implemented to enable/disable save buttons in `PropertyFieldCollectionData` control. Related to previous enhancement.
- Added properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/69)

**Fixes**
### Fixes

- `PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/68)

## 1.6.0

**New control(s)**
### New control(s)

- `PropertyFieldCollectionData` was added [#58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58)
- `PropertyFieldOrder` was added [#19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19)
- `PropertyFieldSwatchColorPicker` was added [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)

**Enhancements**
### Enhancements

- Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/60)

**Fixes**
### Fixes

- Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/56)

## 1.5.1

**Enhancements**
### Enhancements

- Color Pickers optionally return Color Objects [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)

**Fixes**
### Fixes

- Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/47)
- Taxonomy service fix for working with term set GUID [#48](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/48)
- Added focus intercepting input for Full style [#52](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/52)

## 1.5.0

**Enhancements**
### Enhancements

- `PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/8)
- `PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/45)
- `SPTermStorePickerService` has a new interface which contains only the required properties

## 1.4.2

**Enhancements**
### Enhancements

- Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/36))

## 1.4.1

**Enhancements**
### Enhancements

- Optimized telemetry so that it only pushes control data

**Fixes**
### Fixes

- Fixes for issue [#30](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30)
- `PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33)

## 1.4.0

**New control(s)**
### New control(s)

- `PropertyFieldMultiSelect` got added
- `PropertyFieldNumber` got added

**Enhancements**
### Enhancements

- `PropertyFieldTermPicker` new introduced property to specify to show or hide the term store name: `hideTermStoreName`.
- `PropertyFieldTermPicker` updated process when terms were unselected based on ID instead of path.

## 1.3.0

**New control(s)**
### New control(s)

- `PropertyFieldCodeEditor` got added

**Enhancements**
### Enhancements

- `PropertyFieldTermPicker` improved with save and cancel button
- `PropertyFieldTermPicker` improved with `onClick` event on input field

## 1.2.0

**Enhancements**
### Enhancements

- Added the option to the people picker to allow you to specify single or multi-selection

**Fixes**
### Fixes

- People picker accidentally picked the wrong person
- Improved telemetry with some object checks

## 1.1.1

**Enhancements**
### Enhancements

- Removed operation name from telemetry

## 1.1.0

**New control(s)**
### New control(s)

- Added the `PropertyFieldButtonWithCallout` control
- Added the `PropertyFieldCheckboxWithCallout` control
Expand All @@ -212,27 +218,27 @@ Special thanks to our contributor: [Joel Rodrigues](https://github.com/joelfmrod
- Added the `PropertyLinkWithCallout` control
- Added the `PropertySliderWithCallout` control

**Enhancements**
### Enhancements

- Telemetry added
- Term picker control has now the option to scope on term set or group

## 1.0.0

**New control(s)**
### New control(s)

- Added the `PropertyFieldDropdownWithCallout` control
- Added the `PropertyFieldTextWithCallout` control
- Added the `PropertyFieldToggleWithCallout` control

## 1.0.0-beta.3

**Enhancements**
### Enhancements

- Added `firstDayOfWeek` option to the date picker control

## 1.0.0-beta.2

**New control(s)**
### New control(s)

- Initial release
Loading

0 comments on commit 5d027a8

Please sign in to comment.