From 90e8a06cc9cb7d005ea365b7e4e0d0875b9fd639 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 7 Jan 2021 18:54:59 +0530 Subject: [PATCH 1/7] Added: the changelog for (#551) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bbadb96..2d133217e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5] - UNRELEASED + +### Added + +### Changed / Improved +- Updated: the code to render the images properly when using the mergeConfigurableChildren to false (#551) + ## [1.0.4] - 04.01.2020 ### Added From f476eb7fb26e2765bf29d182cae2fbdee86443e2 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 7 Jan 2021 19:12:13 +0530 Subject: [PATCH 2/7] Added: the changelog for issue #555 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d133217e..bd0391ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed / Improved - Updated: the code to render the images properly when using the mergeConfigurableChildren to false (#551) +- Improved: code to add the overflow-wrap property on the SfProperty value (#555) ## [1.0.4] - 04.01.2020 From 2b86cc15fa427f47afa0dcd25d3e5728b634f987 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 7 Jan 2021 19:26:41 +0530 Subject: [PATCH 3/7] Added: the changelog for issue #563 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0391ef5..641b3c5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed / Improved - Updated: the code to render the images properly when using the mergeConfigurableChildren to false (#551) - Improved: code to add the overflow-wrap property on the SfProperty value (#555) +- Updated: code to change the category from any category page (#563) ## [1.0.4] - 04.01.2020 From 0e7d631ac9399a73fb5bd0a9a66d9f5afb98301d Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 7 Jan 2021 19:43:52 +0530 Subject: [PATCH 4/7] Added: the changelog for the issue #561 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 641b3c5c1..8963b628a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed / Improved - Updated: the code to render the images properly when using the mergeConfigurableChildren to false (#551) - Improved: code to add the overflow-wrap property on the SfProperty value (#555) +- Improved: code to apply the filter on all tha category pages (#561) - Updated: code to change the category from any category page (#563) ## [1.0.4] - 04.01.2020 From 859748a477adaebc3f3d634c461b169f8d6c4c5c Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 7 Jan 2021 19:48:03 +0530 Subject: [PATCH 5/7] Added: the changelog for the issue #549 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8963b628a..564aca92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed / Improved +- Improved: the code to fix the error of undefined on the product page (#549) - Updated: the code to render the images properly when using the mergeConfigurableChildren to false (#551) - Improved: code to add the overflow-wrap property on the SfProperty value (#555) - Improved: code to apply the filter on all tha category pages (#561) From de087053e3c04c434ee61e6c879f018948bc4b35 Mon Sep 17 00:00:00 2001 From: Aishwary Shrivastava Date: Mon, 11 Jan 2021 09:56:32 +0530 Subject: [PATCH 6/7] Updated change log for dropdown z-index(#536) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 564aca92c..1d9988227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved: code to add the overflow-wrap property on the SfProperty value (#555) - Improved: code to apply the filter on all tha category pages (#561) - Updated: code to change the category from any category page (#563) +- Improved z-index of dropdown (#536) ## [1.0.4] - 04.01.2020 From 947cc39510d05adfe3a8a27f10cf1482826c18f3 Mon Sep 17 00:00:00 2001 From: Aishwary Shrivastava Date: Mon, 11 Jan 2021 10:01:57 +0530 Subject: [PATCH 7/7] Added change log for safe area (499) Moved change logs from 1.04 to 1.05 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9988227..a5ae51cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved: code to apply the filter on all tha category pages (#561) - Updated: code to change the category from any category page (#563) - Improved z-index of dropdown (#536) +- Added safe are in bottom elements (#499) ## [1.0.4] - 04.01.2020 @@ -32,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved styling around notification (#540) - Added active state for the profile in bottom navigation (#541) - Z-index for sidebar (#501) -- Added safe are in bottom elements (#499) -- Added safe are in bottom elements (#499) - Used spacer variable for footer icons (#484) - Improved spacing of elements of product page (#481) - Removed: Overridden logo height (#490)