@pnp/spfx-controls-react 3.15.0-beta.5552272 → 4.0.0-beta.5581889

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.md CHANGED
@@ -15,6 +15,8 @@
15
15
  - `ModernTaxonomyPicker`: can't find term when UI is in language not supported by term store [#1573](https://github.com/pnp/sp-dev-fx-controls-react/issues/1573)
16
16
  - `AdaptiveCardHost`: Add null check for adaptive card elements [#1574](https://github.com/pnp/sp-dev-fx-controls-react/pull/1574)
17
17
  - `ControlsTestWebPart`: Updated the ControlsTestWebPart to show the controls filtered by control type [#1547](https://github.com/pnp/sp-dev-fx-controls-react/pull/1547)
18
+ - `fast-serve`: Fast-serve updated to the latest version and serve warnings fixed [#1589](https://github.com/pnp/sp-dev-fx-controls-react/pull/1589)
19
+ - `DynamicForm`: DynamicForm Number min max [#1585](https://github.com/pnp/sp-dev-fx-controls-react/pull/1585)
18
20
 
19
21
  ### Fixes
20
22
 
@@ -30,10 +32,11 @@
30
32
  - `PeoplePicker`: Shows wrong value in Dynamic Form when null is provided [#1421](https://github.com/pnp/sp-dev-fx-controls-react/issues/1421)
31
33
  - `DynamicForm`: Error on save when clearing person from Person or Group field and leaving it blank [#1578](https://github.com/pnp/sp-dev-fx-controls-react/issues/1578)
32
34
  - `DynamicForm`: Number validation is not working, if the field is set to minimum and maximum value [#1571](https://github.com/pnp/sp-dev-fx-controls-react/issues/1571)
35
+ - `DynamicForm`: controls are shown with error messages even if the values are assigned [#1133](https://github.com/pnp/sp-dev-fx-controls-react/issues/1586)
33
36
 
34
37
  ### Contributors
35
38
 
36
- Special thanks to our contributors (in alphabetical order): [Andreas Omayrat](https://github.com/andreasomayrat), [Ayoub](https://github.com/ayoubqrt), [Desislav](https://github.com/DMichev), [Guido Zambarda](https://github.com/GuidoZam), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Patrik Hellgren](https://github.com/patrikhellgren), [Rico van de Ven](https://github.com/RicoNL), [Sharepointalist](https://github.com/sharepointalist), [Zhephyr](https://github.com/Zhephyr54).
39
+ Special thanks to our contributors (in alphabetical order): [Andreas Omayrat](https://github.com/andreasomayrat), [Ayoub](https://github.com/ayoubqrt), [Desislav](https://github.com/DMichev), [Guido Zambarda](https://github.com/GuidoZam), [João Mendes](https://github.com/joaojmendes), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Patrik Hellgren](https://github.com/patrikhellgren), [Rico van de Ven](https://github.com/RicoNL), [Sergei Sergeev](https://github.com/s-KaiNet), [Sharepointalist](https://github.com/sharepointalist), [Zhephyr](https://github.com/Zhephyr54).
37
40
 
38
41
  ## 3.14.0
39
42
 
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAA8B,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAA6B,CAAC"}
@@ -1,2 +1,2 @@
1
- export var version = "3.15.0-beta.5552272";
1
+ export var version = "4.0.0-beta.5581889";
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,qBAAqB,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,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.15.0-beta.5552272",
4
+ "version": "4.0.0-beta.5581889",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",
@@ -2,7 +2,7 @@
2
2
  "id": "45165954-80f9-44c1-9967-cd38ae92a33b",
3
3
  "alias": "ControlsTestWebPart",
4
4
  "componentType": "WebPart",
5
- "version": "3.15.0",
5
+ "version": "4.0.0",
6
6
  "manifestVersion": 2,
7
7
  "requiresCustomScript": false,
8
8
  "supportsThemeVariants": true,
@@ -3,7 +3,7 @@
3
3
  "alias": "OotbFieldsFieldCustomizer",
4
4
  "componentType": "Extension",
5
5
  "extensionType": "FieldCustomizer",
6
- "version": "3.15.0",
6
+ "version": "4.0.0",
7
7
  "manifestVersion": 2,
8
8
  "requiresCustomScript": false,
9
9
  "loaderConfig": {
@@ -3,7 +3,7 @@
3
3
  "alias": "TestApplicationCustomizer",
4
4
  "componentType": "Extension",
5
5
  "extensionType": "ApplicationCustomizer",
6
- "version": "3.15.0",
6
+ "version": "4.0.0",
7
7
  "manifestVersion": 2,
8
8
  "requiresCustomScript": false,
9
9
  "loaderConfig": {
@@ -3,7 +3,7 @@
3
3
  "alias": "TestFormCustomizer",
4
4
  "componentType": "Extension",
5
5
  "extensionType": "FormCustomizer",
6
- "version": "3.15.0",
6
+ "version": "4.0.0",
7
7
  "manifestVersion": 2,
8
8
  "requiresCustomScript": false,
9
9
  "loaderConfig": {