# 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.

## 6.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))

## 6.0.0-alpha.0 - 2018-11-29

### Breaking changes

- Dist builds in Cirrus - Alert Component ([#526](https://github.com/lightspeedretail/cirrus/pull/526))

---

<a name="5.0.0"></a>
# [5.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@4.0.0...@lightspeed/cirrus-alert@5.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="4.0.0"></a>
# [4.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@3.0.0...@lightspeed/cirrus-alert@4.0.0) (2018-10-15)


* Colour & Style refresh (#492) ([30bbb53](https://github.com/lightspeedretail/cirrus/commit/30bbb53)), closes [#492](https://github.com/lightspeedretail/cirrus/issues/492)


### BREAKING CHANGES

* Styling and colour adjustments for the following components:

- Button 
- Select
- Radio
- Checkbox 
- Modal Header shadow
- Card shadow style
- Alert

Most changes are done at the sass level and are simple colour replacement or removal of properties, namely box shadows.





<a name="3.0.0"></a>
# [3.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@2.0.0...@lightspeed/cirrus-alert@3.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="2.0.0"></a>
# [2.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@1.1.4...@lightspeed/cirrus-alert@2.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="1.1.4"></a>
## [1.1.4](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@1.1.3...@lightspeed/cirrus-alert@1.1.4) (2018-03-16)




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

<a name="1.1.3"></a>
## [1.1.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@1.1.2...@lightspeed/cirrus-alert@1.1.3) (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.1.2"></a>
## [1.1.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@1.1.0...@lightspeed/cirrus-alert@1.1.2) (2018-01-08)




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

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




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

<a name="1.1.0"></a>
# [1.1.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@1.0.3...@lightspeed/cirrus-alert@1.1.0) (2017-12-22)


### Features

* **Alert:** Fix for contrast of text in Alerts ([#311](https://github.com/lightspeedretail/cirrus/issues/311)) ([9e512a6](https://github.com/lightspeedretail/cirrus/commit/9e512a6))




<a name="1.0.3"></a>
## [1.0.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@1.0.2...@lightspeed/cirrus-alert@1.0.3) (2017-12-14)


### Bug Fixes

* **alert:** Change font-size of alert content ([#294](https://github.com/lightspeedretail/cirrus/issues/294)) ([75908bd](https://github.com/lightspeedretail/cirrus/commit/75908bd))




<a name="1.0.2"></a>
## [1.0.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@1.0.1...@lightspeed/cirrus-alert@1.0.2) (2017-12-06)


### Bug Fixes

* **alert:** allow passing numbers as children ([#275](https://github.com/lightspeedretail/cirrus/issues/275)) ([c2c0390](https://github.com/lightspeedretail/cirrus/commit/c2c0390))




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




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

<a name="1.0.0"></a>
# [1.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@0.2.6...@lightspeed/cirrus-alert@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.2.6"></a>
## [0.2.6](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@0.2.5...@lightspeed/cirrus-alert@0.2.6) (2017-10-25)




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

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




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

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




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

<a name="0.2.3"></a>
## [0.2.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@0.2.2...@lightspeed/cirrus-alert@0.2.3) (2017-09-07)




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

<a name="0.2.2"></a>
## [0.2.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@0.2.0...@lightspeed/cirrus-alert@0.2.2) (2017-08-25)




<a name="0.2.1"></a>
## [0.2.1](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-alert@0.2.0...@lightspeed/cirrus-alert@0.2.1) (2017-08-25)




<a name="0.2.0"></a>
# 0.2.0 (2017-08-02)


### Features

* add alert component (#78) ([25c507f](https://github.com/lightspeedretail/cirrus/commit/25c507f))
