Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIF-2086: Update react-components to be in sync with CIF Components version #133

Merged
merged 6 commits into from
May 24, 2021

Conversation

laurentiumagureanu
Copy link
Collaborator

Description

Updates the react-components version used be ui.frontend module to be the same as CIF Components version used.
Updates both package.json and package-lock.json

Related Issue

CIF-2086

Motivation and Context

The current version used of react-components is very old

How Has This Been Tested?

Performed mvn release:prepare -Prelease-prepare locally

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes and the overall coverage did not decrease.
  • All unit tests pass on CircleCi.
  • I ran all tests locally and they pass.

@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #133 (1277c86) into dev (fe6e43d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                dev     #133   +/-   ##
=========================================
  Coverage     85.71%   85.71%           
  Complexity       18       18           
=========================================
  Files             1        1           
  Lines            28       28           
  Branches          4        4           
=========================================
  Hits             24       24           
  Misses            2        2           
  Partials          2        2           
Flag Coverage Δ Complexity Δ
unittests 85.71% <ø> (ø) 18.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe6e43d...1277c86. Read the comment docs.

@dplaton dplaton merged commit 143b2b8 into dev May 24, 2021
@dplaton dplaton deleted the bugs/CIF-2086 branch May 24, 2021 07:45
dplaton added a commit that referenced this pull request May 24, 2021
* @releng - update CIF Core Components dependency to SNAPSHOT version

* CIF-1718 - Adopt Magento GraphQL schema changes - Category UID

- update graphql dependency to 2.4.2 EE to align with CIF components

* CIF-2015 - Migrate to Azul Zulu JDK (#125)

* @trivial fix ui.frontend readme (#128)

* CIF-2039 - Missing root category field in catalog page properties (#127)

* CIF-2039 - Missing root category field in catalog page properties

 * added UI test for catalog page properties extensions

* CIF-2039 - Missing root category field in catalog page properties

 * added UI test for catalog page properties extensions

* CIF-2039 - Missing root category field in catalog page properties

 * fixed root category field label in UI test

* CIF-1907 - Build navigation component based on WCM Core Component (#126)

* CIF-1907 - Build navigation component based on WCM Core Component

 * implemented Venia theme for navigation component v2

* CIF-1907 - Build navigation component based on WCM Core Component

 * fix test failures

Co-authored-by: Markus Haack <mhaack@adobe.com>

* @trivial - update dependencies (#129)

* CIF-1746 - Create CIF data types for Content Fragment Models (#102)

* enable content fragment models in Venia configuration

* CIF-2007 - Use latest releases of CIF Add-on for IT and UI tests (#132)

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on for AEM 6.5 from artifactory

* CIF-2007 - Fix UI tests

* @releng Update dependency versions (#134)

Update `AEM Core CIF Components` to 1.11.0 and `@adobe/aem-core-cif-react-components` to 1.11.0

Co-authored-by: Daniel Platon <platon@adobe.com>

* CIF-2086: Update react-components to be in sync with CIF Components version (#133)

* CIF-2086: Sync reac-components version on release

* CIF-2086: Commit updated npm files

* CIF-2086: Fix npm files commit profile

* CIF-2086: Update cif-react-components dependency

* Remove package-lock.json from .gitignore

Co-authored-by: Daniel Platon <platon@adobe.com>

Co-authored-by: Levente Santha <levente@adobe.com>
Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Markus Haack <mhaack@adobe.com>
Co-authored-by: Daniel Platon <platon@adobe.com>
Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>
mhaack pushed a commit that referenced this pull request Jun 28, 2021
…ersion (#133)

* CIF-2086: Sync reac-components version on release

* CIF-2086: Commit updated npm files

* CIF-2086: Fix npm files commit profile

* CIF-2086: Update cif-react-components dependency

* Remove package-lock.json from .gitignore

Co-authored-by: Daniel Platon <platon@adobe.com>
mhaack added a commit that referenced this pull request Jun 29, 2021
* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* @releng - update CIF Core Components dependency to SNAPSHOT version

* CIF-1718 - Adopt Magento GraphQL schema changes - Category UID

- update graphql dependency to 2.4.2 EE to align with CIF components

* @trivial - update dependencies (#129)

* CIF-2007 - Use latest releases of CIF Add-on for IT and UI tests (#132)

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on for AEM 6.5 from artifactory

* CIF-2007 - Fix UI tests

* @releng Update dependency versions (#134)

Update `AEM Core CIF Components` to 1.11.0 and `@adobe/aem-core-cif-react-components` to 1.11.0

Co-authored-by: Daniel Platon <platon@adobe.com>

* CIF-2086: Update react-components to be in sync with CIF Components version (#133)

* CIF-2086: Sync reac-components version on release

* CIF-2086: Commit updated npm files

* CIF-2086: Fix npm files commit profile

* CIF-2086: Update cif-react-components dependency

* Remove package-lock.json from .gitignore

Co-authored-by: Daniel Platon <platon@adobe.com>

* CIF-2032 - Category page mapping for UID + URL_PATH (#131)

* Category page mapping for UID + URL_PATH
* Update cloudready image
* Update casssic image

* CIF-2065 - Set affinity cookie for all requests in WDIO tests (#135)

* CIF-2065 - Set affinity cookie for all requests in WDIO tests

* releng - Update cloudready image to 5343

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* trivial - fix pom.xml from re-base

Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Levente Santha <levente@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Daniel Platon <dplaton@pm.me>
Co-authored-by: Daniel Platon <platon@adobe.com>
Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>
laurentiumagureanu added a commit that referenced this pull request Jul 26, 2021
* 2.0.0 ee (#149)

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* @releng - update CIF Core Components dependency to SNAPSHOT version

* CIF-1718 - Adopt Magento GraphQL schema changes - Category UID

- update graphql dependency to 2.4.2 EE to align with CIF components

* @trivial - update dependencies (#129)

* CIF-2007 - Use latest releases of CIF Add-on for IT and UI tests (#132)

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on for AEM 6.5 from artifactory

* CIF-2007 - Fix UI tests

* @releng Update dependency versions (#134)

Update `AEM Core CIF Components` to 1.11.0 and `@adobe/aem-core-cif-react-components` to 1.11.0

Co-authored-by: Daniel Platon <platon@adobe.com>

* CIF-2086: Update react-components to be in sync with CIF Components version (#133)

* CIF-2086: Sync reac-components version on release

* CIF-2086: Commit updated npm files

* CIF-2086: Fix npm files commit profile

* CIF-2086: Update cif-react-components dependency

* Remove package-lock.json from .gitignore

Co-authored-by: Daniel Platon <platon@adobe.com>

* CIF-2032 - Category page mapping for UID + URL_PATH (#131)

* Category page mapping for UID + URL_PATH
* Update cloudready image
* Update casssic image

* CIF-2065 - Set affinity cookie for all requests in WDIO tests (#135)

* CIF-2065 - Set affinity cookie for all requests in WDIO tests

* releng - Update cloudready image to 5343

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* trivial - fix pom.xml from re-base

Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Levente Santha <levente@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Daniel Platon <dplaton@pm.me>
Co-authored-by: Daniel Platon <platon@adobe.com>
Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>

* CIF-1724: Add Magento Storefront Events Collector (#142)

* CIF-2107 - Add Magento Storefront Events SDK

* CIF-2107 - Add Magento Storefront Events SDK

* CIF-1724: Load storefront events collector

Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Markus Haack <mhaack@adobe.com>

* update to cif 2.0 api (#154)

* CIF-2131 - remove "id" support for AEM Venia (#151)

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-2131 - remove "id" support for AEM Venia

Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Levente Santha <levente@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>

* CIF-2062 - adjust UrlProvider config and Sling map (#150)

- use the newly introduced, fixed patterns for the UrlProvider

* CIF-2143: Create Product Recommendations AEM component (#152)

* CIF-2038: Migrate to CircleCI contexts (#155)

* CIF-2153 - use Button v2 (#156)

* CIF-2193: use CIF page v2 component (#159)

* CIF-1926: add minimal default styling for cif navigation (#158)

* CIF-1380: add product collection component styling (#157)

 * use product collection v2 and searchresults v2 in Venia
 * added Venia styling for productcollection component
 * cleaned up Venia styling for productlist and searchresults component

* CIF-2155: update to use new v2 commerce teaser (#162)

* CIF-2222: enable storefront context rendering (#167)

* CIF-2227 - add missing image alt attribute for product teaser component (#166)

* CIF-2227 - add missing image alt attribute for product teaser component

* CIF.2227 - improve tests

* CIF-2227 - fix test

* Fix unit tests broken by UrlProvider package change (#168)

* CIF-2211 - Update core WCM dependency to latest for CIF components (#165)

* CIF-2211 - Update core WCM dependency to latest for CIF components

 * updated core.wcm.components.version to 2.17.2

* CIF-2211 - Update core WCM dependency to latest for CIF components

 * updated docker images

* CIF-2211 - Update core WCM dependency to latest for CIF components

 * stick to the circleci-aem:6.5.8-azul image in CI for now

* releng - Update CIF Core Components to 2.0.0 (#169)

* CIF-2144 - Create a React project with a Recommendation component (#153)

* CIF-2144 - Add basic extension react component project

* CIF-2144 - Add support for Apollo client dependency sharing

* CIF-2144 - Add PortalPlacer

* CIF-2143: Add product recs to Venia

* CIF-2143: Fix dependencies

* CIF-2144 - Add todo

* CIF-2143: Fix dependencies in all package

* CIF-2144 - Update i18n config

* CIF-2144 - Add feedback

* CIF-2144 - Rename npm package

* CIF-2144 - Update npm dependencies

* Update GraphQL Client Version

* CIF-2144 - Update npm dependencies

Co-authored-by: Markus Haack <mhaack@adobe.com>
Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Levente Santha <levente@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Daniel Platon <dplaton@pm.me>
Co-authored-by: Daniel Platon <platon@adobe.com>
Co-authored-by: Dirk Rudolph <diru91@gmail.com>
LSantha added a commit that referenced this pull request Aug 27, 2021
* 2.0.0 ee (#149)
* CIF-1964 - Show staged flag in product component (#115)
* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector
* CIF-1965 - Show staged flag in productlist component (#118)
* use productlist v2 component
* update css for consistent "staged" flag in product and productlist
* CIF-1964 - Show staged flag in product component (#115)
* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector
* CIF-1965 - Show staged flag in productlist component (#118)
* use productlist v2 component
* update css for consistent "staged" flag in product and productlist
* CIF-1964 - Show staged flag in product component (#115)
* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* @releng - update CIF Core Components dependency to SNAPSHOT version

* CIF-1718 - Adopt Magento GraphQL schema changes - Category UID

- update graphql dependency to 2.4.2 EE to align with CIF components

* @trivial - update dependencies (#129)

* CIF-2007 - Use latest releases of CIF Add-on for IT and UI tests (#132)

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on from artifactory

* CIF-2007 - Use latest release of CIF add-on for AEM 6.5 from artifactory

* CIF-2007 - Fix UI tests

* @releng Update dependency versions (#134)

Update `AEM Core CIF Components` to 1.11.0 and `@adobe/aem-core-cif-react-components` to 1.11.0

Co-authored-by: Daniel Platon <platon@adobe.com>

* CIF-2086: Update react-components to be in sync with CIF Components version (#133)

* CIF-2086: Sync reac-components version on release

* CIF-2086: Commit updated npm files

* CIF-2086: Fix npm files commit profile

* CIF-2086: Update cif-react-components dependency

* Remove package-lock.json from .gitignore

Co-authored-by: Daniel Platon <platon@adobe.com>

* CIF-2032 - Category page mapping for UID + URL_PATH (#131)

* Category page mapping for UID + URL_PATH
* Update cloudready image
* Update casssic image

* CIF-2065 - Set affinity cookie for all requests in WDIO tests (#135)

* CIF-2065 - Set affinity cookie for all requests in WDIO tests

* releng - Update cloudready image to 5343

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* trivial - fix pom.xml from re-base

Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Levente Santha <levente@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Daniel Platon <dplaton@pm.me>
Co-authored-by: Daniel Platon <platon@adobe.com>
Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>

* CIF-1724: Add Magento Storefront Events Collector (#142)

* CIF-2107 - Add Magento Storefront Events SDK

* CIF-2107 - Add Magento Storefront Events SDK

* CIF-1724: Load storefront events collector

Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Markus Haack <mhaack@adobe.com>

* update to cif 2.0 api (#154)

* CIF-2131 - remove "id" support for AEM Venia (#151)

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-1964 - Show staged flag in product component (#115)

* add css for "staged" flag on product component
* update Venia product component to CIF v2
* update Magento GraphQL dependency
* use 2.4.2 EE compatible connector

* CIF-1965 - Show staged flag in productlist component (#118)

* use productlist v2 component
* update css for consistent "staged" flag in product and productlist

* CIF-2131 - remove "id" support for AEM Venia

Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Levente Santha <levente@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>

* CIF-2062 - adjust UrlProvider config and Sling map (#150)

- use the newly introduced, fixed patterns for the UrlProvider

* CIF-2143: Create Product Recommendations AEM component (#152)

* CIF-2038: Migrate to CircleCI contexts (#155)

* CIF-2153 - use Button v2 (#156)

* CIF-2193: use CIF page v2 component (#159)

* CIF-1926: add minimal default styling for cif navigation (#158)

* CIF-1380: add product collection component styling (#157)

 * use product collection v2 and searchresults v2 in Venia
 * added Venia styling for productcollection component
 * cleaned up Venia styling for productlist and searchresults component

* CIF-2155: update to use new v2 commerce teaser (#162)

* CIF-2222: enable storefront context rendering (#167)

* CIF-2227 - add missing image alt attribute for product teaser component (#166)

* CIF-2227 - add missing image alt attribute for product teaser component

* CIF.2227 - improve tests

* CIF-2227 - fix test

* Fix unit tests broken by UrlProvider package change (#168)

* CIF-2211 - Update core WCM dependency to latest for CIF components (#165)

* CIF-2211 - Update core WCM dependency to latest for CIF components

 * updated core.wcm.components.version to 2.17.2

* CIF-2211 - Update core WCM dependency to latest for CIF components

 * updated docker images

* CIF-2211 - Update core WCM dependency to latest for CIF components

 * stick to the circleci-aem:6.5.8-azul image in CI for now

* releng - Update CIF Core Components to 2.0.0 (#169)

* CIF-2144 - Create a React project with a Recommendation component (#153)

* CIF-2144 - Add basic extension react component project

* CIF-2144 - Add support for Apollo client dependency sharing

* CIF-2144 - Add PortalPlacer

* CIF-2143: Add product recs to Venia

* CIF-2143: Fix dependencies

* CIF-2144 - Add todo

* CIF-2143: Fix dependencies in all package

* CIF-2144 - Update i18n config

* CIF-2144 - Add feedback

* CIF-2144 - Rename npm package

* CIF-2144 - Update npm dependencies

* Update GraphQL Client Version

* CIF-2144 - Update npm dependencies

* CIF-2111 - Add E2E test for product recommendation component (#161)

* CIF-2144 - Add basic extension react component project

* CIF-2144 - Add support for Apollo client dependency sharing

* CIF-2144 - Add PortalPlacer

* CIF-2143: Add product recs to Venia

* CIF-2143: Fix dependencies

* CIF-2144 - Add todo

* CIF-2143: Fix dependencies in all package

* CIF-2144 - Update i18n config

* CIF-2144 - Add feedback

* CIF-2111 - Add E2E test for product recommendation component

Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>
Co-authored-by: Dirk Rudolph <diru91@gmail.com>

* fix unit tests for injector specific annotations (#175)

* CIF-2251: adds sitemap configurations (#173)

* add sitemap configurations

* update dispatcher rules

* CIF-1502 - XF based page header with authoring support (#176)

* CIF-1502 - XF based page header with authoring support

 * enabled v2 for header components
 * added experimental logo component
 * updated header XF for the Venia header
 * added XF based header to page templates and template types
 * enabled header components in Venia XF editor

* CIF-1502 - XF based page header with authoring support

 * snapshot dependency for CIF components

* CIF-1502 - XF based page header with authoring support

 * fixing ITs

* CIF-1502 - XF based page header with authoring support

 * smaller fixes

* CIF-1502 - XF based page header with authoring support

 * smaller fixes

* CIF-2177 - Expose configured product identifiers for components (#177)

* Update the overlaid Product Teaser component.

* @releng Update to graphql-client 1.7.4 (#180)

Co-authored-by: Daniel Platon <platon@adobe.com>
Co-authored-by: Levente Sántha <levente@adobe.com>

* CIF-2272 - Cannot close category filter accordion once it is open (#179)

* CIF-2272 - Cannot close category filter accordion once it is open

 * added UI test

* CIF-2272 - Cannot close category filter accordion once it is open

 * fixed UI tests

* CIF-2291 - Cleanups in searchbar component (#178)

* CIF-1502 - XF based page header with authoring support

 * enabled v2 for header components
 * added experimental logo component
 * updated header XF for the Venia header
 * added XF based header to page templates and template types
 * enabled header components in Venia XF editor

* CIF-1502 - XF based page header with authoring support

 * snapshot dependency for CIF components

* CIF-1502 - XF based page header with authoring support

 * fixing ITs

* CIF-1502 - XF based page header with authoring support

 * smaller fixes

* CIF-1502 - XF based page header with authoring support

 * smaller fixes

* CIF-2291 - Cleanups in searchbar component

 * adapted searchbar stying to new CSS classes
 * enabled searchbar clientlib v2
 * added UI test

* CIF-2291 - Cleanups in searchbar component

 * added UI test

* CIF-2291 - Cleanups in searchbar component

 * fixed CSS after merge

* CIF-2291 - Cleanups in searchbar component

 * fixed UI test for AEM 6.5

Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>

* releng - update CIF components to 2.1.0 (#183)

* CIF-2161 - Align Venia profiles with WKND (#174)

* CIF-2222: Add storefront context config
* ignore node_modules when linting
* ignore dependencies when linting
* refactor venia to align wknd (WIP)
* refactor venia to align wknd
* refactor venia to align wknd
* fix venia.all name
* minor fixes to comments etc., bind scm goals of prepare-release to install phase
* adapt to tech grooming discussion
* fix classic module includes
* fix its
* revert change on test data
* fix all package dependencies
* add missing wcm cc dependnecy
* add missing dependency to magento-graphql bundle for cloud
* rename withClassic to classic and update README.md

Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>

* CIF-2330 - Update Venia CI to latest cloud image (#182)

* update base image and tests
* do not assert on a particular headline tag anymore
* In order to be compatible to both cloud and onprem we should not assert on h2 or h3 anymore as one is used
by cloud and the other on prem.
* update to latest snapshot
* fix element selectors
* use latest public release

Co-authored-by: Markus Haack <mhaack@adobe.com>
Co-authored-by: Christophe Jelger <jelger@adobe.com>
Co-authored-by: Mark J. Becker <herzog31@users.noreply.github.com>
Co-authored-by: Daniel Platon <dplaton@pm.me>
Co-authored-by: Daniel Platon <platon@adobe.com>
Co-authored-by: Laurentiu Magureanu <magurean@adobe.com>
Co-authored-by: Dirk Rudolph <diru91@gmail.com>
Co-authored-by: Dirk Rudolph <drudolph@adobe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants