@pnp/spfx-controls-react 3.22.0-beta.1538249 → 3.22.0-beta.1538252

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 CHANGED
@@ -13,7 +13,8 @@
13
13
  "`ListItemComments`: Clicable links [#1969](https://github.com/pnp/sp-dev-fx-controls-react/issues/1969)"
14
14
  ],
15
15
  "fixes": [
16
- "`DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)"
16
+ "`DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)",
17
+ "`FilePicker`: Global quill styles from filepicker overwrite other quill editors [#1996](https://github.com/pnp/sp-dev-fx-controls-react/issues/1996)"
17
18
  ]
18
19
  },
19
20
  "contributions": [
package/CHANGELOG.md CHANGED
@@ -12,6 +12,7 @@
12
12
  ### Fixes
13
13
 
14
14
  - `DynamicForm`: Added choice radio button handling [#1798](https://github.com/pnp/sp-dev-fx-controls-react/pull/1798)
15
+ - `FilePicker`: Global quill styles from filepicker overwrite other quill editors [#1996](https://github.com/pnp/sp-dev-fx-controls-react/issues/1996)
15
16
 
16
17
  ### Contributors
17
18
 
@@ -1,2 +1,2 @@
1
- export var version = "3.22.0-beta.1538249";
1
+ export var version = "3.22.0-beta.1538252";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.22.0-beta.1538249",
4
+ "version": "3.22.0-beta.1538252",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },