Gridly Versions Save

:zap: The minimal (~100-170 bytes) grid system for modern browsers.

1.4.5

7 years ago

1.4.4

7 years ago
  • Updated the README.md following the new template. :memo:
  • Add the Patreon link in the README.md file. If you like what I'm doing, supporting me would be awesome! Even one dollar / month would be helpful! Thanks! :heart:

1.4.3

7 years ago
  • Updated the README.md following the new template. :memo:
  • Use babel-it to babelify the code, so the module is now compatible with older versions of Node.js.

1.4.2

8 years ago

Whitelist the npm files.

1.4.1

8 years ago
  • Added badges :tada:
    • PayPal Donations
    • npm downloads
    • npm version
    • Travis (if there are tests)
    • CodeMentor–you can ping me there if you need help with one of these modules (or help in general).
  • Updated the LICENSE year. :fireworks:

1.4.0

8 years ago

Big thanks to @phoenixenero for adding autoprefixer in the building process and improving the documentation. The files containing prefixed properties are stored in dist/prefixed and they should have a better compatibility with older browsers (which support flexbox but only with prefixes). :clap: :+1: :apple: This fixes #7.

1.3.0

8 years ago
  • Improved the example page fixing the padding/margin issue (see #10). Thanks @burakcan! :cake:
  • Replaced the custom .container implementation with bag.css–a CSS library I open-sourced today–that will take care of the fixed & responsive grid. :triangular_ruler:

1.2.0

8 years ago
  • This fixes problematic layout-breaking flex behavior (outlined in detail in #6). Special thanks to @opattison! :cake:

    The fix should work in IE 11 and Safari 9.x.

  • Added showalicense.com as example of website where Gridly is used. :memo:

  • Updated the description (now, the entire thing–minimized and gzipped–weights 165B while the core weights ~105B).

1.1.0

8 years ago
  • Added package.json
  • Improved the documentation.
  • Integrated json2md with blah to get the best flexibility in generating documentation. :dizzy:

Regarding the integration of json2md into blah, read this blog post I wrote.

1.0.1

8 years ago
  • Added the LICENSE file
  • Added links to the example page.