@pnp/spfx-controls-react 3.22.0-beta.1810970 → 3.23.0-beta.1811012
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +14 -8
- package/CHANGELOG.md +10 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
- package/release/manifests/45165954-80f9-44c1-9967-cd38ae92a33b.manifest.json +1 -1
- package/release/manifests/57ebd944-98ed-43f9-b722-e959d6dac6ad.manifest.json +1 -1
- package/release/manifests/ca9eac70-7343-4972-88d6-672d50e9cf38.manifest.json +1 -1
- package/release/manifests/f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8.manifest.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"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
|
+
},
|
|
3
16
|
{
|
|
4
17
|
"version": "3.22.0",
|
|
5
18
|
"changes": {
|
|
@@ -55,7 +68,6 @@
|
|
|
55
68
|
"Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)",
|
|
56
69
|
"`FilterBar`: new control `FilterBar` [#1884](https://github.com/pnp/sp-dev-fx-controls-react/pull/1884)",
|
|
57
70
|
"`Calendar`: new controls `Calendar` [#1955](https://github.com/pnp/sp-dev-fx-controls-react/pull/1955)"
|
|
58
|
-
|
|
59
71
|
],
|
|
60
72
|
"enhancements": [
|
|
61
73
|
"Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)",
|
|
@@ -215,7 +227,7 @@
|
|
|
215
227
|
},
|
|
216
228
|
{
|
|
217
229
|
"version": "3.17.0",
|
|
218
|
-
"changes":{
|
|
230
|
+
"changes": {
|
|
219
231
|
"new": [],
|
|
220
232
|
"enhancements": [
|
|
221
233
|
"`DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)",
|
|
@@ -359,7 +371,6 @@
|
|
|
359
371
|
"[Sergei Sergeev](https://github.com/s-KaiNet)",
|
|
360
372
|
"[Sharepointalist](https://github.com/sharepointalist)",
|
|
361
373
|
"[Zhephyr](https://github.com/Zhephyr54)"
|
|
362
|
-
|
|
363
374
|
]
|
|
364
375
|
},
|
|
365
376
|
{
|
|
@@ -417,7 +428,6 @@
|
|
|
417
428
|
"`AdaptiveCardHost`: Logic to prevent re-renders (flicker) [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)",
|
|
418
429
|
"`ListItemComments`: Add new parameter for ListItemComments to highlight comment [#1430](https://github.com/pnp/sp-dev-fx-controls-react/pull/1430)",
|
|
419
430
|
"`ComboBoxListItemPicker`: Update ComboBoxListItemPicker.md [#1470](https://github.com/pnp/sp-dev-fx-controls-react/pull/1470)"
|
|
420
|
-
|
|
421
431
|
],
|
|
422
432
|
"fixes": [
|
|
423
433
|
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
|
|
@@ -438,7 +448,6 @@
|
|
|
438
448
|
"`DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)",
|
|
439
449
|
"`RichText`: Use theme colors - fix dark mode [#669](https://github.com/pnp/sp-dev-fx-controls-react/issues/669)",
|
|
440
450
|
"`FilePicker`: Use theme colors - fix dark mode [#1132](https://github.com/pnp/sp-dev-fx-controls-react/issues/1132)"
|
|
441
|
-
|
|
442
451
|
]
|
|
443
452
|
},
|
|
444
453
|
"contributions": [
|
|
@@ -460,7 +469,6 @@
|
|
|
460
469
|
"[Samuele Furnari](https://github.com/SamueleFurnari)",
|
|
461
470
|
"[sambilfinger](https://github.com/sambilfinger)",
|
|
462
471
|
"[wuxiaojun514](https://github.com/wuxiaojun514)"
|
|
463
|
-
|
|
464
472
|
]
|
|
465
473
|
},
|
|
466
474
|
{
|
|
@@ -513,7 +521,6 @@
|
|
|
513
521
|
"`Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)",
|
|
514
522
|
"`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)",
|
|
515
523
|
"`DynamicForm`: FirstDayOfWeek in DatePickers from webs regional settings [#1317](https://github.com/pnp/sp-dev-fx-controls-react/issues/1317)"
|
|
516
|
-
|
|
517
524
|
],
|
|
518
525
|
"fixes": [
|
|
519
526
|
"`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)",
|
|
@@ -584,7 +591,6 @@
|
|
|
584
591
|
"`PeoplePicker`: PeoplePicker validation on focus out [#1221](https://github.com/pnp/sp-dev-fx-controls-react/pull/1221)",
|
|
585
592
|
"`DynamicForm`: Cannot display lookup value when the source field is not Title [#1215](https://github.com/pnp/sp-dev-fx-controls-react/issues/1215)",
|
|
586
593
|
"`FilePicker`: the endPoint for webSearch do not work [#1256](https://github.com/pnp/sp-dev-fx-controls-react/issues/1256)"
|
|
587
|
-
|
|
588
594
|
]
|
|
589
595
|
},
|
|
590
596
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Releases
|
|
2
2
|
|
|
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
|
+
|
|
3
13
|
## 3.22.0
|
|
4
14
|
|
|
5
15
|
### New control(s)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.
|
|
1
|
+
export var version = "3.23.0-beta.1811012";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED