Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Updates CHANGELOG with 0.2.2 (#467)
Browse files Browse the repository at this point in the history
* Updates CHANGELOG with 0.2.2

* update readme

Co-authored-by: Tiago Gimenes <[email protected]>
  • Loading branch information
Daniel Zanzini and tlgimenes authored Apr 7, 2022
1 parent a35d4f6 commit 6e40320
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.2.2] - 2022-04-07

### Added

- Add `InputText` component (#440)

### Changed

- Enable Stylelint for some files and apply the rules after the Theme structure (#430)
- Upgrades to React18 (#461)
- Uses new Automatic JSX runtime (#460)
- Migrates Gatsby config files to TypeScript (#373)
- Migrates to Gatsby v4 (#456)
- Reduces the padding of `Breadcrumb`component (#453)

### Deprecated

### Removed

### Fixed

- `SearchInput` margin left on mobile (#457)
- Fixed BaseStore logo right margin on mobile devices (#455)
- Fix PLP scroll bug after applying filters for the mobile version (#454)

### Security

## [0.2.1] - 2022-04-04

### Added
Expand All @@ -40,7 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Send channel string as search facet (#428)
- Add the brand new BaseStore logo (#447)
- Add `Dropdown` component in `Breadcrumb` component (#436)
- Add `InputText` component (#440)

### Changed

Expand Down
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@ Kickoff your store with this boilerplate. This starter ships with the main FastS

As of Dec, 22, 2021, this starter is still far from covering most basic cases found on VTEX. To summarize what we still do not support that is considered basic on the VTEX commerce platform, we prepared the list below. If the feature you want is listed, you can either wait for us to add support to the feature, or fork the repo and implement on your own. Note that, by forking the repo, you will miss new features and improvements we do in this repo and you will need a developer to backport the feature to your store. Finally, this list is a work in progress, so some features may be missing from both base.store starter and this list.

1. Support up to 2.5K SKUs. If you have more than 2.5K SKUs, you have two options. Either reduce the number of skus on your catalog to fall below 2.5K SKUs or use Client Side Rendering (CSR) for all SKUs. (Note that CSR makes your SKUs not indexable by Search Engines and harms performance considerably)
2. Multiple CMS Previews. Only one user is allowed to preview content from the CMS at a time. If two users preview any content from any page at the CMS, the previews are not consistent and one user may see data from the other.
3. Price Table
4. Regionalization
5. Internationalization
6. Shared Cart (Carrinho compartilhado)
7. Clear products that are our of stock from cart
8. GDPR (LGDP)
9. Shipping simulation
10. Sitemap
11. Sku selector on PDP
12. Promotions via utm
13. Product specifications
1. Multiple CMS Previews. Only one user is allowed to preview content from the CMS at a time. If two users preview any content from any page at the CMS, the previews are not consistent and one user may see data from the other.
2. Price Table
3. Regionalization
4. Internationalization
5. Shared Cart (Carrinho compartilhado)
6. Clear products that are our of stock from cart
7. GDPR (LGDP)
8. Shipping simulation
9. Sitemap
10. Sku selector on PDP
11. Promotions via utm
12. Product specifications

## 🚀 Quick start

Expand Down

0 comments on commit 6e40320

Please sign in to comment.