All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- SASS warnings during build
- Updated dependencies
- Add border transition to all elements
- Improved centering of checkbox/radio button
- HTML form validation message
$formbase__select_size
option to change the size of the select arrow$formbase__control_size
option to change the size of the control checkbox and radio button
- The height of control elements is now always correct, even when the control itself if taller than the text
$formbase__gutter
is now separated into$formbase__margin
and$formbase__padding
- Long select option text continues below select arrow
- Replace
gulp
andbasicTasks
with custom build process
- Fixed minification bug that broke with IE placeholders
- CSS for consistent cross browser styling even without
normalize.css
$formbase__radius
option to change input border radius$formbase__color
option to change input color$formbase__placeholder
option to change input placeholder color
- Default active color is now
#17f
- Focus styling for radio and checkbox control
- Copyright date
- Removed redundant CSS
- Demo with english content/labels
- Syntax of JS files
- Syntax of SASS files
- Added a changelog
- Ignore
yarn.lock
andpackage-lock.json
files