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-first
paradigm (2a2751f). - Viewport
desktop
now uses@media (min-width: 1281px)
instead of max-width for (even) more pragmatic responsive styling. - Deprecate
.f-force
and replace with misc. responsive utilities (2b69ec2) - Remove obsolete
.no-hover
utility (7cd079f) - Deprecate mostly irrelevant z-indexes
inherit
,initial
andauto
(2eb55ea) - Exclude
laptop
viewport from responsive flex overrides (4efb878) - Remove
.overflow-inherit
and.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 links
output 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-rows
andgrid-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-point
didn'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
figure
utility forimg
andfigcaption
(1933284) - Fix: Fix min/max content problem
- Fix: Fix typo and remove double naming for letter-spacing utilities
- Misc. code organization