* 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 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.
* 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.