We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5532f6e commit b1dd0e0Copy full SHA for b1dd0e0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Releases
2
3
+## 1.2.0
4
+
5
+- Field controls are added to the project
6
+- `IFrameDialog` was added to the project
7
8
## 1.1.3
9
10
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.
package.json
@@ -1,7 +1,7 @@
{
"name": "@pnp/spfx-controls-react",
"description": "Reusable React controls for SharePoint Framework solutions",
- "version": "1.1.3",
+ "version": "1.2.0",
"engines": {
"node": ">=0.10.0"
},
0 commit comments