* This sample shows how appSettings.json file can be added and unsed within SharePoint Framewrok webparts similar to the Web.config / App.config key value app settings in .NET Framework projects.
* Update README.md
Typos fix
* Added the files to the new repository
* Modified the .gitignore
* Added the generated sppkg file
* Added animated gifs for the read me.
* Added another animated gif
* Added a first temporary version of the readme.md
* Update README.md
* Update README.md
* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.
* Updated the WebPart with inline template editing
Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.
* Removed the debug folder from sources
* Updated the toolpart animated gif
* Removed toolpart animated gif
* Updated the README.md file with the latest changes.
* Update README.md
* Update README.md
* Update README.md
* Adding AceEditor as Code Editor
* Removing old Monato Artefacts
* Finalized the code editor update
Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1
* Added a .gif for the new code editor documentation
* Updated the WebPart with the latest spfx packages.
Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.
* ...
* Updated the readme
* first commit
* some corrections
* added textfield to pass the parameters dinamically
* implemented list to display external users
* changing the UI style
* fixed bug on the detail list
* label name modified
* Add files via upload
* Delete upcoming-meetings-preview.png
* Update README.md
* some changes
* added twitter and blog
* added wp base
* started on adding redux
* removed immutable to start with
* initial code working (redux, immutable)
* get lists, basic add new list ready
* basic code using redux and immutable js ready
* comments
* image and readme
* readme update
* updated image
* appease the linter
* added comments
* changed folder name
* updated gif
* typo in layouts path
* link to blog and telemetry
* react-provision-assets sample added. provides advanced techniques for provisioning lists, libraries, fields and more.
* README drop icon changed to GA
I updated the drop icon from drop4 to GA so not to cause confusion when someone is looking at the README.
* README file updated
* Sample update from drop3 to GA. Packages updated. Unnecessary typings removed.
* small fixes on the html and list checks
* The loader is removed since causing "Cannot read property 'replaceChild' of null" error.
* Return empty array instead of undefined if list not found. The list not found error will be catched.