* 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