Releases: rm-bergmann/less-style-library
Releases · rm-bergmann/less-style-library
v2.0.0
Changelog:
• Added many new color variables, removed light / dark variations of previous colors
• New settings and color variable groups
• Added new #border.radius() mixins
• Border colors is mixins now default to black instead of white
• Button hover color darkness reduced
• Default button background color set to primary color.
• Button border radius defaults to radius setting
• Grid displays default to 2 columns, removed row height value
• Switched grid columns parameter width gap, so it's rows, columns, then gap
• Updated gap default value to 0
• New display width mixins
• Changed #display.no-space() to #display.space()
• Added margin and padding values as parameters to #display.space() (defaults to 0)
• Removed webkit delay mixin
• Updated #font.settings() mixin to only take font-size and weight values
• Added a #font.type() mixin for font family
• Removed title mixin
• Added new radial Gradient mixin
• Updated default colors in gradients to use primary and secondary color variables by default
• Changed #grid.column(accross) to #grid.column(horizontal)
• Removed #grid.gap() mixin
• Added #grid.row(vertical) mixin Updated default color values in shape mixins to use primary color setting
• Added #shape.square(rounded) parameter with default border radius setting
• Added new #shape.rectangle() mixin
• Removed padding and font-size from shape mixins
• Updated form field Mixins with new namespace can be updated to as below:
#label.default() => #form.label()
#input.default() => #form.input()
#select.default() => #form.select()
#textarea.default() => #form.textarea()
v1.3.1
- Fixes broken laptop media queries
Merge pull request #14 from rm-bergmann/v1.3.0
Improvements made to variables used for viewport widths. All variables are now readable, memorable, make sense and follow the intended pattern.
Breaking Changes:
These changes don't break anything or cause errors, but breakpoint sizes are now different for the following variables:
@desktop-small-min
- should now change to@laptop-small-min
@desktop-small-max
- should now change to@laptop-small-max
@desktop-large-min
- should now change to@laptop-large-min
@desktop-large-max
- should now change to@laptop-large-max
If you have used the @hd-min
or @hd-max
variables you will need to replace them with @desktop-small-min
or @desktop-small-max
New variables added for viewport width:
@desktop-small-min
= 1600px@desktop-small-max
= 1599px
Documentation has been improved and updated for this, see https://less.rickbergmann.com/media-queries
v1.2.7
Adds support for dotted and dashed borders
1.2.6
- Add new border mixins
- Add new flexbox mixin
- Add new mixin to control equal grid row and column gaps
- Add new input and select styles
- Add and import image border mixins
v1.2.5
- Fixes media query variable names used in Display mixins
v1.2.4
Renamed primary and secondary variables to color-01 and color-02.
v1.2.3
Added custom input mixin
v1.2.2
v1.2.1
- Add cyan color variable and hex
- Update teal color