Skip to content

Commit 07fd371

Browse files
committed
Fix for #52
1 parent 06bb4f9 commit 07fd371

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## 1.2.4
4+
5+
**Fixes**
6+
- iFrame dialog reference fix [#52 - Need some more implementation documentation on IFrameDialog](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)
7+
38
## 1.2.3
49

510
**Enhancements**

docs/documentation/docs/about/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## 1.2.4
4+
5+
**Fixes**
6+
- iFrame dialog reference fix [#52 - Need some more implementation documentation on IFrameDialog](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)
7+
38
## 1.2.3
49

510
**Enhancements**

docs/documentation/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install @pnp/spfx-controls-react --save --save-exact
1919
Once the package is installed, you will have to configure the resource file of the property controls to be used in your project. You can do this by opening the `config/config.json` and adding the following line to the `localizedResources` property:
2020

2121
```json
22-
"ControlStrings": "./node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
22+
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
2323
```
2424

2525
## Available controls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pnp/spfx-controls-react",
33
"description": "Reusable React controls for SharePoint Framework solutions",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"engines": {
66
"node": ">=0.10.0"
77
},

0 commit comments

Comments
 (0)