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
Waldek Mastykarz
f3fcf61f84
Added the elevated privileges sample ( #38 )
2016-10-12 18:28:33 +03:00
dhartman
385ac09078
fixed issue when the web part is first loaded it does not tell the user to configure the web part.
2016-10-11 19:04:25 -04:00
dhartman
7d50472046
Added core code to HomeController and DataService
2016-10-11 18:37:17 -04:00
DESKTOP-K8O6TUG\gary
354704dca4
Altered the web part to use the currently logged in user's username when sending messages. Also updated the README and cleaned up some unused references in the code.
2016-10-11 21:06:37 +01:00
MANDOGROUP\gary.pretty
318960f2a9
Update bot-framework sample readme
2016-10-11 14:23:08 +01:00
MANDOGROUP\gary.pretty
9bc247ff1a
Updated readme to template provided
2016-10-11 13:21:49 +01:00
DESKTOP-K8O6TUG\gary
5eac8fee17
Initial commit of Bot Framework SPFX web part
2016-10-11 00:52:23 +01:00
dhartman
428e422cc3
Initial Commit
2016-10-07 19:13:31 -04:00
nalaswad
e36c8c344b
Added the js-display-webpart sample
2016-10-07 10:08:38 -04:00