@pnp/spfx-controls-react 3.21.0-beta.1229898 → 3.21.0-beta.1229909

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
@@ -9,14 +9,16 @@
9
9
  "`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)",
10
10
  "`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)",
11
11
  "`WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)",
12
- "`DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)"
12
+ "`DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)",
13
+ "`ModernTaxonomyPicker` Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)"
13
14
  ]
14
15
  },
15
16
  "contributions": [
16
17
  "[Alessandro Chiavarino](https://github.com/Alesso-Chiavarino)",
17
18
  "[Antanina Druzhkina](https://github.com/Ateina)",
18
19
  "[EnablingLogic](https://github.com/EnablingLogic)",
19
- "[Martin Lingstuyl](https://github.com/martinlingstuyl)"
20
+ "[Martin Lingstuyl](https://github.com/martinlingstuyl)",
21
+ "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
20
22
  ]
21
23
  },
22
24
  {
package/CHANGELOG.md CHANGED
@@ -8,10 +8,11 @@
8
8
  - `Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)
9
9
  - `WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)
10
10
  - `DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)
11
+ - `ModernTaxonomyPicker` Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)
11
12
 
12
13
  ### Contributors
13
14
 
14
- Special thanks to our contributors (in alphabetical order): [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [EnablingLogic](https://github.com/EnablingLogic), [Martin Lingstuyl](https://github.com/martinlingstuyl).
15
+ Special thanks to our contributors (in alphabetical order): [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [EnablingLogic](https://github.com/EnablingLogic), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
15
16
 
16
17
  ## 3.20.0
17
18
 
@@ -1,2 +1,2 @@
1
- export var version = "3.21.0-beta.1229898";
1
+ export var version = "3.21.0-beta.1229909";
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.21.0-beta.1229898",
4
+ "version": "3.21.0-beta.1229909",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",