Skip to content

Commit 73d4f3c

Browse files
Update changelog and release notes for version 3.23.0
1 parent 5519ea2 commit 73d4f3c

4 files changed

Lines changed: 35 additions & 9 deletions

File tree

CHANGELOG.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.23.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [],
8+
"fixes": [
9+
"`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)"
10+
]
11+
},
12+
"contributions": [
13+
"[Mark Bice](https://github.com/mbice)"
14+
]
15+
},
316
{
417
"version": "3.22.0",
518
"changes": {
@@ -55,7 +68,6 @@
5568
"Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)",
5669
"`FilterBar`: new control `FilterBar` [#1884](https://github.com/pnp/sp-dev-fx-controls-react/pull/1884)",
5770
"`Calendar`: new controls `Calendar` [#1955](https://github.com/pnp/sp-dev-fx-controls-react/pull/1955)"
58-
5971
],
6072
"enhancements": [
6173
"Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)",
@@ -215,7 +227,7 @@
215227
},
216228
{
217229
"version": "3.17.0",
218-
"changes":{
230+
"changes": {
219231
"new": [],
220232
"enhancements": [
221233
"`DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)",
@@ -359,7 +371,6 @@
359371
"[Sergei Sergeev](https://github.com/s-KaiNet)",
360372
"[Sharepointalist](https://github.com/sharepointalist)",
361373
"[Zhephyr](https://github.com/Zhephyr54)"
362-
363374
]
364375
},
365376
{
@@ -417,7 +428,6 @@
417428
"`AdaptiveCardHost`: Logic to prevent re-renders (flicker) [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)",
418429
"`ListItemComments`: Add new parameter for ListItemComments to highlight comment [#1430](https://github.com/pnp/sp-dev-fx-controls-react/pull/1430)",
419430
"`ComboBoxListItemPicker`: Update ComboBoxListItemPicker.md [#1470](https://github.com/pnp/sp-dev-fx-controls-react/pull/1470)"
420-
421431
],
422432
"fixes": [
423433
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
@@ -438,7 +448,6 @@
438448
"`DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)",
439449
"`RichText`: Use theme colors - fix dark mode [#669](https://github.com/pnp/sp-dev-fx-controls-react/issues/669)",
440450
"`FilePicker`: Use theme colors - fix dark mode [#1132](https://github.com/pnp/sp-dev-fx-controls-react/issues/1132)"
441-
442451
]
443452
},
444453
"contributions": [
@@ -460,7 +469,6 @@
460469
"[Samuele Furnari](https://github.com/SamueleFurnari)",
461470
"[sambilfinger](https://github.com/sambilfinger)",
462471
"[wuxiaojun514](https://github.com/wuxiaojun514)"
463-
464472
]
465473
},
466474
{
@@ -513,7 +521,6 @@
513521
"`Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)",
514522
"`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)",
515523
"`DynamicForm`: FirstDayOfWeek in DatePickers from webs regional settings [#1317](https://github.com/pnp/sp-dev-fx-controls-react/issues/1317)"
516-
517524
],
518525
"fixes": [
519526
"`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)",
@@ -584,7 +591,6 @@
584591
"`PeoplePicker`: PeoplePicker validation on focus out [#1221](https://github.com/pnp/sp-dev-fx-controls-react/pull/1221)",
585592
"`DynamicForm`: Cannot display lookup value when the source field is not Title [#1215](https://github.com/pnp/sp-dev-fx-controls-react/issues/1215)",
586593
"`FilePicker`: the endPoint for webSearch do not work [#1256](https://github.com/pnp/sp-dev-fx-controls-react/issues/1256)"
587-
588594
]
589595
},
590596
"contributions": [

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 3.23.0
4+
5+
### Fixes
6+
7+
- `RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Mark Bice](https://github.com/mbice).
12+
313
## 3.22.0
414

515
### New control(s)

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 3.23.0
4+
5+
### Fixes
6+
7+
- `RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Mark Bice](https://github.com/mbice).
12+
313
## 3.22.0
414

515
### New control(s)

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 = "3.22.0";
1+
export const version: string = "3.23.0";

0 commit comments

Comments
 (0)