Skip to content

Releases: ganlanyuan/rocket

v4.0.2

10 Mar 15:11
Compare
Choose a tag to compare

Some updates for DartSass

v4.0.1

07 Oct 01:04
Compare
Choose a tag to compare
  • Changed: reduce container gutter to half of global gutter.
  • Fixed: a gallery issue when use within bp().
  • Fixed: update validation information panel z-index when using "fade-in".

v3.4.16

07 Oct 01:04
Compare
Choose a tag to compare
  • Fixed: two syntax issues in center and justify.

v4.0.0

29 Aug 18:29
Compare
Choose a tag to compare
  • Add scale-type.

  • Simplify layout mixins (remove flex-box, IE8 classes).

  • Rename liquid-2 to liquid, liquid-3 to holy-grail, angled-edges to angled-edge, tabs to tab, drop-shadows to drop-shadow, charts to chart.

  • 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 mixin grid, gallery, liquid, holy-grail with calc, add list-increase to re-order breakpoints in mixin breakpoint.

  • 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 mixin responsive-table.

  • Fixed: a type issue in mixin center.

  • Fixed: unquote direction values. (left, right, top and bottom)

  • 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

24 Apr 18:01
Compare
Choose a tag to compare
  • Updated: off-canvas so that the nav can be sibling of the page in any mode
  • Removed: kit.js

v3.4.13

05 Apr 20:32
Compare
Choose a tag to compare
  • Fixed: get-position-from-order

v3.4.12

05 Apr 20:32
Compare
Choose a tag to compare
  • Fixed: off-canvas push overlay position.
  • Fixed: gallery keep option.

v3.4.11

05 Apr 20:33
Compare
Choose a tag to compare
  • Improved: off-canvas overlay transition.
  • Improved: add rem unit for font-size in fluid-type.
  • Fixed: container default gutter.

v3.4.10

05 Apr 20:33
Compare
Choose a tag to compare
  • Added: fluid-type. Thanks Indrek Paas.
  • Fixed: a container issue in IE bowsers due to a IE calc bug.

v3.4.9

05 Apr 20:33
Compare
Choose a tag to compare
  • Improved: bp (ro-breakpoint) now accept height media feature beside width. 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 and metro when the gutter is 0px.