This commit is contained in:
Patrick Rodgers 2018-04-20 15:30:51 -04:00
Родитель a36bad06b8
Коммит 0f6b2e47ee
5 изменённых файлов: 21 добавлений и 1 удалений

9
CHANGELOG.md Normal file
Просмотреть файл

@ -0,0 +1,9 @@
# Change Log
Updated when changes are made within this repo to provide a record.
## April 20, 2018
### New Samples
* Added create team sample showing SharePoint Framework field customizer, PnPjs, React, Graph, and TypeScript

Просмотреть файл

@ -12,6 +12,11 @@ This section lists the projects currently published as part of the Microsoft Fas
|----|--------------------------
|[SMAT Workbook Generator](https://github.com/Microsoft/fasttrack-smat-workbook-generator)|Combines the output of SMAT into a single workbook|
### Samples
|Sample|Description
|----|--------------------------
|[teams-spfx-create-team](./samples/teams-spfx-create-team)|Demonstrates how to create a Microsoft Team from a SharePoint Framework Field customizer. Makes use of PnPjs libraries, Office UI Fabric & React Fabric Controls, and React.|
## Ideas Welcome!

Просмотреть файл

@ -1 +0,0 @@
# Microsoft FastTrack Open Source - Samples

Просмотреть файл

@ -0,0 +1,5 @@
# Change Log
## April 20, 2018
Initial Merge

Просмотреть файл

@ -41,3 +41,5 @@ A [React](https://reactjs.org/) based [SharePoint Framework](https://docs.micros
* [React](https://reactjs.org/)
* [PnPjs Libraries](https://github.com/pnp/pnpjs)
* [SharePoint Patterns and Practices](https://dev.office.com/patterns-and-practices)
* [Office UI Fabric](https://developer.microsoft.com/en-us/fabric)
* [TypeScript](https://www.typescriptlang.org/)