Releases: oo-loop/loop
V0.4.5
Revert
The column system has been reverted to the old one to avoid overloading the css file with rules.
The v0.4.4 handling the hotfix for gutters on the new column was adding 48 rules per gutter.
The default gutters tiny and less were then adding 96 extra rules instead of 4 on the previous one.
The ability to have different gutters makes the use of the oo-column flexible to cover lots of purposes.
In a project we're working on, we're already using 5 extra gutters generating 240 more rules instead of 10
Those significant numbers made us revert the changes made on v0.4.3 and v0.4.4
V0.4.4
Bug fixes
- recalculate the columns with the different gutters
v0.4.3
Features
New approach to the column system, to be able to style and apply classes to oo-column="col-*" without implicating the gutter.
<div oo-column="row">
<div oo-column="col" class="bg-primary"></div>
<div oo-column="col" class="border-primary"></div>
</div>v0.4.2
Addition
$input-focus-border-colorvariable to change the color of the border on focus state
0.4.0
Features
- Breakpoint option to wrapper
$wrapper-breakpoints-classes(.wrapper-tiny@sm...) - Handle Float utility with variables
- Spacing variables
$v-spacing-from$v-spacing-to$h-spacing-from$h-spacing-to $btn-border-colorvariable added$btn-colorsand$btn-outline-colorsvariables added (custom colors mapType)- Function
isStringisListisMapas well asisNotStringisNotListisNotMap
Bug fixes
- Mixin dependencies including in the mixin file
- Toggle refactor
isEmptycorrectly returning false- Grid responsive columns and rows
Changes
- Single variables
$h*-font-sizeand$heading-font-sizes-breakpointsare not used anymore. All the sizes are set in$heading-font-sizesallowing map values for breakpoints. $heading-letter-spacing-listreplaced by$heading-letter-spacing-tags
Deprecated
.wrapperin favor of.wrapper-mediumlargetinyas default gutter valuesdangerwarningsuccessas default color values (let the user decide to add them)- $text-transforms
capitalizelowercaseas default values (let the user decide to add them) .text-italicin favor of.font-italic
Removals
- All utility addon variabes.
$text-sizes-addon$text-alignments-addon$text-transforms-addon$text-decorations-addon$font-styles-addon$font-weights-addon$font-families-addon$letter-spacings-addon$text-colors-addon$bg-colors-addon$border-colors-addon code.scssnot needed for main loop (been moved to looper).disablednot having the characteristics to be on main loop (been moved to looper)form="group"too specific, not loop philosophy (been moved to looper)
0.3.9
Bug fixes
- Radio resizing, and transition conflict (same bug as checkbox)
0.3.8
Bug fixes
- checkbox resizing, and transition conflict
- normalize.css dependency (from 0.3.7)
0.3.6
Add form="group" to create input group
extra beta
added to npm as oo-loop
0.3.4
Loop beta launch