Skip to content

Commit 7705c27

Browse files
committed
package v2.4.0
1 parent f71dcf3 commit 7705c27

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.JSON

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"versions": [
3+
{
4+
"version": "2.4.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [
8+
"`Placeholder`: support of custom rendering for `iconText` and `description`"
9+
],
10+
"fixes": []
11+
},
12+
"contributions": []
13+
},
314
{
415
"version": "2.3.0",
516
"changes": {
@@ -167,8 +178,7 @@
167178
{
168179
"version": "1.19.0",
169180
"changes": {
170-
"new": [
171-
],
181+
"new": [],
172182
"enhancements": [
173183
"`ListView`: Add clear button to filter text box [#549](https://github.com/pnp/sp-dev-fx-controls-react/issues/549)",
174184
"`FolderExplorer`: Add clear button to filter text box [#553](https://github.com/pnp/sp-dev-fx-controls-react/pull/553)",

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "2.3.0";
1+
export const version: string = "2.4.0";

0 commit comments

Comments
 (0)