@pnp/spfx-controls-react 3.5.0-beta.0485cd7 → 3.5.0-beta.2b5f1c4

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
@@ -26,6 +26,15 @@
26
26
  "[jumpei-yamauchi](https://github.com/jumpei-yamauchi)"
27
27
  ]
28
28
  },
29
+ {
30
+ "version": "3.4.1",
31
+ "changes": {
32
+ "new": [],
33
+ "enhancements": [],
34
+ "fixes": []
35
+ },
36
+ "contributions": []
37
+ },
29
38
  {
30
39
  "version": "3.4.0",
31
40
  "changes": {
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  - `ListView`: Add ability to provide CSS class names for list wrapper and list itself [#1007](https://github.com/pnp/sp-dev-fx-controls-react/issues/1007)
9
9
  - `IconPicker`: `onCancel` property is added [#1043](https://github.com/pnp/sp-dev-fx-controls-react/issues/1043)
10
10
  - SharePoint Framework v1.13 support
11
+ - `DynamicForm`: `disabledFields` property added [#987](https://github.com/pnp/sp-dev-fx-controls-react/pull/987)
11
12
 
12
13
  ### Fixes
13
14
 
@@ -16,7 +17,9 @@
16
17
 
17
18
  ### Contributors
18
19
 
19
- Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https://github.com/gautamdsheth), [Jouni Pohjolainen](https://github.com/jonepo), [Louis Pineau](https://github.com/pineaulo), [Michalis Koutroupis](https://github.com/mkoutroupis), [MonalisaBaltatescu](https://github.com/MonalisaBaltatescu), [Patrik Hellgren](https://github.com/patrikhellgren).
20
+ Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https://github.com/gautamdsheth), [Jouni Pohjolainen](https://github.com/jonepo), [Louis Pineau](https://github.com/pineaulo), [Michalis Koutroupis](https://github.com/mkoutroupis), [MonalisaBaltatescu](https://github.com/MonalisaBaltatescu), [Patrik Hellgren](https://github.com/patrikhellgren), [jumpei-yamauchi](https://github.com/jumpei-yamauchi).
21
+
22
+ ## 3.4.1
20
23
 
21
24
  ## 3.4.0
22
25
 
@@ -1,2 +1,2 @@
1
- export var version = "3.5.0-beta.0485cd7";
1
+ export var version = "3.5.0-beta.2b5f1c4";
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.5.0-beta.0485cd7",
4
+ "version": "3.5.0-beta.2b5f1c4",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",