Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 1.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[2.3.0] - 2022-06-04

[2.2.0] - 2022-06-04

[2.1.0] - 2022-06-03

[2.0.1] - 2022-02-15

Changed

  • Updated documentation to reflect the new purpose for this repository.

[2.0.0] - 2022-02-07

Changed

  • How the header looks and simplified its content.
  • The footer is now empty by default.
  • All .jsonc files are now under store/blocks.
  • The home page is now empty by default (apart from a header and the empty footer).

Removed

  • All React components.
  • All interface definitions.
  • store/contentSchemas.json file.
  • All custom routes defined in store/routes.json.
  • All CSS files apart from vtex.flex-layout.css and vtex.store-header.css.
  • Files for Roboto font.
  • sitemap and react builder dependencies.
  • Dependencies on multiple VTEX IO apps (see commit 94d23da).
  • All block definitions for store.search, store.custom and store.product pages.

[1.4.0] - 2022-01-31

Removed

  • header and footer from store.orderplaced.

[1.3.0] - 2021-03-08

Added

  • ProductGrid component + support for CMS sections.

[1.2.0] - 2021-02-19

Added

  • Banner component + support for CMS sections.

[1.1.0] - 2021-02-09

Added

  • ShopByCategory component + support for CMS sections.

[1.0.0] - 2021-02-04

Changed

  • This app is not private anymore, it now has billingOptions set.

Added

  • Newsletter component + support for CMS sections.
  • ProductShelf component + support for CMS sections.

[0.0.1] - 2020-12-29

Added