## Changelog

### v0.6.0 (2019-03-26)

Note: this project wouldn't probably be updated a lot, due to me re-thinking the architecture of the bemto-components as a whole, this is a maintainance update in order to allow usage of the newer version of styled-components.

- Updated the version of styled-components.
- Updated some of the deps.

### v0.5.1 (2018-07-30)

- Removed custom autofocus due to potential remount problems.

### v0.5.0 (2018-07-19)

- Added a custom implementation of `autoFocus` prop, fixes #3.
- Fixed an obscure scrolling iOS bug, fixes #2.

### v0.4.0 (2018-06-13)

- Added support for controlled input onChange.
- Fixed onChange fired when there were no change.
- Updated deps.

### v0.3.1 (2018-05-21)

- Fixed the input events overwriting.

### v0.3.0 (2018-04-18)

- Added `_disabled` state, used it to filter out hover mixins.

### v0.2.0 (2018-04-05)

- Added stylelint (don't seem to work for some reason O_o?).
- Fixed events.
- Updated deps.

### v0.1.0 (2018-03-05)

- Initial basic version
