# 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/lightspeedretail/cirrus/blob/master/.github/CONTRIBUTING.md) for more info.

## 7.0.0-beta.0 - 2018-12-03

- Cirrus dist package namespacing ([#534](https://github.com/lightspeedretail/cirrus/pull/534))
- Update Babel 6 to 7 ([#518](https://github.com/lightspeedretail/cirrus/pull/518))
- Dist builds all the things ([#533](https://github.com/lightspeedretail/cirrus/pull/533))
- Update Emotion 9 to 10 ([#532](https://github.com/lightspeedretail/cirrus/pull/532))

---

<a name="6.0.0"></a>
# [6.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@5.0.0...@lightspeed/cirrus-badge@6.0.0) (2018-11-16)


* Convert components to CSS-in-JS and Emotion - Batch 1 (#512) ([31c36f7](https://github.com/lightspeedretail/cirrus/commit/31c36f7)), closes [#512](https://github.com/lightspeedretail/cirrus/issues/512)


### BREAKING CHANGES

* Convert components to CSS-in-JS and Emotion - Batch 1. See https://github.com/lightspeedretail/cirrus/pull/512 PR description for details.





<a name="5.0.0"></a>
# [5.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@4.0.0...@lightspeed/cirrus-badge@5.0.0) (2018-07-26)


### Features

* Add className support to all components ([#452](https://github.com/lightspeedretail/cirrus/issues/452)) ([78f9bf7](https://github.com/lightspeedretail/cirrus/commit/78f9bf7))


### BREAKING CHANGES

* * Add className support to all components

* revert some "not-needed" changes





<a name="4.0.0"></a>
# [4.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@3.0.1...@lightspeed/cirrus-badge@4.0.0) (2018-04-30)


* Update to react 16.3 (#410) ([203bc4b](https://github.com/lightspeedretail/cirrus/commit/203bc4b))


### BREAKING CHANGES

* * Update react

* Remove deprecated lifecycle methods from Modal & Checkbox

* Fix appElement warning in Modal test

* disable eslint sort order

* Remove react 15 dependecy

* Change peerdeps for Modal & Checkbox

* explicitly set semi to true in prettier config

* update template package.json




<a name="3.0.1"></a>
## [3.0.1](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@2.1.1...@lightspeed/cirrus-badge@3.0.1) (2018-03-28)




**Note:** Version bump only for package @lightspeed/cirrus-badge

<a name="3.0.0"></a>
# [3.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@2.1.1...@lightspeed/cirrus-badge@3.0.0) (2018-03-20)


* Replace Badge boolean types with string values (#395) ([f4cd3ee](https://github.com/lightspeedretail/cirrus/commit/f4cd3ee))


### BREAKING CHANGES

* * Replace Badge boolean types with string values (#395)




<a name="2.1.1"></a>
## [2.1.1](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@2.1.0...@lightspeed/cirrus-badge@2.1.1) (2018-03-16)




**Note:** Version bump only for package @lightspeed/cirrus-badge

<a name="2.1.0"></a>
# [2.1.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@2.0.0...@lightspeed/cirrus-badge@2.1.0) (2018-02-19)


### Features

* **tokens:** Updated blue-200 to newer color ([#365](https://github.com/lightspeedretail/cirrus/issues/365)) ([53ab86c](https://github.com/lightspeedretail/cirrus/commit/53ab86c))




<a name="2.0.0"></a>
# [2.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@1.0.4...@lightspeed/cirrus-badge@2.0.0) (2018-02-14)


### Chores

* update to react 16 ([#356](https://github.com/lightspeedretail/cirrus/issues/356)) ([9c47c91](https://github.com/lightspeedretail/cirrus/commit/9c47c91))


### BREAKING CHANGES

* * Update react & its dependecies

* Update snapshots




<a name="1.0.4"></a>
## [1.0.4](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@1.0.3...@lightspeed/cirrus-badge@1.0.4) (2018-01-15)


### Bug Fixes

* **deps:** add react 16 as valid peerdependency ([#309](https://github.com/lightspeedretail/cirrus/issues/309)) ([cb84a1e](https://github.com/lightspeedretail/cirrus/commit/cb84a1e))




<a name="1.0.3"></a>
## [1.0.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@1.0.1...@lightspeed/cirrus-badge@1.0.3) (2018-01-08)




**Note:** Version bump only for package @lightspeed/cirrus-badge

<a name="1.0.2"></a>
## [1.0.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@1.0.1...@lightspeed/cirrus-badge@1.0.2) (2018-01-08)




**Note:** Version bump only for package @lightspeed/cirrus-badge

<a name="1.0.1"></a>
## [1.0.1](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@1.0.0...@lightspeed/cirrus-badge@1.0.1) (2017-11-24)




**Note:** Version bump only for package @lightspeed/cirrus-badge

<a name="1.0.0"></a>
# [1.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@0.3.1...@lightspeed/cirrus-badge@1.0.0) (2017-11-09)


### Chores

* use css modules instead of .json for styles ([#164](https://github.com/lightspeedretail/cirrus/issues/164)) ([a4d6109](https://github.com/lightspeedretail/cirrus/commit/a4d6109))


### BREAKING CHANGES

* * cleanup package.json & remove build script

* use CSS Modules

* import tokens CSS form node_modules

* update CSS loaders

* make storybook happy

* move tokens to peerDependencies

* Update packges yarn.lock

* make sure we use tokens from the file system

* remove alias, not needed

* rebuild tokens when files change

* remove unused import

* remove duplicate dev packages

* make sure yarn install

* update README(s)

* fix lockfile after rebase

* fix package.json after rebase

* Update Styles Getting Started section

* Add tokens to peer deps in README install guide




<a name="0.3.1"></a>
## [0.3.1](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@0.3.0...@lightspeed/cirrus-badge@0.3.1) (2017-10-25)




**Note:** Version bump only for package @lightspeed/cirrus-badge

<a name="0.3.0"></a>
# [0.3.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@0.2.0...@lightspeed/cirrus-badge@0.3.0) (2017-10-06)


### Features

* **badge:** add pill variant ([#180](https://github.com/lightspeedretail/cirrus/issues/180)) ([e5df7db](https://github.com/lightspeedretail/cirrus/commit/e5df7db))




<a name="0.2.0"></a>
# [0.2.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@0.1.1...@lightspeed/cirrus-badge@0.2.0) (2017-10-02)


### Features

* **badge:** remove opacity, add custom text color prop ([#174](https://github.com/lightspeedretail/cirrus/issues/174)) ([cd5b05c](https://github.com/lightspeedretail/cirrus/commit/cd5b05c))




<a name="0.1.1"></a>
## [0.1.1](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-badge@0.1.0...@lightspeed/cirrus-badge@0.1.1) (2017-09-22)




**Note:** Version bump only for package @lightspeed/cirrus-badge

<a name="0.1.0"></a>
# 0.1.0 (2017-08-07)


### Features

* rename label component to badge (#102) ([767597c](https://github.com/lightspeedretail/cirrus/commit/767597c))
