@pnp/spfx-controls-react 3.15.0-beta.5546657 → 3.15.0-beta.5546853

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
@@ -27,7 +27,8 @@
27
27
  "`ListItemAttachments`: Fix for files containing dots in the name [#1580](https://github.com/pnp/sp-dev-fx-controls-react/issues/1580)",
28
28
  "`PeoplePicker`: Shows wrong value in Dynamic Form when null is provided [#1421](https://github.com/pnp/sp-dev-fx-controls-react/issues/1421)",
29
29
  "`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)",
30
- "`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)"
30
+ "`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)",
31
+ "`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)"
31
32
  ]
32
33
  },
33
34
  "contributions": [
@@ -35,11 +36,13 @@
35
36
  "[Ayoub](https://github.com/ayoubqrt)",
36
37
  "[Desislav](https://github.com/DMichev)",
37
38
  "[Guido Zambarda](https://github.com/GuidoZam)",
39
+ "[João Mendes](https://github.com/joaojmendes)",
38
40
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
39
41
  "[Patrik Hellgren](https://github.com/patrikhellgren)",
40
42
  "[Rico van de Ven](https://github.com/RicoNL)",
41
43
  "[Sharepointalist](https://github.com/sharepointalist)",
42
44
  "[Zhephyr](https://github.com/Zhephyr54)"
45
+
43
46
  ]
44
47
  },
45
48
  {
@@ -118,6 +121,7 @@
118
121
  "`DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)",
119
122
  "`RichText`: Use theme colors - fix dark mode [#669](https://github.com/pnp/sp-dev-fx-controls-react/issues/669)",
120
123
  "`FilePicker`: Use theme colors - fix dark mode [#1132](https://github.com/pnp/sp-dev-fx-controls-react/issues/1132)"
124
+
121
125
  ]
122
126
  },
123
127
  "contributions": [
@@ -1,2 +1,2 @@
1
- export var version = "3.15.0-beta.5546657";
1
+ export var version = "3.15.0-beta.5546853";
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.15.0-beta.5546657",
4
+ "version": "3.15.0-beta.5546853",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",