devlint / gridlex

Just a CSS Flexbox Grid System
http://gridlex.devlint.fr
MIT License
1.38k stars 145 forks source link

Hiding columns #69

Closed Cherry closed 6 years ago

Cherry commented 6 years ago

As per the documentation at http://gridlex.devlint.fr/:

Columns can be hidden at breakpoints using _*-0 (e.g. col-4_md-6_sm-0)

However, this appears to have changed to require using -hidden in the latest version. Is this an intentional change, and if so, can the documentation be updated please?

devlint commented 6 years ago

Thank you James!

Yes, this is a new change. And the doc is now updated.

Cherry commented 6 years ago

Thanks. Wouldn't it make more sense, when pushing a breaking change like this, to bump the version a little higher to follow SemVer? A lot of people rely on "compatible with" or other similar version ranges in their package.json and this broke our build unsuspectingly until we analysed the changes.

devlint commented 6 years ago

Yes, you're right. Version 2.4.2/2.4.3 are deleted. Version 2.5.0 is now the last version.

Cherry commented 6 years ago

Thanks! 👍