* 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
* [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
Updated the `public` constructor to `private` in singleton pattern. This prevents you from creating a new class instance outside the `ConfigurationManager`.
* [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.
* 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.
* Added react-sitepages-metadata sample
* updated readme
* Added react-sitepages-metadata sample
* Fix for dialog rendering tag pickers with no initial value
* 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
* SharePoint CRUD sample updated to SPFx 1.4.1
SharePoint CRUD sample updated to SPFx 1.4.1
Updated the PnP JS to version 3.0.6
Updated Angular to version 1.6.5
Updated ngOfficeUiFabric to 0.16.0
Updated to the latest React 15.6.2
Minor code improvements like using map instead of for loop.
* Minor bug fix for React Sample
* minor changes
* code formatting
* Updated code to use the new pnpjs package
* Added the "Search within folders" switch which enables the WebPart to return results from within folders as well (recursive). Also fixed a bug where webs could sometimes not appear under the web url dropdown.
* Fixed a bug which prevented to load webs correctly out of private groups
* Fixed a bug with the automatic current web selection
* Previously committed wrong .sppkg
* Added the react-search-refiners folder
* Updated pagination + format date for DateTime filters
* Added grouped list in the filter panel + fixed some bugs
* Added custom scrollbar style
* Added a placeholder when the Web Part is not configured
* Cleaned code
* Miscellaneous fixes before PR.
* Added Web Part sample images
* Updated images
* Adde the link to the associated blog post.
* Replaced toggle by checkbox + added query template parameter.
* react-search-refiners: CSS fixes
* Quick fix
* Updated the panel position to the left + added an overlay between each search operation to notify the user
* [react-search-refiners] Updated the screenshots + npm packages
* Synced the remote branch from the upstream to merge things correctly
* [react-search-refiners] Removed useless files generated by the upstream merge
* [react-search-refiners] Removed remaining useless files
* [react-search-refiners] Added a search box and a result source Id + enable query rules parameters
* [react-search-refiners] Added field descriptions
* [react-search-refiners] Updated the README file + solution demo animation
* [react-search-refiners] Added local configuration for pnp js library instead of global
* initial commit
* Added OfflineHTTPService implementation to file
* Put interfaces into their own files
* Create a state object to allow the render method to have a variable to print.
* Tested Gets, need to update comments
* Add JSDoc
* Created Readme.md
* Fix queing process, add setTimeout to allow breakpoints and debugging
* Add more detail to readme, and better image
* Remove console.clear
* Adds SPFx react slide swiper sample (#412)
* Add files via upload
Add initial files to the repository
* Add package-lock.json to react-file-upload
it will fix the this error when you run Gulp serve:
SPFileUpload-master/node_modules/react-dropzone-component/typescript/types"' has no default export.
* initial commit
* Added OfflineHTTPService implementation to file
* Put interfaces into their own files
* Create a state object to allow the render method to have a variable to print.
* Tested Gets, need to update comments
* Add JSDoc
* Created Readme.md
* Tiny MCE Rich Text Editor
* added workbench styling, to get a more acurate representation of online.
* TinyMCE, Create,Update,Store,Persist,Read rich text
* Cleanup of Code
* Add readme
* Correct filename, add tslint
* Correct names in config files.
* Added the react-search-refiners folder
* Updated pagination + format date for DateTime filters
* Added grouped list in the filter panel + fixed some bugs
* Added custom scrollbar style
* Added a placeholder when the Web Part is not configured
* Cleaned code
* Miscellaneous fixes before PR.
* Added Web Part sample images
* Updated images
* Adde the link to the associated blog post.
* Replaced toggle by checkbox + added query template parameter.
* react-search-refiners: CSS fixes
* Quick fix
* Updated the panel position to the left + added an overlay between each search operation to notify the user
* [react-search-refiners] Updated the screenshots + npm packages
* Synced the remote branch from the upstream to merge things correctly
* [react-search-refiners] Removed useless files generated by the upstream merge
* [react-search-refiners] Removed remaining useless files
* [react-search-refiners] Added a search box and a result source Id + enable query rules parameters
* [react-search-refiners] Added field descriptions
* [react-search-refiners] Updated the README file + solution demo animation
* Upgraded to drop 1.4 and asset bundling
Bumped version to 1.0.0.3
* Clean up of CSS
* Remove linting rule which caused warning on build
* Added property to toggle web part container padding on/off
* Refactored to have local function bindings at the top for better readability.
Fixed readonly warning in cancel dialog as property was set directly instead of via setState
* Replaced safeWithCustomScriptDisabled with requiresCustomScript
Added removePadding property.
Updated correct schema reference.
Removed comments.
* Added skipFeatureDeployment attribute for easier switch if needed.
* Added missing ;
* Fix for setting the default switch to require custom script enabled for the web part. Value got switched one the attribute changed.
* Added hyperlink on Puzzlepart logo.
* Updated @pnp packages to solve an issue with application insights tracking failing the component in IE/Edge.
* Explicit load of the Overlay component to reduce bundle size.
* Store the inital result in order to prevent two calls per page which slows down result loading and is unneeded.
* Updated to SPFx Drop 1.4
* Store last query in order to update the results when changing the search properties.
* Bugfix: Make sure selected properties are passed along and updated on each search query.
* Support more properties for preview image depending on item type.
* Moved default values to web part config instead of hard coded in the web part.
* Added support to show/hide file icon per result
* Remove empty check for query template as it's not required, but optional.
* Don't render filter control if there are no refiners specified.
* Added support to show/hide the created date field.
* Added more default properties for default image preview
* Updated preview image based on new properties
* Updated version to 1.1
Updated readme with new version, author and drop
* Added the react-search-refiners folder
* Updated pagination + format date for DateTime filters
* Added grouped list in the filter panel + fixed some bugs
* Added custom scrollbar style
* Added a placeholder when the Web Part is not configured
* Cleaned code
* Miscellaneous fixes before PR.
* Added Web Part sample images
* Updated images
* Adde the link to the associated blog post.
* Replaced toggle by checkbox + added query template parameter.
* react-search-refiners: CSS fixes
* Quick fix
* Updated the panel position to the left + added an overlay between each search operation to notify the user
* [react-search-refiners] Updated the screenshots + npm packages
* Synced the remote branch from the upstream to merge things correctly
* [react-search-refiners] Removed useless files generated by the upstream merge
* [react-search-refiners] Removed remaining useless files
* Initial commit
* Update README.md
* fix casing of NameId, NameIdIssuer
* show name or email
* fix headerHeight on popouts
* include Prinipal Type wuth site users
* show users or groups
* add images
* setup default config
* readme
* readme
* readme
* show only lists in user selection
* stylin!
* mo stylin'
* use folder icons
* added loading spinner
* comments on AD Groups
* remove graph call for AD groups for now
* Fix fabric button postback on classic pages
* Fixed logic issue with security
* adding react-skype-status sample to demonstrate the usage of UCWA SDK
* react-skype-status adding missing tracking information
* react-skype-status : updating readme to match standard
* adding js sample to demonstrate how to use UCWA SDK and subscribe to skype status
* js-skype-status: fixing extension casing for images links
* removing files that are not supposed to be here
* js-skype-status: adding missing import for jquery in service
* js-skype-status: aligning services with react version
* adding missing telemetry code
* js-skype-status: updating sample's readme to match standard
* updating readme to latest version of the standard
* Initial commit
* Create LICENSE
* readme updated
* Major extensions (more web part properties, field ordering, adding, refactoring list form rendering...)
* Updated to newest version of packages / support display field User & Lookup
* Refactored rendering of SPFormField / support more field types / Check fro local environment and notify user / Added ConfigureWebPart / Introduced showSupportedFields option
* Removed unused imports
* Use of resource strings for localization / ListForm component now not relying on web part context (just spHttpClient) / added comments / fixed bug where old values were still shown after switching to other form type or item / Moved date picer strings to localized resources
* Fixed bug where fields would not clear when switching formtype or id
* Updated Readme and added overview clip gif
* Initial commit
* Update README.md
* fix casing of NameId, NameIdIssuer
* show name or email
* fix headerHeight on popouts
* include Prinipal Type wuth site users
* show users or groups
* add images
* setup default config
* readme
* readme
* readme
* show only lists in user selection
* stylin!
* mo stylin'
* use folder icons
* added loading spinner
* comments on AD Groups
* remove graph call for AD groups for now
The .sppkg file was referring the wrong .js files which was displaying an error while adding the WebPart to a page. Replaced it with an updated and functional .sppkg file.
* first commit
* Implemented GetChanges API, Readme updated, New property "socket server url"
* added some scripts in order to automate the provisioning and deployment, readme updated, minor bug fix
* Added the react-search-refiners folder
* Updated pagination + format date for DateTime filters
* Added grouped list in the filter panel + fixed some bugs
* Added custom scrollbar style
* Added a placeholder when the Web Part is not configured
* Cleaned code
* Miscellaneous fixes before PR.
* Added Web Part sample images
* Updated images
* react-textboxio - Initial release. Need README
* Updated README
* Added missing image
* Updated README
* Updated the crawl property in Web Part metadata fro search indexing
* Updated the gif image with better quality
* first commit
* configured the property pane
* readme updated and demo gif uploaded
* correction
* added author
* add more descriptions
* Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups).
* First release
* readme changed
* release date modified
* readme updated
* Updated to version 1.3.0
* first commit
* configured the property pane
* readme updated and demo gif uploaded
* correction
* added author
* add more descriptions
* Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups).
* First release
* readme changed
* release date modified
* readme updated
* Updated to drop 1.3
* Changed to dynamic office ui fabric loading
Bundled needed CSS, and depend on oob CSS for layout
* Refactored from javascript to typescript.
When the existing array _renewStates is cast as a string (at the string.prototype.split() function or possibly in earlier code), that existing array is represented as "A String, representing the values of the array, separated by a comma" [quote source](https://www.w3schools.com/jsref/jsref_tostring_array.asp).
This update replaces the incorrect semi-colon separator with the correct comma separator. Without a correction, it is possible to encounter issues such as token renewal timeout or token renewal silent failure. Testing included turning on logging in adal-angular.js to observe changes.
* Upgrade to drop 1.2.0 and added site url and web url preselection
Upgrade to drop 1.2.0 and added site url and web url preselection
* Added a working .sppkg for easy testing
* Added a bug fix to the Pull Request #313
Since pull request hasn't been merged yet, added a one-liner bug fix for
fields that had spaces in their internal names.
* Updated the .sppkg solution with the last bug fix.
* Updated the .sppkg solution with the bug fix.
* Removing the .sppkg solution to update it
* Updated the .sppkg solution with the bug fix
* Sample added that shows how we can use the SPFx Event Aggregator to communicate between web parts
* Sample added that shows how we can use the ReactiveX (RxJs) library with the SharePoint Framework to communicate between web parts through broadcasting events utilizing the Publish–subscribe pattern
* Event Emitter sample README.md updated
Added a Site Url property next to the Web Url property in order to
narrow down the results that were previously all mixed within the same
dropdown. Also added a recursive promise mecanism that allows the
WebPart to perform multiple search requests until all the results are
returning, bypassing the max rowLimit of 500 items. The site url
property can now fetch unlimited site collections, and the web url
property can also fetch unlimited web urls.
* 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
* Updated the readme with the solution author
* Added the External Scripts property to the toolpart
The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.
* Fixed the readme.md imaged broke in the previous commit
* Added the ExternalScripts.png picture to readme.md
* Updated readme.md
* Update the externalScripts image.
* Fixed an issue where sites/subsites were missing from the WebUrl dropdown
The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!
* Update README.md
The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!
* 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
* Updated the readme with the solution author
* Added the External Scripts property to the toolpart
The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.
* Fixed the readme.md imaged broke in the previous commit
* Added the ExternalScripts.png picture to readme.md
* Updated readme.md
* Update the externalScripts image.
The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.
* Updated SPFx from 1.0.0 to 1.1.0
* Added closing div.
Updated logo.
* Include override.css using require instead of sass @import which no longer works in the build chain.
* Updated README with complete building steps
* Updated version to 1.0.0.1
* Updated to pull version from package.json
* Include bundled Office UI Frabework CSS to ensure proper grid.
* Added version info
* Added safeWithCustomScriptDisabled property
* Changed to static linking
* Added explicit reference to office-ui-fabric v2
* Removed test CSS
* Remove commented out code
* Remove empty lines
* Removed non-existant styles
* Externalize Office UI Fabric components and CSS to CDN - keeping CSS in the project for reference.
* 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