Releases: ganlanyuan/rocket
v4.0.2
v4.0.1
- Changed: reduce
container
gutter to half of global gutter. - Fixed: a
gallery
issue when use withinbp()
. - Fixed: update
validation
information panel z-index when using "fade-in".
v3.4.16
- Fixed: two syntax issues in
center
andjustify
.
v4.0.0
-
Add
scale-type
. -
Simplify layout mixins (remove flex-box, IE8 classes).
-
Rename
liquid-2
toliquid
,liquid-3
toholy-grail
,angled-edges
toangled-edge
,tabs
totab
,drop-shadows
todrop-shadow
,charts
tochart
. -
Remove
slider-carousel
,slider-gallery
,sticky-footer
,priority-nav
,type
,responsive-type
,rems
,opacity
,ie-rgba
,media-list
. -
Remove kit.js.
-
Drop IE8 support.
-
Improved: simplify mixin
container
, rewrite mixingrid
,gallery
,liquid
,holy-grail
with calc, addlist-increase
to re-order breakpoints in mixinbreakpoint
. -
Improved: update
switch
slider default width. -
Improved: set min-height in some modes of
off-canvas
. -
Changed: set border-radius variable in mixin
tooltip
to number. -
Fixed: an parameter issue in
angled-edge
. -
Fixed: a syntax issue in
container
. -
Fixed: a
border-color
issue in mixinresponsive-table
. -
Fixed: a type issue in mixin
center
. -
Fixed: unquote direction values. (
left
,right
,top
andbottom
) -
Fixed: a parameter issue in mixin
bp
,contrast
when used in other mixins. -
Fixed: a placeholder issue in mixin
flex-media
,tooltip
.
v4.0.0-beta1
- Updated:
off-canvas
so that the nav can be sibling of the page in any mode - Removed:
kit.js
v3.4.13
- Fixed:
get-position-from-order
v3.4.12
- Fixed:
off-canvas
push overlay position. - Fixed:
gallery
keep option.
v3.4.11
- Improved:
off-canvas
overlay transition. - Improved: add rem unit for
font-size
influid-type
. - Fixed:
container
default gutter.
v3.4.10
- Added:
fluid-type
. Thanks Indrek Paas. - Fixed: a
container
issue in IE bowsers due to a IEcalc
bug.
v3.4.9
- Improved:
bp
(ro-breakpoint
) now acceptheight
media feature besidewidth
. The breakpoint number limitation is also removed, now you can pass as many breakpoints as you want. - Improved:
button
now accept customized active selector(.
,#
,[]
, ':'), default:hover
; - Fixed: an unit issue in
grid
,gallery
,liquid-2
,liquid-3
,masonry
andmetro
when the gutter is 0px.