# Changelog

## key

Changelog entries are classified using the following labels _(from [keep-a-changelog][]_):

- `added`: for new features
- `changed`: for changes in existing functionality
- `deprecated`: for once-stable features removed in upcoming releases
- `removed`: for deprecated features removed in this release
- `fixed`: for any bug fixes

## [1.0.3] - 2020-02-22

### Fixed

- `z-index` for colorpicker setting

## [1.0.2] - 2020-02-22

### Fixed

- Mission hook `useFirstRender`

## [1.0.1] - 2020-02-21

### Added

- Repository meta for package.json

## [1.0.0] - 2020-02-21

### Added

- Integrated new [react-colorful](https://github.com/omgovich/react-colorful) to improve the color field
- Custom rgba field to change the alpha of the color

### Changed

- Less functions to change the state and manage `hex`, `rgb` and `css` objects.

### Removed

- Deleting `react-color` due to big size of build

## [0.0.2] - 2020-12-24

### Added

- Documentation and steps to follow

## [0.0.1] - 2020-12-23

### Added

- Color picker using [react-color](https://casesandberg.github.io/react-color/)
- Support for `rgba` colors
- Transform `string` to `json` to better manage of state in Strapi frontend

[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
