Skip to content

Commit b3880e4

Browse files
committed
pre-commit and missing links to FieldCollectionData in docs
1 parent 19d7abb commit b3880e4

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66

77
- `RichText`: Add image support [#705](https://github.com/pnp/sp-dev-fx-controls-react/pull/705)
88
- `FilePicker`: Add file size to the Upload tab and `IFilePickerResult` [#706](https://github.com/pnp/sp-dev-fx-controls-react/pull/706)
9+
- `FieldCollectionData`: `SearchBox` instead of `TextBox` [#719](https://github.com/pnp/sp-dev-fx-controls-react/pull/719)
910

1011
### Fixes
1112

1213
- Localization: Fixing some wrong localizations for the DatePicker short day in Spanish.[#702](https://github.com/pnp/sp-dev-fx-controls-react/pull/702)
1314

1415
### Contributors
1516

16-
Special thanks to our contributors (in alphabetical order): [Abderahman Moujahid](https://github.com/Abderahman88), [Konrad K.](https://github.com/wilecoyotegenius), [Vertamin](https://github.com/Vertamin).
17+
Special thanks to our contributors (in alphabetical order): [Abderahman Moujahid](https://github.com/Abderahman88), [Gautam Sheth](https://github.com/gautamdsheth), [Konrad K.](https://github.com/wilecoyotegenius), [Vertamin](https://github.com/Vertamin).
1718

1819
## 2.1.0
1920

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66

77
- `RichText`: Add image support [#705](https://github.com/pnp/sp-dev-fx-controls-react/pull/705)
88
- `FilePicker`: Add file size to the Upload tab and `IFilePickerResult` [#706](https://github.com/pnp/sp-dev-fx-controls-react/pull/706)
9+
- `FieldCollectionData`: `SearchBox` instead of `TextBox` [#719](https://github.com/pnp/sp-dev-fx-controls-react/pull/719)
910

1011
### Fixes
1112

1213
- Localization: Fixing some wrong localizations for the DatePicker short day in Spanish.[#702](https://github.com/pnp/sp-dev-fx-controls-react/pull/702)
1314

1415
### Contributors
1516

16-
Special thanks to our contributors (in alphabetical order): [Abderahman Moujahid](https://github.com/Abderahman88), [Konrad K.](https://github.com/wilecoyotegenius), [Vertamin](https://github.com/Vertamin).
17+
Special thanks to our contributors (in alphabetical order): [Abderahman Moujahid](https://github.com/Abderahman88), [Gautam Sheth](https://github.com/gautamdsheth), [Konrad K.](https://github.com/wilecoyotegenius), [Vertamin](https://github.com/Vertamin).
1718

1819
## 2.1.0
1920

docs/documentation/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The following controls are currently available:
5757
- [Charts](./controls/ChartControl) (makes it easy to integrate [Chart.js](https://www.chartjs.org/) charts into web part)
5858
- [ComboBoxListItemPicker](./controls/ComboBoxListItemPicker) (allows to select one or more items from a list)
5959
- [DateTimePicker](./controls/DateTimePicker) (DateTime Picker)
60+
- [FieldCollectionData](./controls/FieldCollectionData) (control gives you the ability to insert a list / collection data which can be used in your web part / application customizer)
6061
- [FilePicker](./controls/FilePicker) (control that allows to browse and select a file from various places)
6162
- [FileTypeIcon](./controls/FileTypeIcon) (Control that shows the icon of a specified file path or application)
6263
- [FolderExplorer](./controls/FolderExplorer) (Control that allows to browse the folders and sub-folders from a root folder)

docs/documentation/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ nav:
1616
- "Scatter Chart": 'controls/charts/ScatterChart.md'
1717
- ComboBoxListItemPicker: 'controls/ComboBoxListItemPicker.md'
1818
- DateTimePicker: 'controls/DateTimePicker.md'
19+
- FieldCollectionData: 'controls/FieldCollectionData.md'
1920
- FilePicker: 'controls/FilePicker.md'
2021
- FileTypeIcon: 'controls/FileTypeIcon.md'
2122
- FolderExplorer: 'controls/FolderExplorer.md'

0 commit comments

Comments
 (0)