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.1 version (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Zanzini authored Apr 4, 2022
1 parent 0982052 commit 7ad5d45
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.2.1] - 2022-04-04

### Added

- `RegionalizationModal` component (#426)
- Add preloadQuery function (#445)
- New file `styles/global/tokens.scss` containing all global design tokens. (#442)
- Send channel string as search facet (#428)
- Add the brand new BaseStore logo
- Add the brand new BaseStore logo (#447)

### Changed

- Replaces `onDismissTransition` callback by a Provider that handles opening/closing of modal/slide over's behavior (#426)
- `OutOfStock` integrated with regionalization
- # `OutOfStock` integrated with regionalization
- `OutOfStock` integrated with regionalization (#441)
- Move ProductShelf and ProductTiles to the client side (#431)
- Drop gatsby-plugin-image in favor of custom/simpler component (#401)
- Replace `stylelint-config-rational-order` with `stylelint-config-recess-order` (#415)
Expand All @@ -28,17 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Apply new local tokens to `Button` (#442)
- Gather all `Button` variants in the folder (`ButtonBuy`, `ButtonLink`, `ButtonIcon`, `ButtonSignIn`) (#442)

### Deprecated

### Removed

### Fixed

- CSS Warnings (#434)
- Fix alert banner colors (#442)

### Security

## [0.2.0] - 2022-04-01

### Added
Expand Down

0 comments on commit 7ad5d45

Please sign in to comment.