Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

71 lines (37 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2023-02-14)

⚠ BREAKING CHANGES

  • FluidMS now uses Dart Sass, which requires the app using FluidMS to also use Dart Sass.
  • run npm install to update dependencies

Features

  • use native clamp() function (28a2e60)

0.2.3 (2022-11-10)

Bug Fixes

0.2.2 (2020-05-18)

Features

0.2.1 (2020-05-04)

Refactor

  • comply with official else-if notation (41de11a)

0.2.0 (2020-02-03)

⚠ BREAKING CHANGES

  • the name of the $ms argument for the fluidms-font-size() mixin has changed to $font-size to make it more natural to use if a custom font-size is used.
  • rename $FLUIDMS-GLOBAL-CONFIG to $FLUIDMS-CONFIG as the uppercase notation already indicates its global scope.

Bug Fixes

  • use correct punctuation (f98a4fa)
  • webserver not serving index.html on baseUrl (#13) (d374247)

Documentation

  • enhance contributing guidelines (50273b4)
  • provide automatic changelog generation (#7) (e6a3be6)
  • add sassdoc integration (7152506)

Features

  • add feature flag for baseline grid (#2) (45f2b2b)
  • add line-height ratio (#18) (ba469b3)
  • allow custom font-sizes (b438492)
  • stop shrinking of small type on larger viewports (#21) (4ae74f1)