Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (39 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 2.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v3.1.0] - 2021-02-06

Added

  • Added less variable support for all css variables. You can now override all hardcoded mediaquery widths and base styles when building less files manually. IE: lessc --modify-var='uom=.9rem' --modify-var='width-desktop=16in' src/horizn.less dist/css/horizn.css

Changed

  • Cleaned up many less files to take advantage of nesting. This is important because horizn uses a lot of combinations of sibling selectors. The pattern is much clearer now.

[v3.0.2] - 2021-02-05

Changed

  • fix for variable unit of measures.

[v3.0.1] - 2021-01-29

Changed

  • Changed node package.json to reflect new location of code repository in richminchukio organization.

Removed

  • Removed the use of !important in CSS print styles for Amp ⚡️ support.
    • Use of !important was a holdover from improper ordering of normalize.css in an earlier prerelease version.
  • Removed unused css selection styles.
    • These styles were never included in the horizn.less file or slim version templates. IE: not a (breaking) major version bump

[v3.0.0] - 2021-01-28

Added

  • node package support
  • A prominent horizontal "hero" image.
  • Full device width images (mobile only) that bleed into device specific inset areas.
  • Thoughtful positioning of hierarchically semantic navigation.
  • Dueling scrollable areas which accentuate article content.
  • Optional article styling. Content that looks and behaves well out of the box for desktop and mobile devices.
  • Built in light (and optionally dark) mode styling.

Changed

  • Changed from CSS grid to flexbox.
    • this includes breaking changes to the template from [v1.0.0]

[v2.0.0] - 2020-12-28

Added

  • pushed major release to NPM prematurely
    • IE: don't use this version

[v1.0.0] - 2018-06-10

Added

  • horizn's first form: css-grid