@pnp/spfx-controls-react 3.23.0-beta.1844920 → 3.23.0-beta.1844922
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 +2 -1
- package/CHANGELOG.md +1 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)",
|
|
13
13
|
"`Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)",
|
|
14
14
|
"`ListItemPicker`: calculated column as columnInternalName not working [#1870](https://github.com/pnp/sp-dev-fx-controls-react/issues/1870)",
|
|
15
|
-
"`Calendar`: not displaying items [#2025](https://github.com/pnp/sp-dev-fx-controls-react/issues/2025)"
|
|
15
|
+
"`Calendar`: not displaying items [#2025](https://github.com/pnp/sp-dev-fx-controls-react/issues/2025)",
|
|
16
|
+
"`ListItemComments`: Error when using some special characters in text [#2047](https://github.com/pnp/sp-dev-fx-controls-react/issues/2047)"
|
|
16
17
|
]
|
|
17
18
|
},
|
|
18
19
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
- `Carousel`: links not opening on a new tab with target: _blank [#2022](https://github.com/pnp/sp-dev-fx-controls-react/issues/2022)
|
|
14
14
|
- `ListItemPicker`: calculated column as columnInternalName not working [#1870](https://github.com/pnp/sp-dev-fx-controls-react/issues/1870)
|
|
15
15
|
- `Calendar`: not displaying items [#2025](https://github.com/pnp/sp-dev-fx-controls-react/issues/2025)
|
|
16
|
+
- `ListItemComments`: Error when using some special characters in text [#2047](https://github.com/pnp/sp-dev-fx-controls-react/issues/2047)
|
|
16
17
|
|
|
17
18
|
### Contributors
|
|
18
19
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.23.0-beta.
|
|
1
|
+
export var version = "3.23.0-beta.1844922";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED