UNPKG

@fylgja/flex-grid

Version:

Create a fully fledged css grid with the power of flexbox

91 lines (69 loc) 2.26 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [3.0.0] - 2021-11-22 ### Changed - Swapped SCSS from `flex-grid.scss` with `_index.scss` to match the rest of Fylgja's components - Renamed `$breakpoints` to `$flex-grid-breakpoints` - breakpoints handled now by `@fylgja/mq`, but still changeable trough the `$flex-grid-breakpoints` - breakpoints changed values; - xs (0) is now xxs - For the rest of the see breakpoints, see the [`@fylgja/mq` docs](https://fylgja.dev/components/mq/) - Upgrade SCSS syntax to newer syntax, requires Dart Sass 1.33.0 or higher. ## [2.1.1] - 2020-01-26 ### Changed - IMP: readme with latest release ## [2.1.0] - 2020-01-26 ### Added - Chunks options to cell and offset, allowing 3-2 sizes, Note: this is enabled by default. ### Changed - config & doc files - update license year ## [2.0.2] - 2019-08-31 ### Fixed - allow imports for older sass versions, will dropped in the future (https://github.com/sass/node-sass/issues/2111 ## [2.0.1] - 2019-08-31 ### Changed - update doc ## [2.0.0] - 2019-08-11 ### Added - importing via CSS, usefull for Vue or React based projects - importing via [index.scss](https://sass-lang.com/documentation/at-rules/import#index-files) ### Changed - IMP: update doc & pkg for v2 ## [2.0.0] - 2019-07-26 ### Added - class option to gap builder ### Changed - Changelog date format to ISO standard - Formating and make it more clear what the does builder ## [1.1.1] - 2019-06-20 ### Fixed - remove min on gap padding ## [1.1.0] - 2019-06-20 ### Changed - gap behavior to prevent weird html flow, While this was not breaking it did make the html highlighting look weird, so it is better to not reset the gap on y axis ## [1.0.4] - 2019-05-19 ### Added - bug url in pkg ### Changed - Git URL Changed ## [1.0.3] - 2019-04-14 ### Added - title to changelog ## [1.0.2] - 2019-03-08 ### Fixed - missing min in gap wrapper ## [1.0.1] - 2019-03-08 ### Added - npm version badge ### Fixed - correct git URI in pkg ## [1.0.0] - 2019-03-06 Initial release 🎉