UNPKG

formbase

Version:

Better default styles for common input elements

115 lines (61 loc) 2.08 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [12.0.2] - 2021-05-19 ### Fixed - SASS warnings during build ## [12.0.1] - 2020-03-20 ### Changed - Updated dependencies ## [12.0.0] - 2020-02-04 ### Changed - Add border transition to all elements ## [11.0.0] - 2019-07-09 ### Changed - Improved centering of checkbox/radio button ### Fixed - HTML form validation message ## [10.0.0] - 2019-05-05 ### Added - `$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 ### Fixed - The height of control elements is now always correct, even when the control itself if taller than the text ## [9.0.0] - 2019-04-07 ### Changed - `$formbase__gutter` is now separated into `$formbase__margin` and `$formbase__padding` ### Fixed - Long select option text continues below select arrow ## [8.0.2] - 2019-02-23 ### Changed - Replace `gulp` and `basicTasks` with custom build process ## [8.0.1] - 2019-02-22 ### Fixed - Fixed minification bug that broke with IE placeholders ## [8.0.0] - 2019-02-22 ### Added - 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 ### Changed - Default active color is now `#17f` ## [7.0.0] - 2018-07-28 ### Added - Focus styling for radio and checkbox control ## [6.0.4] - 2018-04-11 ### Changed - Copyright date - Removed redundant CSS - Demo with english content/labels ## [6.0.3] - 2017-12-16 ### Changed - Syntax of JS files ## [6.0.2] - 2017-12-16 ### Changed - Syntax of SASS files ## [6.0.1] - 2017-08-08 ### Added - Added a changelog ### Changed - Ignore `yarn.lock` and `package-lock.json` files