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.
- Removed custom autofocus due to potential remount problems.
- Added a custom implementation of
autoFocus
prop, fixes #3. - Fixed an obscure scrolling iOS bug, fixes #2.
- Added support for controlled input onChange.
- Fixed onChange fired when there were no change.
- Updated deps.
- Fixed the input events overwriting.
- Added
_disabled
state, used it to filter out hover mixins.
- Added stylelint (don't seem to work for some reason O_o?).
- Fixed events.
- Updated deps.
- Initial basic version