Skip to content

Releases: IonicaBizau/gridly

1.4.5

11 Oct 13:39
Compare
Choose a tag to compare

1.4.4

10 Oct 18:43
Compare
Choose a tag to compare
  • Updated the README.md following the new template. 📝
  • 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! ❤️

1.4.3

25 May 09:52
Compare
Choose a tag to compare
  • Updated the README.md following the new template. 📝
  • Use babel-it to babelify the code, so the module is now compatible with older versions of Node.js.

1.4.2

26 Apr 04:59
Compare
Choose a tag to compare

Whitelist the npm files.

1.4.1

14 Jan 10:30
Compare
Choose a tag to compare
  • Added badges 🎉
    • 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. 🎆

1.4.0

18 Dec 06:04
Compare
Choose a tag to compare

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). 👏 👍 🍎 This fixes #7.

1.3.0

16 Dec 19:19
Compare
Choose a tag to compare
  • Improved the example page fixing the padding/margin issue (see #10). Thanks @burakcan! 🍰
  • Replaced the custom .container implementation with bag.css–a CSS library I open-sourced today–that will take care of the fixed & responsive grid. 📐

1.2.0

14 Dec 16:03
Compare
Choose a tag to compare
  • This fixes problematic layout-breaking flex behavior (outlined in detail in #6). Special thanks to @opattison! 🍰

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

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

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

1.1.0

03 Dec 13:06
Compare
Choose a tag to compare
  • Added package.json
  • Improved the documentation.
  • Integrated json2md with blah to get the best flexibility in generating documentation. 💫

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

1.0.1

25 Nov 14:52
Compare
Choose a tag to compare
  • Added the LICENSE file
  • Added links to the example page.