Skip to content

Commit 5532f6e

Browse files
committed
Documentation updates
1 parent 322b9e7 commit 5532f6e

22 files changed

+69
-60
lines changed

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.0
4+
5+
- Field controls are added to the project
6+
- `IFrameDialog` was added to the project
7+
38
## 1.1.3
49

510
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.

docs/documentation/docs/controls/FileTypeIcon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This control returns the file type icon based on a specified file path or applic
66

77
## How to use this control in your solutions
88

9-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
9+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
1010
- Import the following modules to your component:
1111

1212
```TypeScript

docs/documentation/docs/controls/IFrameDialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here is an example of the control in action:
88

99
## How to use this control in your solutions
1010

11-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
11+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
1212
- Import the following modules to your component:
1313

1414
```TypeScript

docs/documentation/docs/controls/ListView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This control renders a list view for the given set of items.
1010

1111
## How to use this control in your solutions
1212

13-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
13+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
1414
- Import the following modules to your component:
1515

1616
```TypeScript

docs/documentation/docs/controls/Placeholder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This control renders a placeholder which can be used to show a message that the
66

77
## How to use this control in your solutions
88

9-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
9+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
1010
- Import the following modules to your component:
1111

1212
```TypeScript

docs/documentation/docs/controls/SiteBreadcrumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This control returns a breadcrumb based on the current location.
77

88
## How to use this control in your solutions
99

10-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
10+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
1111
- Import the following modules to your component:
1212

1313
```TypeScript

docs/documentation/docs/controls/WebPartTitle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here is an example of the control in action:
88

99
## How to use this control in your solutions
1010

11-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
11+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
1212
- In the root web part file, the one that extends from the `BaseClientSideWebPart` class. Pass the following properties to your web part main component:
1313

1414
```TypeScript

docs/documentation/docs/controls/fields/FieldAttachmentsRenderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This control renders Clip icon based on the provided `count` property is defined
1111

1212
## How to use this control in your solutions
1313

14-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
14+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../../#getting-started) page for more information about installing the dependency.
1515
- Import the following modules to your component:
1616

1717
```TypeScript

docs/documentation/docs/controls/fields/FieldDateRenderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This control renders date string as a simple text.
99

1010
## How to use this control in your solutions
1111

12-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
12+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../../#getting-started) page for more information about installing the dependency.
1313
- Import the following modules to your component:
1414

1515
```TypeScript

docs/documentation/docs/controls/fields/FieldFileTypeRenderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This control renders document or folder icon based on file path. Office UI Fabri
1111

1212
## How to use this control in your solutions
1313

14-
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../getting-started) page for more information about installing the dependency.
14+
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../../#getting-started) page for more information about installing the dependency.
1515
- Import the following modules to your component:
1616

1717
```TypeScript

0 commit comments

Comments
 (0)