From 6d7bdfa0c0f8b55de68aab9a249644dd00fd4801 Mon Sep 17 00:00:00 2001 From: "olivier.carpentier@gmail.com" Date: Thu, 15 Jun 2017 16:07:33 +0200 Subject: [PATCH] v1.0.4 --- README.md | 4 ++-- config/package-solution.json | 2 +- package.json | 18 +++++++++--------- src/webparts/accordion/AccordionWebPart.ts | 2 ++ .../animatedText/AnimatedTextWebPart.ts | 10 ++++++++++ src/webparts/arcText/ArcTextWebPart.ts | 6 ++++++ .../audioEqualizer/AudioEqualizerWebPart.ts | 8 ++++++++ src/webparts/barChart/BarChartWebPart.ts | 10 ++++++++++ .../bingTranslator/BingTranslatorWebPart.ts | 4 ++++ src/webparts/carousel3D/Carousel3DWebPart.ts | 8 ++++++++ src/webparts/coverflow/DockMenuWebPart.ts | 12 ++++++++++++ src/webparts/gridGallery/GridGalleryWebPart.ts | 16 ++++++++++++++++ src/webparts/imageColor/ImageColorWebPart.ts | 2 ++ src/webparts/imagePuzzle/ImagePuzzleWebPart.ts | 4 ++++ src/webparts/lineChart/LineChartWebPart.ts | 12 ++++++++++++ src/webparts/markdown/MarkdownWebPart.ts | 4 ++++ src/webparts/mediaPlayer/MediaPlayerWebPart.ts | 2 ++ src/webparts/messageBar/MessageBarWebPart.ts | 12 ++++++++++++ .../newsCarousel/NewsCarouselWebPart.ts | 12 ++++++++++++ src/webparts/newsSlider/NewsSliderWebPart.ts | 16 ++++++++++++++++ src/webparts/newsTicker/NewsTickerWebPart.ts | 16 ++++++++++++++++ src/webparts/pieChart/PieChartWebPart.ts | 16 ++++++++++++++++ src/webparts/polarChart/PolarChartWebPart.ts | 16 ++++++++++++++++ src/webparts/qrCode/QrCodeWebPart.ts | 2 ++ src/webparts/radarChart/RadarChartWebPart.ts | 12 ++++++++++++ src/webparts/rssReader/RssReaderWebPart.ts | 8 ++++++++ .../simpleCarousel/SimpleCarouselWebPart.ts | 16 ++++++++++++++++ src/webparts/simplePoll/SimplePollWebPart.ts | 8 ++++++++ .../sliderGallery/SliderGalleryWebPart.ts | 12 ++++++++++++ .../SocialPhotoStreamWebPart.ts | 2 ++ src/webparts/socialShare/SocialShareWebPart.ts | 2 ++ src/webparts/stockInfo/StockInfoWebPart.ts | 2 ++ src/webparts/tabs/TabsWebPart.ts | 6 ++++++ src/webparts/textRotator/TextRotatorWebPart.ts | 10 ++++++++++ .../tilesGallery/TilesGalleryWebPart.ts | 14 ++++++++++++++ src/webparts/tilesMenu/TilesMenuWebPart.ts | 14 ++++++++++++++ src/webparts/tweetsFeed/TweetsFeedWebPart.ts | 4 ++++ src/webparts/typeWriting/TypeWritingWebPart.ts | 10 ++++++++++ .../VerticalTimelineWebPart.ts | 8 ++++++++ 39 files changed, 330 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 53006cef..7d5317f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SPFx Fantastic 40 Web Parts -![release](https://img.shields.io/badge/release-v1.0.3-blue.svg) +![release](https://img.shields.io/badge/release-v1.0.4-blue.svg) ![status](https://img.shields.io/badge/status-stable-green.svg) ![mit](https://img.shields.io/badge/license-MIT-yellow.svg) @@ -13,7 +13,7 @@ These webparts are available: **English, French, Spanish, German**. **IMPORTANT NOTE: These web parts are not officially supported by Microsoft. Please use the "Issues" tab on this site to report bug or requests for development.** -**Current Version**: v1.0.3 - [Click here to download and install](https://github.com/OlivierCC/spfx-40-fantastics/wiki/Installation-process) +**Current Version**: v1.0.4 - [Click here to download and install](https://github.com/OlivierCC/spfx-40-fantastics/wiki/Installation-process) **Current SPFx Release support** - ![GA](https://img.shields.io/badge/SPFx-General%20Availability-red.svg) - [Release Note](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-GA) diff --git a/config/package-solution.json b/config/package-solution.json index 9633f7fa..1cf9b0ca 100644 --- a/config/package-solution.json +++ b/config/package-solution.json @@ -2,7 +2,7 @@ "solution": { "name": "SPFx Fantastic 40 WebParts", "id": "425c9654-a3f8-427e-827f-033979560b6b", - "version": "1.0.3.0" + "version": "1.0.4.0" }, "paths": { "zippedPackage": "solution/spfx-fantastic-40.sppkg" diff --git a/package.json b/package.json index bc8c2a2e..508341ef 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "spfx-40-fantastics", - "version": "1.0.3", + "version": "1.0.4", "private": true, "engines": { "node": ">=0.10.0" }, "dependencies": { "@microsoft/sp-client-base": "~1.0.0", - "@microsoft/sp-core-library": "~1.0.0", - "@microsoft/sp-http": "^1.0.0", - "@microsoft/sp-loader": "^1.0.0", - "@microsoft/sp-webpart-base": "~1.0.0", + "@microsoft/sp-core-library": "~1.1.0", + "@microsoft/sp-http": "^1.1.1", + "@microsoft/sp-loader": "^1.1.1", + "@microsoft/sp-webpart-base": "~1.1.1", "@types/react": "0.14.46", "@types/react-addons-shallow-compare": "0.14.17", "@types/react-addons-test-utils": "0.14.15", @@ -23,14 +23,14 @@ "react": "15.4.2", "react-dom": "15.4.2", "orchestrator": "^0.3.8", - "sp-client-custom-fields": "^1.3.3", + "sp-client-custom-fields": "^1.3.5", "through2": "^2.0.3", "typewriting": "^1.2.2" }, "devDependencies": { - "@microsoft/sp-build-web": "~1.0.1", - "@microsoft/sp-module-interfaces": "~1.0.0", - "@microsoft/sp-webpart-workbench": "~1.0.0", + "@microsoft/sp-build-web": "~1.1.0", + "@microsoft/sp-module-interfaces": "~1.1.0", + "@microsoft/sp-webpart-workbench": "~1.1.0", "@types/chai": ">=3.4.34 <3.6.0", "@types/mocha": ">=2.2.33 <2.6.0", "gulp": "~3.9.1" diff --git a/src/webparts/accordion/AccordionWebPart.ts b/src/webparts/accordion/AccordionWebPart.ts index af49a056..fa3f6952 100644 --- a/src/webparts/accordion/AccordionWebPart.ts +++ b/src/webparts/accordion/AccordionWebPart.ts @@ -197,6 +197,8 @@ export default class AccordionWebPart extends BaseClientSideWebPart