Skip to content

Commit 2a7d8e3

Browse files
authored
Merge pull request #73 from SharePoint/dev
Merge for the 1.7.0 release
2 parents ffcb027 + a2e5d33 commit 2a7d8e3

35 files changed

+4007
-2440
lines changed

CHANGELOG.json

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
{
2+
"versions": [
3+
{
4+
"version": "1.7.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [
8+
"Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/64)",
9+
"Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/67)",
10+
"Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/66)",
11+
"Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/72)",
12+
"Field validation implemented to enable/disable save buttons in `PropertyFieldCollectionData` control. Related to previous enhancement.",
13+
"Added a properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/69)"
14+
],
15+
"fixes": [
16+
"`PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/68)"
17+
]
18+
},
19+
"contributions": []
20+
},
21+
{
22+
"version": "1.6.0",
23+
"changes": {
24+
"new": [
25+
"`PropertyFieldCollectionData` was added [#58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58)",
26+
"`PropertyFieldOrder` was added [#19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19)",
27+
"`PropertyFieldSwatchColorPicker` was added [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)"
28+
],
29+
"enhancements": [
30+
"Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/60)"
31+
],
32+
"fixes": [
33+
"Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/56)"
34+
]
35+
},
36+
"contributions": []
37+
},
38+
{
39+
"version": "1.5.1",
40+
"changes": {
41+
"new": [],
42+
"enhancements": [
43+
"Color Pickers optionally return Color Objects [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)"
44+
],
45+
"fixes": [
46+
"Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/47)",
47+
"Taxonomy service fix for working with term set GUID [#48](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/48)",
48+
"Added focus intercepting input for Full style [#52](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/52)"
49+
]
50+
},
51+
"contributions": []
52+
},
53+
{
54+
"version": "1.5.0",
55+
"changes": {
56+
"new": [],
57+
"enhancements": [
58+
"`PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/8)",
59+
"`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)",
60+
"`SPTermStorePickerService` has a new interface which contains only the required properties"
61+
],
62+
"fixes": []
63+
},
64+
"contributions": []
65+
},
66+
{
67+
"version": "1.4.2",
68+
"changes": {
69+
"new": [],
70+
"enhancements": [
71+
"Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/36))"
72+
],
73+
"fixes": []
74+
},
75+
"contributions": []
76+
},
77+
{
78+
"version": "1.4.1",
79+
"changes": {
80+
"new": [],
81+
"enhancements": [
82+
"Optimized telemetry so that it only pushes control data"
83+
],
84+
"fixes": [
85+
"Fixes for issue [#30](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30)",
86+
"`PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33)"
87+
]
88+
},
89+
"contributions": []
90+
},
91+
{
92+
"version": "1.4.0",
93+
"changes": {
94+
"new": [
95+
"`PropertyFieldMultiSelect` got added",
96+
"`PropertyFieldNumber` got added"
97+
],
98+
"enhancements": [
99+
"`PropertyFieldTermPicker` new introduced property to specify to show or hide the term store name: `hideTermStoreName`.",
100+
"`PropertyFieldTermPicker` updated process when terms were unselected based on ID instead of path."
101+
],
102+
"fixes": []
103+
},
104+
"contributions": []
105+
},
106+
{
107+
"version": "1.3.0",
108+
"changes": {
109+
"new": [
110+
"`PropertyFieldCodeEditor` got added"
111+
],
112+
"enhancements": [
113+
"`PropertyFieldTermPicker` improved with save and cancel button",
114+
"`PropertyFieldTermPicker` improved with `onClick` event on input field"
115+
],
116+
"fixes": []
117+
},
118+
"contributions": []
119+
},
120+
{
121+
"version": "1.2.0",
122+
"changes": {
123+
"new": [],
124+
"enhancements": [
125+
"Added the option to the people picker to allow you to specify single or multi-selection"
126+
],
127+
"fixes": [
128+
"People picker accidentally picked the wrong person",
129+
"Improved telemetry with some object checks"
130+
]
131+
},
132+
"contributions": []
133+
},
134+
{
135+
"version": "1.1.1",
136+
"changes": {
137+
"new": [],
138+
"enhancements": ["Removed operation name from telemetry"],
139+
"fixes": []
140+
},
141+
"contributions": []
142+
},
143+
{
144+
"version": "1.1.0",
145+
"changes": {
146+
"new": [
147+
"Added the `PropertyFieldButtonWithCallout` control",
148+
"Added the `PropertyFieldCheckboxWithCallout` control",
149+
"Added the `PropertyFieldChoiceGroupWithCallout` control",
150+
"Added the `PropertyFieldWithCallout` control",
151+
"Added the `PropertyLabelWithCallout` control",
152+
"Added the `PropertyLinkWithCallout` control",
153+
"Added the `PropertySliderWithCallout` control"
154+
],
155+
"enhancements": [
156+
"Telemetry added",
157+
"Term picker control has now the option to scope on term set or group"
158+
],
159+
"fixes": []
160+
},
161+
"contributions": []
162+
},
163+
{
164+
"version": "1.0.0",
165+
"changes": {
166+
"new": [
167+
"Added the `PropertyFieldDropdownWithCallout` control",
168+
"Added the `PropertyFieldTextWithCallout` control",
169+
"Added the `PropertyFieldToggleWithCallout` control"
170+
],
171+
"enhancements": [],
172+
"fixes": []
173+
},
174+
"contributions": []
175+
},
176+
{
177+
"version": "1.0.0-beta.3",
178+
"changes": {
179+
"new": [],
180+
"enhancements": [
181+
"Added `firstDayOfWeek` option to the date picker control"
182+
],
183+
"fixes": []
184+
},
185+
"contributions": []
186+
},
187+
{
188+
"version": "1.0.0-beta.2",
189+
"changes": {
190+
"new": ["Initial release"],
191+
"enhancements": [],
192+
"fixes": []
193+
},
194+
"contributions": []
195+
}
196+
]
197+
}

CHANGELOG.md

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
# Releases
22

3-
## 1.6.0
3+
## 1.7.0
44

5-
**New controls**
5+
**Enhancements**
6+
7+
- Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/64)
8+
- Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/67)
9+
- Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/66)
10+
- Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/72)
11+
- Field validation implemented to enable/disable save buttons in `PropertyFieldCollectionData` control. Related to previous enhancement.
12+
- Added a properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/69)
13+
14+
**Fixes**
15+
16+
- `PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/68)
17+
18+
## 1.6.0
619

7-
- `PropertyFieldCollectionData` was added [58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58)
8-
- `PropertyFieldOrder` was added [19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19)
9-
- `PropertyFieldSwatchColorPicker` was added [55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)
20+
**New control(s)**
21+
22+
- `PropertyFieldCollectionData` was added [#58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58)
23+
- `PropertyFieldOrder` was added [#19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19)
24+
- `PropertyFieldSwatchColorPicker` was added [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)
1025

1126
**Enhancements**
1227

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

1530
**Fixes**
1631

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

1934
## 1.5.1
2035

@@ -34,13 +49,13 @@
3449

3550
- `PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/8)
3651
- `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)
37-
- `SPTermStorePickerService` has a new interface which contains only the required properties
52+
- `SPTermStorePickerService` has a new interface which contains only the required properties
3853

3954
## 1.4.2
4055

4156
**Enhancements**
4257

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

4560
## 1.4.1
4661

@@ -50,12 +65,12 @@
5065

5166
**Fixes**
5267

53-
- Fixes for issue [#30 - Check if Label is null and if so don't render it.](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30)
54-
- Fix for issue [#33 - `PropertyFieldPeoplePicker` Validation does not work as expected.](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33)
68+
- Fixes for issue [#30](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30)
69+
- `PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33)
5570

5671
## 1.4.0
5772

58-
**New controls**
73+
**New control(s)**
5974

6075
- `PropertyFieldMultiSelect` got added
6176
- `PropertyFieldNumber` got added
@@ -67,7 +82,7 @@
6782

6883
## 1.3.0
6984

70-
**New controls**
85+
**New control(s)**
7186

7287
- `PropertyFieldCodeEditor` got added
7388

@@ -89,15 +104,14 @@
89104

90105
## 1.1.1
91106

107+
**Enhancements**
108+
92109
- Removed operation name from telemetry
93110

94111
## 1.1.0
95112

96-
**Improvements**
97-
- Telemetry added
98-
- Term picker control has now the option to scope on term set or group
113+
**New control(s)**
99114

100-
**New controls**
101115
- Added the `PropertyFieldButtonWithCallout` control
102116
- Added the `PropertyFieldCheckboxWithCallout` control
103117
- Added the `PropertyFieldChoiceGroupWithCallout` control
@@ -106,21 +120,27 @@
106120
- Added the `PropertyLinkWithCallout` control
107121
- Added the `PropertySliderWithCallout` control
108122

123+
**Enhancements**
124+
125+
- Telemetry added
126+
- Term picker control has now the option to scope on term set or group
127+
109128
## 1.0.0
129+
130+
**New control(s)**
131+
110132
- Added the `PropertyFieldDropdownWithCallout` control
111133
- Added the `PropertyFieldTextWithCallout` control
112134
- Added the `PropertyFieldToggleWithCallout` control
113135

114-
## Beta 1.0.0-beta.4
115-
116-
**New Controls**
117-
- Added the `PropertyFieldColorPicker` control
118-
- Added the `PropertyFieldSpinButton` control
136+
## 1.0.0-beta.3
119137

120-
## Beta 1.0.0-beta.3
138+
**Enhancements**
121139

122-
**Improvement**
123140
- Added `firstDayOfWeek` option to the date picker control
124141

125-
## Beta 1.0.0-beta.2
142+
## 1.0.0-beta.2
143+
144+
**New control(s)**
145+
126146
- Initial release

0 commit comments

Comments
 (0)