- Update naming of variables according to the conventions.
- Rename
Grid-fittoGrid-filland repurpose to match sizing utility behavior #51. - Remove
Grid-cellin favour of implicit Grid child #54
- Update
stylelint-config-suitcssto4.0.0. - Update
preprocessorto1.0.0. - Fix
maxlenwarning on comments. - Remove unused
stylelintpackage as this is included with the suitcss-preprocessor.
- Upgrade to
^0.8.0suitcss-preprocessor. - Ensure Grid conforms to SUIT CSS stylelint rules.
- Add license field to
package.json.
- Switch to flexbox for layout.
- Add
Grid--fitandGrid--equalHeightmodifiers. - Use PostCSS instead of suitcss-preprocessor.
- Add support for JS bundling.
- Support different unit types for grid gutter width.
- Change variable names.
- Add
.cssextension to imports for interoperability.
- npm-based workflow.
- Add new preprocessor build tools.
- Use latest variable syntax.
- Add configurable variables.
- Add
Grid-withGuttermodifier. - Add npm support.
- Add
Grid--alignMiddleandGrid--alignBottommodifiers. - Fix Component(1) install and use it in development.
- Rewrite the visual tests using 'suit-test'.
- Improve documentation.
- Improve whitespace collapse reliability by using
font-size:0(no IE 8 support). - Add
Grid--alignRightto right-align grid cells. - Rename
Grid--centertoGrid-alignCenter. - Add
utils-offsetto development dependencies.
- Add
-webkit-box-sizingfor Android 2/3. - Add CSS linting and configuration.
- Add Component(1) support.
- Update
utils-dimensionto v0.4.x. - Update Bower install directory path.
- Rename
component.jsontobower.json.
- Remove use of
Gridas a child ofGrid. - Remove default gutter.
- Add a test file.
- Fix whitespace collasping in Chrome 25.
- Change class naming convention.
- Remove
unitclasses; now part of a 'dimension' utility.
- Fix typo in unit class name.
- Initial public release.