Skip to content

Releases: ganlanyuan/rocket

v3.3.3

05 Apr 20:37
Compare
Choose a tag to compare
  • Fixed: liquid-2, liquid-3 gutter issue when use css flexbox.

v3.3.2

05 Apr 20:37
Compare
Choose a tag to compare
  • Fixed: a mixin name issue (breakpoint => bp).

v3.3.1

05 Apr 20:37
Compare
Choose a tag to compare
  • Fixed: a comment issue.

v3.3.0

05 Apr 20:37
Compare
Choose a tag to compare
  • Added: masonry (http://creatiointl.org/gallery/william/rocket/v3/demos/layout-masonry.php).
  • Improved: add 'ro-' prefixer to breakpoint, transition, transition-property, transition-duration, transition-timing-function, transition-delay, flexbox , inline-flexbox , flex-direction, flex-dir, flex-wrap, flex-flow, order, flex-grow, flex-shrink, flex-basis, flex, justify-content, flex-just, align-items, align-self, align-content, keyframes, perspective, perspective-origin, prefixer, disable-prefix-for-all, transform, transform-origin, transform-style, transition, transition-property, transition-duration, transition-timing-function, transition-delay and triangle, to prevent clashing with other frameworks.

v3.2.1

05 Apr 20:38
Compare
Choose a tag to compare
  • Added: scroll mode to responsive-table.
  • Added: responsive-table.js.
  • Added: add breakpoint to liquid-3(holy-grail).
  • Improved: liquid-2, liquid-3 now accept breakpoint parameters.
  • Fixed: a parameter issue in transition.scss.
  • Fixed: priority-nav, grid and container.

v3.2.0

05 Apr 20:38
Compare
Choose a tag to compare
  • Added: hide-text.
  • Added: input-file.
  • Added: diamond layout.
  • Added: responsive-table.
  • Improved: gallery now accept map parameter as breakpoints.
  • Improved: angled-edges. Now the element with angled edges could has any background (image, gradient), but its previous and next siblings elements must be plain background.
  • Fixed: a parameter issue in gallery when the only parameter is a number.
  • Fixed: a mathematical issue in contrast when the color is #000.

v3.1.1

05 Apr 20:38
Compare
Choose a tag to compare
  • Fixed: button: simple border-color issue.
  • Improved: remove text-decoration property from button.

v3.1.0

05 Apr 20:39
Compare
Choose a tag to compare
  • Added: sticky-footer.
  • Added: angled-edges.
  • Added: parallelogram.
  • Added: drop-shadow.
  • Improved: grid now works with @media query and can make several rows.
  • Improved: rewrite container with css-calc, now you can combine container with other structure tags:
<header class="header container">
  <!-- Content -->
</header>

instead of separate them:

<header class="header">
  <div class="container">
    <!-- Content -->
  </div>
</header>
  • Improved & fixed: simplify center and fix a layout broken issue while the content is wider than the container.
  • Fixed: off-canvas submenu height issue.

v3.0.2

05 Apr 20:39
Compare
Choose a tag to compare
  • Fixed: a parameter issue in off-canvas.
  • Improved: Errors will be thrown out if the object doesn't exist, in sticky and priority-nav.

v3.0.1

05 Apr 20:39
Compare
Choose a tag to compare
  • Fixed: grid, liquid-2, liquid-3 layout issues when have a big image inside them.
  • Fixed: grid parameter issue when items are more than 4.
  • Renamed: numIncrease to numChange
  • Renamed: $ro-media-type to $ro-media-list-type, $ro-media to $ro-media-type.