@pnp/spfx-controls-react 3.23.0-beta.1811111 → 3.23.0-beta.1811128
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 +8 -3
- package/CHANGELOG.md +7 -2
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -4,14 +4,19 @@
|
|
|
4
4
|
"version": "3.23.0",
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
|
-
"enhancements": [
|
|
7
|
+
"enhancements": [
|
|
8
|
+
"`fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)",
|
|
9
|
+
"`DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)"
|
|
10
|
+
],
|
|
8
11
|
"fixes": [
|
|
9
12
|
"`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)",
|
|
10
|
-
"`
|
|
13
|
+
"`Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)"
|
|
11
14
|
]
|
|
12
15
|
},
|
|
13
16
|
"contributions": [
|
|
14
|
-
"[
|
|
17
|
+
"[Harminder Singh](https://github.com/HarminderSethi)",
|
|
18
|
+
"[Mark Bice](https://github.com/mbice)",
|
|
19
|
+
"[Niels Söth](https://github.com/nsoeth)"
|
|
15
20
|
]
|
|
16
21
|
},
|
|
17
22
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.23.0
|
|
4
4
|
|
|
5
|
+
### Enhancements
|
|
6
|
+
|
|
7
|
+
- `fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)
|
|
8
|
+
- `DynamicForm`: Add itemsQueryCountLimit for Lookup fields [#2033](https://github.com/pnp/sp-dev-fx-controls-react/issues/2033)
|
|
9
|
+
|
|
5
10
|
### Fixes
|
|
6
11
|
|
|
7
12
|
- `RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)
|
|
8
|
-
- `
|
|
13
|
+
- `Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)
|
|
9
14
|
|
|
10
15
|
### Contributors
|
|
11
16
|
|
|
12
|
-
Special thanks to our
|
|
17
|
+
Special thanks to our contributors (in alphabetical order): [Harminder Singh](https://github.com/HarminderSethi), [Mark Bice](https://github.com/mbice), [Niels Söth](https://github.com/nsoeth).
|
|
13
18
|
|
|
14
19
|
## 3.22.0
|
|
15
20
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.23.0-beta.
|
|
1
|
+
export var version = "3.23.0-beta.1811128";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED