# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Refer to the [CONTRIBUTING guide](https://github.com/lightspeed/cirrus/blob/master/.github/CONTRIBUTING.md) for more info.

## 1.0.2 - 2022-11-16

- Version bump because lerna

## 1.0.1 - 2022-11-16

- Version bump because lerna

## 1.0.0 - 2019-10-10

### Breaking

- Use Flame instead of Cirrus for base components

## 0.6.0 - 2019-10-01

### Fixed

- Sidebar has been converted to Typescript ([#882](https://github.com/lightspeed/cirrus/pull/882))
- Leverage emotion plugin instead of jsx pragmas ([#882](https://github.com/lightspeed/cirrus/pull/882))

## 0.5.3 - 2019-09-05

### Fixed

- Update LICENSE.md ([#872](https://github.com/lightspeed/cirrus/pull/872))

## 0.5.2 - 2019-08-27

### Fixed

- Add `validate-build` step for `prepublish`, run before publishing workflow ([#862](https://github.com/lightspeed/cirrus/pull/862))

## 0.5.1 - 2019-08-16

### Fixed

- Removed core-js dependency. Let consumer application dictate the polyfill to include ([#840](https://github.com/lightspeed/cirrus/pull/840))

## 0.5.0 - 2019-07-30

### Added

- Updated from `styled-system@3.0` to `styled-system@5.0` ([#820](https://github.com/lightspeed/cirrus/pull/820))
- Rebind individual style props to use the new grouped style props of `styled-system@5` ([#820](https://github.com/lightspeed/cirrus/pull/820))

## 0.4.2 - 2019-07-30

### Fixed

- Set `styled-system` as a dependency, instead of a peerDependency ([#819](https://github.com/lightspeed/cirrus/pull/819))

## 0.4.1 - 2019-07-23

### Fixed

- Fixed typo in comment ([#812](https://github.com/lightspeed/cirrus/pull/812))

## 0.4.0 - 2019-06-20

### Breaking

- [React Hooks](https://reactjs.org/docs/hooks-intro.html) are making their way in! Update `peerDependencies` to include `react` and `react-dom` version `^16.8.0` and Cirrus to `^7.0.0` ([#771](https://github.com/lightspeed/cirrus/pull/771))

## 0.3.0 - 2019-05-10

### Changed

- Move dependency for Cirrus to `^6.0.0` ([#713](https://github.com/lightspeed/cirrus/pull/713))

### Fixed

- Set `isFlipEnabled` to `false` for Popover to prevent jumps when opened ([#713](https://github.com/lightspeed/cirrus/pull/713))
- Set `clickInsideClose` to `true` for Popover to fix AppSwitcher and AccountDropdown alignments, this was a regression caused by https://github.com/lightspeed/cirrus/pull/733 ([#713](https://github.com/lightspeed/cirrus/pull/713))

## 0.3.0-beta.1 - 2019-04-29

- Version bump because lerna

## 0.3.0-beta.0 - 2019-04-23

### Added

- Sidebar will now mostly use the new color aliases from CirrusTheme. This is to enable easy theme swapping

## 0.2.0 - 2019-02-21

### Breaking

- Sidebar now uses Cirrus v5 as a peerDependency. Please make sure you have Cirrus v5 installed ([#651](https://github.com/lightspeed/cirrus/pull/651))

## 0.1.6 - 2019-02-12

- Version bump because lerna

## 0.1.5 - 2019-02-07

### Fixed

- Version bump of cirrus-icon from v8.0.0-beta.1 to v8.1.0 ([#630](https://github.com/lightspeed/cirrus/pull/630))

## 0.1.4 - 2019-01-29

### Fixed

- Use `@lightspeed/config-prettier`, re-format all files ([#612](https://github.com/lightspeed/cirrus/pull/612))

## 0.1.3 - 2019-01-29

- Version bump because lerna

## 0.1.2 - 2019-01-09

- Reduce total space between username and chevron to 6px ([#580](https://github.com/lightspeed/cirrus/pull/580))

## 0.1.1 - 2019-01-08

- Move styles from root to src in order to bundle it properly at build time ([#575](https://github.com/lightspeed/cirrus/pull/575))
- Fix active ShopButton styles ([#577](https://github.com/lightspeed/cirrus/pull/577))

## 0.1.0 - 2019-01-04

- Add Sidebar component ([#552](https://github.com/lightspeed/cirrus/pull/552))
