diff --git a/samples/react-hero-webpart/README.md b/samples/react-hero-webpart/README.md index d45161bfb..38381349b 100644 --- a/samples/react-hero-webpart/README.md +++ b/samples/react-hero-webpart/README.md @@ -34,6 +34,7 @@ hero-webpart | [Omar El-Anis](https://github.com/omarelanis) @ SP Bytes www.spby Version|Date|Comments -------|----|-------- +1.3|March 11, 2022|At the request of another user a option has been added to allow a collage of images to be shown in a flex grid layout
Added in placeholder configuration screen
Fixed webpart not loading the 5 temporary items on first adding webpart to new page in local workbench
General maintenance to remove unused imports
Updated CSS to add in collage feature 1.2|July 27, 2021|Updated to automatically detect how many items are being displayed and adjust the display layout based on this
Updated design to show the title on all images
Updated description area on hover
Updated hover effect of image to show a zoom effect when hovering over an item
General cleaning up of CSS and code 1.1|March 10, 2021|Update comment 1.0|January 29, 2021|Initial release diff --git a/samples/react-hero-webpart/config/package-solution.json b/samples/react-hero-webpart/config/package-solution.json index 3a5037c60..b4078c3bb 100644 --- a/samples/react-hero-webpart/config/package-solution.json +++ b/samples/react-hero-webpart/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "Hero Layout Webpart", "id": "5efc0426-3e59-4fc7-b638-73eb77aaf788", - "version": "1.2.0.0", + "version": "1.3.0.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, diff --git a/samples/react-hero-webpart/package.json b/samples/react-hero-webpart/package.json index 6fd635d6b..2d5a10210 100644 --- a/samples/react-hero-webpart/package.json +++ b/samples/react-hero-webpart/package.json @@ -1,6 +1,6 @@ { "name": "hero-webpart", - "version": "1.2.0", + "version": "1.3.0", "private": true, "main": "lib/index.js", "scripts": {