@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 +9 -0
- package/CHANGELOG.md +4 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
- package/release/webpack-stats/sp-dev-fx-controls-react.stats.json +13478 -18933
package/CHANGELOG.JSON
CHANGED
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.
|
|
1
|
+
export var version = "3.5.0-beta.2b5f1c4";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED