@pnp/spfx-controls-react 3.11.0-beta.3457153 → 3.11.0-beta.3457397

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
@@ -15,10 +15,12 @@
15
15
  "`ModernTaxonomyPicker`: improve display of the term path to align with out of the box control UI [#1343](https://github.com/pnp/sp-dev-fx-controls-react/pull/1343)",
16
16
  "`FolderPicker`: get folders of other site url instead of the current context/site [#1305](https://github.com/pnp/sp-dev-fx-controls-react/issues/1305)",
17
17
  "`FilePicker`: browsing Site / Doclibs loops and floods SPO Service with requests and causes http 429 [#1350](https://github.com/pnp/sp-dev-fx-controls-react/issues/1350)",
18
- "Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)"
18
+ "Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)",
19
+ "`TaxonomyPicker`: control allows select deprecated/untaggable terms when typing [#1093](https://github.com/pnp/sp-dev-fx-controls-react/issues/1093)"
19
20
  ]
20
21
  },
21
22
  "contributions": [
23
+ "[Edin Kapic](https://github.com/ekapic)",
22
24
  "[Nello D'Andrea](https://github.com/ferrarirosso)",
23
25
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
24
26
  "[Nizar Grindi](https://github.com/NizarGrindi)",
@@ -1,2 +1,2 @@
1
- export var version = "3.11.0-beta.3457153";
1
+ export var version = "3.11.0-beta.3457397";
2
2
  //# sourceMappingURL=version.js.map
@@ -22,7 +22,7 @@ export interface IFieldTitleRendererProps extends IFieldRendererProps {
22
22
  */
23
23
  id?: number;
24
24
  /**
25
- * custom title click event handler. If not set Display form for the item will be displaed
25
+ * custom title click event handler. If not set Display form for the item will be displayed
26
26
  */
27
27
  onClick?: (args: IFieldTitleClickEventArgs) => void;
28
28
  }
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.11.0-beta.3457153",
4
+ "version": "3.11.0-beta.3457397",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",