- Update naming of variables according to the conventions.
- Rename
Grid-fit
toGrid-fill
and repurpose to match sizing utility behavior #51. - Remove
Grid-cell
in favour of implicit Grid child #54
- Update
stylelint-config-suitcss
to4.0.0
. - Update
preprocessor
to1.0.0
. - Fix
maxlen
warning on comments. - Remove unused
stylelint
package as this is included with the suitcss-preprocessor.
- Upgrade to
^0.8.0
suitcss-preprocessor. - Ensure Grid conforms to SUIT CSS stylelint rules.
- Add license field to
package.json
.
- Switch to flexbox for layout.
- Add
Grid--fit
andGrid--equalHeight
modifiers. - Use PostCSS instead of suitcss-preprocessor.
- Add support for JS bundling.
- Support different unit types for grid gutter width.
- Change variable names.
- Add
.css
extension to imports for interoperability.
- npm-based workflow.
- Add new preprocessor build tools.
- Use latest variable syntax.
- Add configurable variables.
- Add
Grid-withGutter
modifier. - Add npm support.
- Add
Grid--alignMiddle
andGrid--alignBottom
modifiers. - 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--alignRight
to right-align grid cells. - Rename
Grid--center
toGrid-alignCenter
. - Add
utils-offset
to development dependencies.
- Add
-webkit-box-sizing
for Android 2/3. - Add CSS linting and configuration.
- Add Component(1) support.
- Update
utils-dimension
to v0.4.x. - Update Bower install directory path.
- Rename
component.json
tobower.json
.
- Remove use of
Grid
as a child ofGrid
. - Remove default gutter.
- Add a test file.
- Fix whitespace collasping in Chrome 25.
- Change class naming convention.
- Remove
unit
classes; now part of a 'dimension' utility.
- Fix typo in unit class name.
- Initial public release.