Skip to content

v1.4.3

Compare
Choose a tag to compare
@brunojdo brunojdo released this 27 Jul 21:32
· 2024 commits to master since this release

Added

  • Add icon and description for the app.

[1.4.0] - 2018-07-25

Added

  • Provide gtm support

[1.3.2] - 2018-07-25

Changed

  • Delete all unnecessary path manipulation to not need pages information.

[1.3.1] - 2018-07-24

Fixed

  • Product search context throwing error on undefined prop.

[1.3.0] - 2018-07-24

Changed

  • searchQuery to retrieve facets and recordsFiltered.

Removed

  • facetsQuery.

[1.2.2] - 2018-07-24

Fixed

  • Data layer component props.

[1.2.1] - 2018-07-23

Added

  • Stale cache for product

[1.2.0] - 2018-07-23

Added

  • Data layer integration in the ProductSearchContextProvider.

Fixed

  • Fix the searchHelpers.reversePagesPath function to return the full path.

[1.1.3] - 2018-07-18

Fixed

[1.1.2] - 2018-07-17

Fixed

  • Hotfix Remove benefitsProduct of productQuery.

[1.1.1] - 2018-07-17

Changed

  • Change ProductPage, passing loading information to the ProductDetails component

[1.0.2] - 2018-07-16

Fixed

  • Fix params evaluation when there is no page path.

[1.0.1] - 2018-07-16

Fixed

  • Circular product query

[0.8.1] - 2018-07-12

Changed

  • Change reverse path evaluation to not use pages.json

Fixed

  • Fix pages params evaluation.

[0.8.0] - 2018-07-09

  • Add auth treament to the route of /account and /account/orders

[0.7.1] - 2018-7-9

Fixed

  • Fix path error in non-linked app by adding a default path in case there isn't any.

[0.7.0] - 2018-7-6

Changed

  • Graphql product query to support benefits retrievement.

[0.6.1] - 2018-7-6

Changed

  • Add ExtensionContainer to store/login/container.

[0.6.0] - 2018-7-6

Added

  • Add the DepartmentPage component.

Fixed

  • Fix loading logic inside the SearchQueryContainer.

[0.5.0] - 2018-7-5

Added

  • Add a generic component (SearchQueryContainer) to be reused into the different pages that uses search and facets queries.
  • Add hints to the end of category and subcategory paths

[0.4.1] - 2018-7-4

Fixed

  • Display none on microdata.
  • Microdata will try to parse multilocale description.

[0.4.0] - 2018-7-4

Added

  • Add MicroData component do ProductPage, so Google can have a detailed info on the Products.
  • Add the SearchPage GraphQL queries.
  • Data layer integration in the ProductPage.

[0.4.0-beta] - 2018-7-3

Changed

  • Bump beta version of my-orders.

[0.3.0] - 2018-6-25

Added

  • Add pagesPath prop to the container of SearchPage and CategoryPage.

Fixed

  • Add Fragment in AccountPage.

[0.2.9] - 2018-6-25

Fixed

  • Add route account/orders again.

[0.2.8] - 2018-6-20

Changed

  • Add categoriesIds on productQuery.

[0.2.7] - 2018-6-20

Changed

  • Add variations and properties on productQuery.

[0.2.6] - 2018-6-18

Changed

  • Pass props to the extensionPoint of SearchPage.
  • Modify store/search path from /:term/ to /:term/s

[0.2.5] - 2018-6-14

Changed

  • Update AccountPage to use ExtensionContainer

Removed

  • Remove my-orders-app. This app will be included in dreamstore-theme.
  • Remove route account/orders.

[0.2.4] - 2018-6-14

Added

  • Add categories to product query.
  • Integrate vtex.my-orders-app to store.

[0.2.3] - 2018-6-11

Added

  • Add categoryId to product query.

[0.2.2] - 2018-6-11

Added

  • Add product prop in ProductPage component.
  • Add linkText, brand, referenceId to product query.

[0.2.0] - 2018-6-5

Added

  • Add categories prop in ProductPage component.
  • Add billing policy free on manifest.json.

Fixed

  • Removed redundant Spinner in ProductPage component.