- Primary colors can be overwritten.
.control-addon
and.control-custom
classes are added for non-input components in.control-group
.- A gap between
.control-group
components is added.
- Checkboxes and radios respect disabled state including texts in sibling spans.
- Some styles for better support of icons for popup items are added.
- Dependencies are upgraded.
sass
property is added topackage.json
to play well with sass-loader^7.2.0.
- Vertical margins for fieldsets are added.
- Font awesome 5 is supported.
- Wide controls' stretching bug in Firefox is fixed.
style-checkbox-radio
mixin is splitted into two mixins:style-checkbox-radio-url
andstyle-checkbox-radio-color
.
style-checkbox-radio
mixin is moved tomixins.sass
.
- Buttons can be wrapped.
- Inputs and textareas can be wrapped.
- Checkboxes' & radios' styling is refactored.
- Controls' styling (including selects) is refactored.
- Build and watch scripts are improved.
- Helper CSS classes to set text and background colors are added.
- Popup component is added with menu examples.
- Fieldset variables are reassignable.
- Fieldset and legend are styled.
- Select background color bug is fixed.
- Select arrow is customized.
- No text breaks for buttons.
- Button and control groups' examples are added.
src
directory is removed from.npmignore
.prepublish
script is added topackage.json
.
- Initial version.