Mikael Svenson
b5ab9513fe
Updated to use webpack dynamic imports ( #605 )
...
* Use webpack dynamic loading of editor
2018-08-22 18:17:18 +02:00
Mikael Svenson
b3a87a7672
Use a supported workaround to get the script root.
2018-08-20 12:08:16 +02:00
Mikael Svenson
ec192e1c62
Remove dependency for office ui fabric react
2018-08-17 13:07:24 +02:00
Mikael Svenson
041ee33b38
Script editor update ( #598 )
...
* Updated to SPFx 1.5.1
* Fix remove padding issue.
* Moving import within container
* Added dynamic loaded edit module
* Made editor pane external and dynamic
* Updated readme message.
2018-08-17 13:02:33 +02:00
Mikael Svenson
6b6bc905a5
Merge pull request #592 from SharePoint/dev
...
Fix for images in refiner panel
2018-08-09 15:06:09 +02:00
Mikael Svenson
394bd99d5d
Merge pull request #591 from SharePoint/refiner-img-fix
...
#590 Updated imaged
2018-08-09 15:04:31 +02:00
Mikael Svenson
758a0793a4
#590 Updated imaged
2018-08-09 15:03:27 +02:00
VesaJuvonen
13b52d936f
Merge branch 'master' of https://github.com/SharePoint/sp-dev-fx-webparts
2018-08-07 17:28:13 +03:00
Mikael Svenson
df2648f8f4
Improvements to react-search-refiner web part ( #589 )
...
* Added weburl/siteurl tokens
Added getUrlField helper method
Changed property pane settings headers/grouping
Updated ouifr version to v5.118.0
Updated handlebar helper to v0.8.4
Updated readme
* Added webpack-bundle-analyzer
* Fixed ouifr static references to limit bundle size
2018-08-07 17:27:46 +03:00
Patrick Rodgers
10af3ba114
Merge pull request #577 from StfBauer/dev
...
Dev
2018-07-24 14:47:33 -04:00
Stefan Bauer
8a799644c7
Removed Readme file
2018-07-24 17:49:07 +02:00
Stefan Bauer
201423e3f8
update local.settings.json
2018-07-24 17:46:07 +02:00
Stefan Bauer
804e80175d
Updated Readme
2018-07-24 17:38:10 +02:00
Stefan Bauer
f702fd26b7
Git Push Origin Master
2018-07-24 17:36:17 +02:00
Stefan Bauer
aa4a280cca
Typo Fixed in README File
2018-07-24 17:32:55 +02:00
Stefan Bauer
7af11a4ce3
Updated Readme file
2018-07-24 17:27:36 +02:00
Stefan Bauer
e997302372
Initial Commit of Azure Function Web Part
2018-07-24 16:55:56 +02:00
Waldek Mastykarz
3453970019
Removes invalid string references causing project build error ( #567 )
2018-07-19 11:20:50 +02:00
Waldek Mastykarz
648b2b7210
Removes invalid string references causing project build error ( #567 )
2018-07-13 15:06:19 +03:00
Dhaval Shah
ea3b8efe1e
Added the Aggregated Calendar Webpart using React framework ( #566 )
...
* Initial Release
* Updated Readme
* Update Read Me
* Updated readme with technolgies
2018-07-13 11:11:28 +03:00
Vincent Biret
293bbba17a
react-skype-status: fixed a bug where subscription to the current users status wouldn't work ( #554 )
2018-07-05 18:51:58 +03:00
Vincent Biret
711cae3666
js-skype-status: fixed a bug where subscription to the current users status wouldn't work ( #553 )
2018-07-05 18:51:31 +03:00
Vincent Biret
74b748c9e2
improving new issue template so people mention samples authors and they get notified ( #551 )
2018-07-03 21:25:01 +03:00
Luis Manez
6a459d0942
Sample Spfx Webpart read / update MS Graph Custom Schema Extensions ( #552 )
2018-07-03 21:22:49 +03:00
Vipul Kelkar
5fe4521c21
Taxonomy panel picker webpart ( #546 )
...
* Taxonomy panel picker web part
Code sample for the Taxonomy panel picker web part added.
* GIF path updated
GIF path in the readme file updated.
* Sample for pre-populated control added.
Sample for pre-populated control added.
* Update README.md
2018-07-02 12:46:54 +03:00
Franck Cornu
48ac608381
[react-search-refiners] Added Handlebars templating feature + Replaced event aggregator by dynamic data from SPFx 1.5.1-plusbeta ( #550 )
...
* [react-search-refiners]
* Upgraded to SPFx 1.4.1
* Added the ability to set you own refiners labels in the filters panel.
* Replaced the `pushState` method by the SPFx `eventAggregator` for the communication between the search box and results web parts.
* CSS improvements
* Added an option to show the results count
* [react-search-refiners]
* Added the query suggestions feature to the search box
* Added the ability to send the query to an other page
* Added a result count option
* [react-search-refiners] Update images
* [react-search-refiners] Updated version in the README file.
* [react-search-refiners]
* Added a templating feature for search results with Handlebars inspired by the react-content-query-webpart sample.
* Upgraded to 1.5.1-plusbeta to use the new SPFx dynamic data feature instead of event aggregator for Web Parts communication.
* Code refactoring and reorganization.
* * Removed unused test sample folder
2018-07-02 12:44:04 +03:00
Hugo Bernier
3a1f2e92ed
Converted to SPFx 1.5 and added Exchange Public Calendar feed support ( #548 )
2018-07-02 10:11:27 +03:00
Vincent Biret
415b771e86
upgrading react-skype-status to spfx 1.5 ( #547 )
...
* react-skype-status: upgrading to spfx v1.5
* react-skype-status: fixing unexisting referenced module
* react-skype-status: upgrading to office ui fabric react 6.X
* react-skype-status: switching to production infrastructure ids
2018-07-02 10:09:48 +03:00
Vincent Biret
9f8b201a17
js-skype-status: upgraded to spfx 1.5.0 ( #545 )
...
* js-skype-status: upgraded to spfx 1.5.0
* js-skype-status: upagraded jquery to latest
* js-skype-status: updating missed schema definition for 1.5 upgrade
2018-07-02 10:09:25 +03:00
Elio Struyf
10425369e9
Private constructor in singleton ( #535 )
...
Updated the `public` constructor to `private` in singleton pattern. This prevents you from creating a new class instance outside the `ConfigurationManager`.
2018-06-15 08:47:09 +03:00
Velin Georgiev
0af385ed17
Upgrade to 1.5.0, missing launch.json config added ( #530 )
2018-06-15 08:46:43 +03:00
Luis Valencia
9c7e33b521
added design patterns samples, abstract factory, factory method, builder, singleton ( #524 )
2018-06-11 12:44:26 +03:00
Simon-Pierre Plante
88cbbf2300
Fixed an issue causing filters to loose their sort order in IE. Also added a .zip of the 1.4.1 version of this project. ( #517 )
2018-06-07 14:10:18 +03:00
Hugo Bernier
6bd2f7d66a
Initial commit ( #512 )
2018-06-07 14:09:40 +03:00
Franck Cornu
ae42943015
[react-todo-basic] Fixed "immutability-helper" npm package version ( #509 )
2018-06-07 14:07:49 +03:00
Franck Cornu
30f2baa665
[react-search-refiners] Added query suggestions + send query to new page features ( #508 )
...
* [react-search-refiners]
* Upgraded to SPFx 1.4.1
* Added the ability to set you own refiners labels in the filters panel.
* Replaced the `pushState` method by the SPFx `eventAggregator` for the communication between the search box and results web parts.
* CSS improvements
* Added an option to show the results count
* [react-search-refiners]
* Added the query suggestions feature to the search box
* Added the ability to send the query to an other page
* Added a result count option
* [react-search-refiners] Update images
* [react-search-refiners] Updated version in the README file.
2018-06-07 14:07:15 +03:00
VesaJuvonen
315561012b
react-events-dynamicdata adjustments
2018-06-05 21:09:36 +03:00
VesaJuvonen
22d9dbfaa3
Adding dynamic data sample react-events-dynamicdata
2018-06-05 14:08:52 +03:00
Waldek Mastykarz
4385260f73
Added Angular Elements sample ( #523 )
2018-06-01 15:52:26 +02:00
Mikael Svenson
e770ade42f
Added suppor for full page width for Script Ed WP
2018-05-23 11:42:02 +02:00
paolo@pialorsi.com
3ad7ebc5e5
Updated README file for api-scopes tutorial sample
2018-05-16 18:26:51 +02:00
Velin Georgiev
e415148bc5
Adds SPFx React Jest Testing sample ( #507 )
2018-05-12 04:59:42 +03:00
Vipul Kelkar
13954cc7bc
Redux-Form sample webpart ( #503 )
...
* Redux-Form sample SPFx webpart added.
New SPFx webpart sample added that uses redux-form library. Sample is a data entry form with dynamic grid built using typescript, react, redux and redux-form library.
* Readme file updated.
Readme file updated with correct webpart demo gif file path.
2018-05-12 04:57:03 +03:00
Jeff Burt
87e30dd02a
Fixed to reset filterXml as each filter is processed. Otherwise, when it's set to the IsNull/IsNotNull format, it'll end up getting applied to all the rest of the filters. ( #475 )
2018-04-27 18:28:52 +03:00
Jeff Burt
719171081f
Fixed to look for SharePoint's access denied page in the response and throw an appropriate error if found. ( #493 )
2018-04-27 18:27:50 +03:00
Jeff Burt
cfa111bbad
Fixed sort to work properly. Previously did not always sort correctly in IE/Edge. ( #494 )
2018-04-27 18:27:26 +03:00
Velin Georgiev
3499fe91cc
updated to 1.4.1 ( #484 )
...
tests updated, package removed
2018-04-27 18:26:48 +03:00
Joel Rodrigues
92072988ac
Update react modern charts ( #488 )
...
* Upgrade to SPFx 1.4.1
* remove unnecessary semicolon
* Update version and readme file
2018-04-27 18:26:24 +03:00
Velin Georgiev
fd4cbe0804
manifest.json schema urls updated ( #485 )
2018-04-27 18:25:27 +03:00
Stefan Bauer
81e5367231
added new react-graph-evalurl sample ( #492 )
2018-04-27 18:24:58 +03:00