@pnp/spfx-controls-react 3.21.0-beta.1239402 → 3.21.0-beta.1242928

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
@@ -12,7 +12,8 @@
12
12
  "`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)",
13
13
  "`WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)",
14
14
  "`DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)",
15
- "`ModernTaxonomyPicker` Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)"
15
+ "`ModernTaxonomyPicker` Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)",
16
+ "`ModernTaxonomyPicker` allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)"
16
17
  ]
17
18
  },
18
19
  "contributions": [
@@ -21,6 +22,7 @@
21
22
  "[EnablingLogic](https://github.com/EnablingLogic)",
22
23
  "[João Mendes](https://github.com/joaojmendes)",
23
24
  "[Martin Lingstuyl](https://github.com/martinlingstuyl)",
25
+ "[Nello D'Andrea](https://github.com/ferrarirosso)",
24
26
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
25
27
  ]
26
28
  },
package/CHANGELOG.md CHANGED
@@ -13,10 +13,11 @@
13
13
  - `WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)
14
14
  - `DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)
15
15
  - `ModernTaxonomyPicker` Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)
16
+ - `ModernTaxonomyPicker` allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)
16
17
 
17
18
  ### Contributors
18
19
 
19
- 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), [João Mendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
20
+ 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), [João Mendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
20
21
 
21
22
  ## 3.20.0
22
23
 
@@ -0,0 +1,2 @@
1
+ export * from './controls/userPicker/index';
2
+ //# sourceMappingURL=UserPicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserPicker.d.ts","sourceRoot":"","sources":["../src/UserPicker.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './controls/userPicker/index';
2
+ //# sourceMappingURL=UserPicker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserPicker.js","sourceRoot":"","sources":["../src/UserPicker.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -1,2 +1,2 @@
1
- export var version = "3.21.0-beta.1239402";
1
+ export var version = "3.21.0-beta.1242928";
2
2
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,4 @@
1
1
  export * from './IUserPickerProps';
2
2
  export * from './UserPicker';
3
+ export * from './models/IUserInfo';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/controls/userPicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/controls/userPicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export * from './IUserPickerProps';
2
2
  export * from './UserPicker';
3
+ export * from './models/IUserInfo';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/userPicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/userPicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC"}
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.1239402",
4
+ "version": "3.21.0-beta.1242928",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",