Skip to content

Commit 5124b2c

Browse files
committed
Updated change log process
1 parent b27fb2c commit 5124b2c

File tree

7 files changed

+290
-21
lines changed

7 files changed

+290
-21
lines changed

CHANGELOG.JSON

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
{
2+
"versions": [
3+
{
4+
"version": "1.5.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [
8+
"Added a properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#82](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/82)"
9+
],
10+
"fixes": []
11+
},
12+
"contributions": []
13+
},
14+
{
15+
"version": "1.4.0",
16+
"changes": {
17+
"new": [
18+
"`SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)"
19+
],
20+
"enhancements": [
21+
"Allow the `TaxonomyPicker` to also be used in Application Customizer [#77](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/77)",
22+
"Add `npm postinstall` script to automatically add the locale config [#78](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/78)"
23+
],
24+
"fixes": [
25+
"Icon not showing up in the `Placeholder` control [#76](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/76)"
26+
]
27+
},
28+
"contributions": []
29+
},
30+
{
31+
"version": "1.3.0",
32+
"changes": {
33+
"new": [],
34+
"enhancements": [
35+
"`TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)",
36+
"`ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)"
37+
],
38+
"fixes": [
39+
"Issue fixed when the optional `selection` property was not provided to the `ListView` [#65](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/65)"
40+
]
41+
},
42+
"contributions": []
43+
},
44+
{
45+
"version": "1.2.5",
46+
"changes": {
47+
"new": [],
48+
"enhancements": [],
49+
"fixes": [
50+
"Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)"
51+
]
52+
},
53+
"contributions": []
54+
},
55+
{
56+
"version": "1.2.4",
57+
"changes": {
58+
"new": [],
59+
"enhancements": [
60+
"Hiding placeholder title on small zones"
61+
],
62+
"fixes": [
63+
"iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)"
64+
]
65+
},
66+
"contributions": []
67+
},
68+
{
69+
"version": "1.2.3",
70+
"changes": {
71+
"new": [],
72+
"enhancements": [
73+
"Optimized telemetry so that it only pushes control data",
74+
"`WebPartTitle` hide control completely when empty"
75+
],
76+
"fixes": []
77+
},
78+
"contributions": []
79+
},
80+
{
81+
"version": "1.2.2",
82+
"changes": {
83+
"new": [],
84+
"enhancements": [],
85+
"fixes": ["Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated."]
86+
},
87+
"contributions": []
88+
},
89+
{
90+
"version": "1.2.1",
91+
"changes": {
92+
"new": [],
93+
"enhancements": [],
94+
"fixes": ["`FieldTaxonomyRenderer` got fixed to support single and multiple values"]
95+
},
96+
"contributions": []
97+
},
98+
{
99+
"version": "1.2.0",
100+
"changes": {
101+
"new": [
102+
"Field controls are added to the project",
103+
"`IFrameDialog` was added to the project"
104+
],
105+
"enhancements": [],
106+
"fixes": ["Fixed theming in the `WebPartTitle` control"]
107+
},
108+
"contributions": []
109+
},
110+
{
111+
"version": "1.1.3",
112+
"changes": {
113+
"new": [],
114+
"enhancements": [],
115+
"fixes": ["`FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions."]
116+
},
117+
"contributions": []
118+
},
119+
{
120+
"version": "1.1.2",
121+
"changes": {
122+
"new": [],
123+
"enhancements": ["Improved telemetry with some object checks"],
124+
"fixes": ["Fix for `WebPartTitle` control to inherit color"]
125+
},
126+
"contributions": []
127+
},
128+
{
129+
"version": "1.1.1",
130+
"changes": {
131+
"new": [],
132+
"enhancements": ["Removed operation name from telemetry"],
133+
"fixes": []
134+
},
135+
"contributions": []
136+
},
137+
{
138+
"version": "1.1.0",
139+
"changes": {
140+
"new": [],
141+
"enhancements": ["Telemetry added"],
142+
"fixes": []
143+
},
144+
"contributions": []
145+
},
146+
{
147+
"version": "1.0.0",
148+
"changes": {
149+
"new": ["`WebPartTitle` control got added"],
150+
"enhancements": ["ListView control got extended with the ability to specify a set of preselected items."],
151+
"fixes": []
152+
},
153+
"contributions": []
154+
},
155+
{
156+
"version": "Beta 1.0.0-beta.8",
157+
"changes": {
158+
"new": [],
159+
"enhancements": [],
160+
"fixes": ["Fix for the `ListView` control when selection is used in combination with `setState`."]
161+
},
162+
"contributions": []
163+
},
164+
{
165+
"version": "Beta 1.0.0-beta.7",
166+
"changes": {
167+
"new": ["Grouping functionality added to the `ListView` control"],
168+
"enhancements": [],
169+
"fixes": []
170+
},
171+
"contributions": []
172+
},
173+
{
174+
"version": "Beta 1.0.0-beta.6",
175+
"changes": {
176+
"new": ["Initial release"],
177+
"enhancements": [],
178+
"fixes": []
179+
},
180+
"contributions": []
181+
}
182+
]
183+
}

CHANGELOG.md

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 1.4.0
1010

11-
**New Controls**
11+
**New control(s)**
1212

1313
- `SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)
1414

@@ -23,7 +23,7 @@
2323

2424
## 1.3.0
2525

26-
**New Controls**
26+
**Enhancements**
2727

2828
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)
2929
- `ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)
@@ -69,7 +69,7 @@
6969

7070
## 1.2.0
7171

72-
**New controls**
72+
**New control(s)**
7373

7474
- Field controls are added to the project
7575
- `IFrameDialog` was added to the project
@@ -80,31 +80,56 @@
8080

8181
## 1.1.3
8282

83-
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.
83+
**Fixes**
84+
85+
- `FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions.
8486

8587
## 1.1.2
8688

87-
- Fix for `WebPartTitle` control to inherit color
89+
**Enhancements**
90+
8891
- Improved telemetry with some object checks
8992

93+
**Fixes**
94+
95+
- Fix for `WebPartTitle` control to inherit color
96+
9097
## 1.1.1
9198

99+
**Enhancements**
100+
92101
- Removed operation name from telemetry
93102

94103
## 1.1.0
95104

105+
**Enhancements**
106+
96107
- Telemetry added
97108

98109
## 1.0.0
99-
- **New control**: WebPartTitle control got added.
100-
- **Enhancement**: ListView control got extended with the ability to specify a set of preselected items.
110+
111+
**New control(s)**
112+
113+
- `WebPartTitle` control got added
114+
115+
**Enhancements**
116+
117+
- ListView control got extended with the ability to specify a set of preselected items.
101118

102119
## Beta 1.0.0-beta.8
103-
- **Bug fix**: bug fix for the `ListView` control when selection is used in combination with `setState`.
120+
121+
**Fixes**
122+
123+
- Fix for the `ListView` control when selection is used in combination with `setState`.
104124

105125
## Beta 1.0.0-beta.7
106-
**Added**
126+
127+
**New control(s)**
128+
107129
- Grouping functionality added to the `ListView` control
108130

109131
## Beta 1.0.0-beta.6
132+
133+
**New control(s)**
134+
110135
- Initial release

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

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 1.4.0
1010

11-
**New Controls**
11+
**New control(s)**
1212

1313
- `SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)
1414

@@ -23,7 +23,7 @@
2323

2424
## 1.3.0
2525

26-
**New Controls**
26+
**Enhancements**
2727

2828
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)
2929
- `ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)
@@ -69,7 +69,7 @@
6969

7070
## 1.2.0
7171

72-
**New controls**
72+
**New control(s)**
7373

7474
- Field controls are added to the project
7575
- `IFrameDialog` was added to the project
@@ -80,31 +80,56 @@
8080

8181
## 1.1.3
8282

83-
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.
83+
**Fixes**
84+
85+
- `FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions.
8486

8587
## 1.1.2
8688

87-
- Fix for `WebPartTitle` control to inherit color
89+
**Enhancements**
90+
8891
- Improved telemetry with some object checks
8992

93+
**Fixes**
94+
95+
- Fix for `WebPartTitle` control to inherit color
96+
9097
## 1.1.1
9198

99+
**Enhancements**
100+
92101
- Removed operation name from telemetry
93102

94103
## 1.1.0
95104

105+
**Enhancements**
106+
96107
- Telemetry added
97108

98109
## 1.0.0
99-
- **New control**: WebPartTitle control got added.
100-
- **Enhancement**: ListView control got extended with the ability to specify a set of preselected items.
110+
111+
**New control(s)**
112+
113+
- `WebPartTitle` control got added
114+
115+
**Enhancements**
116+
117+
- ListView control got extended with the ability to specify a set of preselected items.
101118

102119
## Beta 1.0.0-beta.8
103-
- **Bug fix**: bug fix for the `ListView` control when selection is used in combination with `setState`.
120+
121+
**Fixes**
122+
123+
- Fix for the `ListView` control when selection is used in combination with `setState`.
104124

105125
## Beta 1.0.0-beta.7
106-
**Added**
126+
127+
**New control(s)**
128+
107129
- Grouping functionality added to the `ListView` control
108130

109131
## Beta 1.0.0-beta.6
132+
133+
**New control(s)**
134+
110135
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepublishOnly": "gulp",
1313
"versionUpdater": "gulp versionUpdater",
1414
"karma": "karma start --circle true",
15-
"changelog": "node scripts/sync-changelogs.js",
15+
"changelog": "node scripts/create-changelog.js && node scripts/sync-changelogs.js",
1616
"postinstall": "node postinstall/install.js"
1717
},
1818
"dependencies": {

0 commit comments

Comments
 (0)