Skip to content

Releases: leejordan/reflex

Remove deprecated divisions inside calcs

29 Aug 14:10
Compare
Choose a tag to compare
  • Moves to dart-sass for sass compilation
  • Removes deprecated divisions inside calcs

Update version tags for npm and bower

01 Apr 08:42
Compare
Choose a tag to compare

Corrects missing updated version number from npm and bower and correctly bumps to 2.0.7

Remove screen from media queries

01 Apr 08:38
f8d1ea4
Compare
Choose a tag to compare
  • Remove only screen and from media queries to simplify compiled CSS
  • Small improvement to docs page, specifically the table demonstrating responsive visibility

Add more robust visibility utilities

04 Mar 13:19
Compare
Choose a tag to compare

Adds more robust visibility utilities inspired by bootstrap

Class name changes and custom css properties

11 Dec 15:53
Compare
Choose a tag to compare

Fixes naming convention for order and offset classes
Add CSS custom properties

Use more general wildcard for col elements

22 Jun 09:34
Compare
Choose a tag to compare

Use * selector instead of ^ for col elements to allow the grid to function when col- is not the first class

Adds offset classes

18 Apr 09:22
Compare
Choose a tag to compare

Adds offset classes
Adds missing legacy condition for a star hack
Adds missing .hidden-xlg class

Fix compiled CSS

24 Oct 11:30
Compare
Choose a tag to compare
  • Brings the included compiled CSS up to date with the SCSS.
  • Adds Browserstack logo and blurb to the docs to thank them for their free account.

Version 2

18 Sep 11:56
Compare
Choose a tag to compare

This is version 2 of reflex grid and is not compatible with version 1. Many things have changed in version 2 which will need addressing if you want to update.

  • All class names have dropped the grid__ and grid-- prefixes but are otherwise unchanged
  • Columns are no longer flexbox by default. They can be converted to flexbox containers with the col-grid class
  • There is far better support for older browsers, particularly the ie10 implementation of flexbox
  • Added container classes
  • Added better support for "cards" as well as some example code

optional visibility helper classes

08 Mar 18:09
Compare
Choose a tag to compare
  • adds optional visibility helper classes
.hidden-xxs
.hidden-xs
.hidden-sm
.hidden-md
.hidden-lg

You can remove the optional visibility helper classes from the compiled css by setting the variable visibility-helpers to false in the variables file. This is set to true by default.

  • adds the !default flag to $legacy-support variable in the SCSS version to allow it to be overriden properly