Releases: ahansson/hgrid-css
Releases · ahansson/hgrid-css
v2.1.0-alpha
- Update packages
- Update (soon) deprecated sass code
v1.0.0 🌟
v0.7.1-beta
Fix
- Reverse order of responsive breakpoint variables in order to make overrides work correctly.
v0.7.0-beta
Breaking Changes
- Implement true
laptop-firstparadigm (2a2751f). - Viewport
desktopnow uses@media (min-width: 1281px)instead of max-width for (even) more pragmatic responsive styling. - Deprecate
.f-forceand replace with misc. responsive utilities (2b69ec2) - Remove obsolete
.no-hoverutility (7cd079f) - Deprecate mostly irrelevant z-indexes
inherit,initialandauto(2eb55ea) - Exclude
laptopviewport from responsive flex overrides (4efb878) - Remove
.overflow-inheritand.overflow-initial(4efb878)
Additions
- Add
.f-show-{ viewport },.f-show-{ viewport }-only,.flex-{ viewport },.display-flex-{viewport}-only(2b69ec2) - Add extra border colors (0f5ca6b)
- Add 0.5rem padding and margin utilities (077e586)
- Expose 8 new custom properties from internal vars (6a46174)
Fixes
v0.6.3-beta
v0.6.2-beta
Fix
- Missing condition made
nice linksoutput fail regardless of variable settings (0726dd2)
v0.6.1-beta
Additions
- CSS grid utilities (#4)
- Possible to turn off animations (b6463f1) and grid partials in
_variables.scss - Possible to turn off responsive grid overrides (if grid is included)
- Settings for number of
grid-rowsandgrid-columns - Split compiled CSS in two: With and without grid included
- Accessible jump-to-content utility (97bcbf5)
- Caption style for tables (fc85a71)
Fixes
- Better logic removes redundant output for link styles (cacf4e7)
- Fix striped table row jump on hover (0a71e73
- Fix comments for hide/show utilities (bcaa997)
- Add missing short names for margins (eb0e35a)
- Fix sass syntax (2d6cdbb) and variable naming (0af0c78)
- Fix bug where
$custom-stack-pointdidn't always override regular breakpoint (ae85075)
v0.5.4-beta
- Feature: Add fit-content and other content variants (a7fdd3d)
- Improvement: Use paragraph margin var for embedded objects (ec5b6d2)
- Feature: Add
figureutility forimgandfigcaption(1933284) - Fix: Fix min/max content problem
- Fix: Fix typo and remove double naming for letter-spacing utilities
- Misc. code organization