chaksc
d11f844a42
Webpack extension sample.
2017-01-25 22:18:17 -08:00
Vesa Juvonen
36e23b816f
Updated version marker for the sample to be RC0
2017-01-18 12:53:50 +02:00
Elio Struyf
0ad7ee2bfa
Search SPFx WP updates to support RC0 ( #95 )
2017-01-18 12:42:37 +02:00
Russell gove
e048476201
Dev ( #90 )
...
* Moved configuration of Columns and Lists to the PropertyPane
* Ypdated Images * added comments on enabling columnn types
2017-01-09 23:57:41 +02:00
Vesa Juvonen
641b406289
Readme updates for usage tracking image and drop details.
2017-01-06 17:20:50 +02:00
Vesa Juvonen
02cdba1308
Fixed folder naming for multilist-grid sample.
2017-01-06 17:16:16 +02:00
Russell gove
692de70857
Dev ( #86 )
...
* add samples/react-spfx-multilist-grid/
* images
* images
* Update README.md
* images
2017-01-06 17:04:19 +02:00
David Hartman
7c44cf7f93
Angular aad webapi ( #85 )
...
* initial commit
* updated readme.md
2017-01-06 17:02:36 +02:00
Vesa Juvonen
85642f378c
Added usage tracking image to readme file.
2016-12-23 16:35:56 +02:00
Joseph Velliah
4b5e080a3b
updated readme.md and bot controller code
2016-12-22 12:20:22 -06:00
Joseph Velliah
7470b353bd
Initial Commit
2016-12-13 14:30:43 -06:00
Vesa Juvonen
71e0031828
Added SPFx version indicator to readme files for all samples.
2016-12-13 11:26:45 +02:00
Vesa Juvonen
1cc8c3c34e
Updated telemetry information correctly for the angular migration sample
2016-12-05 17:02:23 +02:00
Vesa Juvonen
1f92a15e8e
Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev
2016-12-05 16:22:21 +02:00
Vesa Juvonen
269d299fab
Updated to drop 6 and tested with online workbench
2016-12-05 16:22:08 +02:00
Waldek Mastykarz
4342709c3f
Fixed bug #74 ( #77 )
2016-12-05 15:40:01 +02:00
Vesa Juvonen
29339cb219
Updated telemetry image accordingly for readme
2016-11-28 15:44:47 +02:00
Vesa Juvonen
09fa07c38b
Merge remote-tracking branch 'contributor/dev' into pr71
2016-11-28 15:33:11 +02:00
Vesa Juvonen
874f724b07
Updated telemetry details on readme
2016-11-28 15:28:37 +02:00
Vesa Juvonen
f989b49014
Merge remote-tracking branch 'contributor/angular-graph' into pr65
2016-11-28 15:17:24 +02:00
Vesa Juvonen
4d03ddb1df
Updated telemetry information for readme
2016-11-28 15:14:28 +02:00
Vesa Juvonen
ffc2e46bfa
Merge remote-tracking branch 'contributor/knockout-metadata' into dev
2016-11-28 15:12:42 +02:00
Vesa Juvonen
d73301ed27
Added view tracking image to readme
2016-11-28 15:01:13 +02:00
Vesa Juvonen
b76f9dfddb
Merge remote-tracking branch 'contributor/mostpopularitems' into dev
2016-11-28 14:59:58 +02:00
Atish Kumar Dipongkor
13b220dbc7
Read me updated
2016-11-24 13:09:15 +06:00
dipongkor
b1b305d67f
Merge branch 'dev' of https://github.com/dipongkor/sp-dev-fx-webparts into dev
2016-11-24 12:57:17 +06:00
dipongkor
94729b9d3b
initial commit
2016-11-24 12:53:25 +06:00
Waldek Mastykarz
6d2e8fa27a
Added React multipage sample ( #62 )
2016-11-22 15:46:35 +02:00
Waldek Mastykarz
d8d52a4df3
Cascading dropdown without custom controls sample ( #68 )
2016-11-22 15:46:01 +02:00
Franck Cornu
9a333aebff
react-real-time - Replaced the '@microsoft/sp-client-preview ' package with '@microsoft/sp-webpart-base' ( #69 )
...
* Replaced Microsoft Flow with Azure Logic Apps
* Update README.md
* Replaced the '@microsoft/sp-client-preview ' package with '@microsoft/sp-webpart-base' for the BaseClientSideWebPart definition according to the SPFx Drop 5 release notes (https://github.com/sharepoint/sp-dev-docs/wiki/Release-Notes-Drop-5 )
2016-11-22 11:31:11 +02:00
Waldek Mastykarz
73460d600a
Added npm shrinkwrap to lock deps versions ( #67 )
2016-11-21 07:32:06 +01:00
dhartman
9fedac83a7
initial commit
2016-11-18 11:14:42 -05:00
Alex Terentiev
024a735e36
README: GitHub profile link title
2016-11-12 15:30:40 -08:00
Alex Terentiev
f75f451535
README: title
2016-11-12 15:29:37 -08:00
Alex Terentiev
361fe47d2a
README: solution name changed
2016-11-12 15:28:28 -08:00
Alex Terentiev
34269fdb8b
styling, README
2016-11-12 15:26:50 -08:00
Aliaxei Terentiev
8896b08ecb
Logic implemented
2016-11-11 17:11:56 -08:00
Joseph Velliah
546f7b4b94
Initial Commit
2016-11-10 22:04:04 -06:00
Kevin Mees
c909db5b4d
Sample react-mobx ( #56 )
...
* [react-mobx] scaffold project + migrate to drop5
* [react-mobx] install mobx dependencies
* [react-mobx] configure reactive and nonreactive webpart version
* [react-mobx] add presentational and container components
* [react-mobx] Replace description field with name
* [react-mobx] Add mobx store and hook up webpart & components
* [react-mobx] update readme
* [react-mobx] remove custom tslint.config
* [react-mobx] only render the webpart once
2016-11-10 17:48:31 +02:00
Kevin Mees
5f77374599
Sample react-redux ( #52 )
...
* [react-redux] scaffold project
* [react-redux] install redux dependencies
* [react-redux] install redux typings
* [react-redux] Add redux store and reducers and hook them up with the webpart
* [react-redux] Add presentational and container components
* [react-redux] Hook up webpart lifecycle methods with redux
* [react-redux] configure reactive and non-reactive webpart versions
* [react-redux] Add all the semicolons!
* [react-redux] mark store as private in webpart
* [react-redux] Update README.md
* [react-redux] Fix typo in readme
* [react-redux] only render webpart once
2016-11-10 17:48:10 +02:00
Aliaxei Terentiev
3738bd7bfd
data helpers, typings
2016-11-09 13:55:05 -08:00
Aliaxei Terentiev
b0e6fdb417
Knockout added
2016-11-09 13:03:02 -08:00
Franck Cornu
d4e60c4c61
react-real-time - Replaced Microsoft Flow by Azure Logic Apps ( #58 )
...
* Replaced Microsoft Flow with Azure Logic Apps
* Update README.md
2016-11-09 03:08:38 +02:00
Aliaxei Terentiev
35f2a6df96
initial commit
2016-11-08 16:26:52 -08:00
Vesa Juvonen
3096561c98
Merge branch 'temp' into dev
2016-11-04 11:44:41 +02:00
Vesa Juvonen
1275b2ca9a
Small readme adjustments
2016-11-04 11:44:19 +02:00
Vesa Juvonen
e99fcba7bb
Merge remote-tracking branch 'contributor/feature/SPFx-SocketIO' into dev
2016-11-04 10:58:51 +02:00
Vesa Juvonen
eaafa504f1
Merge branch 'temp' into dev
2016-11-04 10:43:56 +02:00
Vesa Juvonen
eae60906b9
Small adjustments on the code and improvements on the readme.
2016-11-04 10:43:11 +02:00
Vesa Juvonen
6fa0b240f1
Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev
2016-11-03 22:10:55 +02:00
Vesa Juvonen
84b7874bee
Adding Angular 2 prototype sample from SP engineering
2016-11-03 22:10:25 +02:00
Waldek Mastykarz
aa72c597ba
Added the Angular Poll web part ( #54 )
2016-11-03 11:45:39 +02:00
CGI\franck.cornu
a1988489e2
Added a prerequisite step for the Add-AzureAccount cmdlet. Sometimes, the script may not run correctly (resources not found) if you have the wrong subscription saved in your PS session profile.
...
Added a warning in the deployment script if the service bus namespace is not found in the subscription.
Added debugging options in the iisnode.yml configuration file.
2016-11-02 13:57:07 -04:00
Vesa Juvonen
d5b3edb9d9
Link fixes on readme file
2016-10-28 17:01:19 +03:00
Vesa Juvonen
95a0ce7e0b
Merge remote-tracking branch 'contributor/ko-dependent-properties' into dev
2016-10-28 16:52:06 +03:00
Vesa Juvonen
98138de57f
Added additional pics for the readme of bot sample.
2016-10-28 16:31:51 +03:00
Vesa Juvonen
a9181bfb20
Added sample VS2015 bot application, which can be used with the client-side web part sample. Few modifications on the readme to help on setting up the sample.
2016-10-28 16:30:41 +03:00
Vesa Juvonen
eed37bdc21
Merge branch 'temp' into dev
2016-10-28 15:49:41 +03:00
Vesa Juvonen
590fd08b0c
Updated pic and small adjustments on the code.
2016-10-28 15:46:57 +03:00
Chakkaradeep Chandran
31a562809d
Updated code to not bundle mock data provider when the web part is packaged for distribution.
2016-10-27 22:39:10 -07:00
Franck Cornu
f2819a0799
Forced the Node JS engine version to 6.9.0 for the Azure Web App. There was an issue with the azure-intune package (requires > 5.0.0 version)
...
Added a Guid to the service plan resource.
2016-10-25 15:00:41 -04:00
Franck Cornu
fc0a38a1c5
Updated README.md file with the latest information.
2016-10-25 09:34:18 -04:00
Franck Cornu
6e819e07cb
Updated the deployment script with an unique name for Service Bus in Azure.
2016-10-24 17:14:30 -04:00
Franck Cornu
cbb191fb25
Updated the README file
2016-10-24 13:26:45 -04:00
Franck Cornu
c649ad9aa1
Renamed the sample folder according to the contribution guidance.
2016-10-24 13:17:37 -04:00
Franck Cornu
6110b73fcf
Added the missing server folder
2016-10-24 13:11:22 -04:00
Franck Cornu
6af238ce2e
Added the real time news feed sample using Microsoft Flow, Azure and socket.io
2016-10-24 13:07:30 -04:00
Franck Cornu
dcbd919720
Initial commit
2016-10-24 13:02:28 -04:00
Waldek Mastykarz
72e464cfe2
Added npm shrinkwrap to lock dependencies ( #43 )
2016-10-21 17:06:07 +03:00
Waldek Mastykarz
04998ebdd3
Added custom property pane control sample ( #42 )
2016-10-21 17:05:43 +03:00
Waldek Mastykarz
762c877941
Added sample code for Angular migration tutorial ( #48 )
2016-10-21 17:00:15 +03:00
chaksc
06cdfb517b
Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-10-20 15:13:44 -07:00
chaksc
5edf23310e
Optimization fixes to TodoListItem component to only render the item when needed.
2016-10-20 15:13:06 -07:00
Vardhaman Deshpande
6edbb5c5ce
Updated to drop 5, changed mock image urls ( #46 )
...
* removed unused imports, changed image urls
* updated to drop 5
2016-10-19 22:13:04 +03:00
Elio Struyf
52164e34c9
Updates for Drop 5 ( #47 )
2016-10-19 22:12:39 +03:00
chaksc
9ed8f8d9c2
Removed unused web part context from TodoContainer.
...
Renamed _getTasksLists to _loadTaskLists to match what it does.
2016-10-18 09:34:36 -07:00
chaksc
80bcc329eb
Updated readme to reflect SharePoint data provider getItems method.
2016-10-17 23:46:42 -07:00
chaksc
d26653ea7a
Updated readme with telemetry info.
...
Updated version of the client-side solution and manifest to 1.0.
2016-10-17 23:37:55 -07:00
chaksc
6b3a9df59c
Updated the code to SPFx Developer Preview Drop 5.
...
Fixed some issues as well.
2016-10-17 16:10:20 -07:00
dhartman
62abc411a0
Merge remote-tracking branch 'upstream/dev' into angular-search
2016-10-17 10:48:10 -04:00
dhartman
ab38818d35
Did some house keeping and updated README
2016-10-17 10:40:03 -04:00
dhartman
66f44a3ef3
fixed spelling errors in the readme file
2016-10-14 14:46:25 -04:00
dhartman
0b8b9a5687
updated readme
2016-10-14 14:44:28 -04:00
dhartman
ed5946ef22
updated readme
2016-10-14 14:16:38 -04:00
dhartman
1ee76bd12b
updated readme
2016-10-14 14:14:22 -04:00
dhartman
ca25888f64
updated readme
2016-10-14 14:12:21 -04:00
dhartman
52c4e34a24
updated readme
2016-10-14 13:58:31 -04:00
dhartman
61413a90e2
added images and updated readme
2016-10-14 13:46:38 -04:00
dhartman
1bca9e7f06
updated readme
2016-10-14 13:32:43 -04:00
dhartman
aac2328fba
updated readme
2016-10-14 13:28:41 -04:00
dhartman
4d8ca563b3
started updating README.md
2016-10-14 13:15:29 -04:00
Chakkaradeep (Chaks) CC
a4ec663c22
Update README.md
2016-10-14 09:26:48 -07:00
chaksc
4f19479a38
no message
2016-10-13 18:51:41 -07:00
chaksc
b2bc2b536a
no message
2016-10-13 17:47:00 -07:00
chaksc
b138b1a2df
no message
2016-10-13 11:33:34 -07:00
chaksc
e046d58f20
Initial push of README
2016-10-13 00:10:48 -07:00
chaksc
85eb0e0b36
Initial commit of todo basic web part.
2016-10-12 18:14:39 -07:00
Aliaxei Terentiev
79dcd46ae0
Sample Web Part illustrating how to create dependent properties in Web Part Property Pane
2016-10-12 16:54:58 -07:00
dhartman
e2e9108b77
Added office ui fabric responsive classes (note: still facing responsive issues) and added a office ui fabric refresh icon. The icon for some reason isn't displaying (same issue with the property pane)
2016-10-12 16:21:31 -04:00
Waldek Mastykarz
209b6f215c
Added the custom API secured with AAD sample ( #35 )
2016-10-12 18:28:46 +03:00