Skip to content

Releases: ahansson/hgrid-css

v2.1.0-alpha

24 Jan 23:08
Compare
Choose a tag to compare
v2.1.0-alpha Pre-release
Pre-release
  • Update packages
  • Update (soon) deprecated sass code

v1.0.0 🌟

07 Apr 13:43
Compare
Choose a tag to compare
Correct semantic versioning

v0.7.1-beta

22 Sep 10:11
Compare
Choose a tag to compare
v0.7.1-beta Pre-release
Pre-release

Fix

  • Reverse order of responsive breakpoint variables in order to make overrides work correctly.

v0.7.0-beta

11 Sep 05:25
Compare
Choose a tag to compare
v0.7.0-beta Pre-release
Pre-release

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 and auto (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

08 Sep 06:14
Compare
Choose a tag to compare
v0.6.3-beta Pre-release
Pre-release

Addition:

Fixes

  • Avoid specific style for jump-to-content a11y link (1022906)
  • Remove duplicate vars (5fe959a)
  • Use correct property for .border-right-none (2b1abec)

v0.6.2-beta

01 Sep 08:13
Compare
Choose a tag to compare
v0.6.2-beta Pre-release
Pre-release

Fix

  • Missing condition made nice links output fail regardless of variable settings (0726dd2)

v0.6.1-beta

01 Sep 03:01
Compare
Choose a tag to compare
v0.6.1-beta Pre-release
Pre-release

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 and grid-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

13 Aug 07:16
Compare
Choose a tag to compare
v0.5.4-beta Pre-release
Pre-release
  • Feature: Add fit-content and other content variants (a7fdd3d)
  • Improvement: Use paragraph margin var for embedded objects (ec5b6d2)
  • Feature: Add figure utility for imgand figcaption (1933284)
  • Fix: Fix min/max content problem
  • Fix: Fix typo and remove double naming for letter-spacing utilities
  • Misc. code organization

v0.5.3-beta

27 Jun 02:59
Compare
Choose a tag to compare
v0.5.3-beta Pre-release
Pre-release

Fix: Merge cursive text utilities (43b1bc6)
Fix: Cursor utility error (6ab9cb2)

v0.5.2-beta

24 May 06:05
Compare
Choose a tag to compare
v0.5.2-beta Pre-release
Pre-release

Deprecate use of / for division after upgrade to sass 1.34.0. Use math.div() instead. (commit)

Fix: Use correct border color (commit)
Fix: Remove overflow value that prevented .scrollable-x from working (commit)