Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 716 Bytes

Grid System - Changelog

v1.1.0 Nov-21-2019

  • add .container class
  • add .hide-X class
  • add update something in the Docs
  • add babel for Docs

v1.0.51 Nov-15-2019 18:36

  • add .npmignore
  • minimize size of the project in npmjs

v1.0.5 Nov-15-2019 02:30

  • Change columns class structure from
    <div class="grid-sm-X grid-md-X grid-lg-X grid-xl-X"></div>
    to
    <div class="grid sm-X md-X lg-X xl-X"></div>
  • Add other grid classes like grid-X
  • Fix an issue in .row & .grid class
  • Add Jasmine for config.js file

v1.0.1 Nov-5-2019

  • Init the project
  • Build project files & folders structure
  • Setup gulpJs packages for developement