Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

52 lines (40 loc) · 1.57 KB

Changelog

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

1.0.6 - 2022-05-19

Changed

  • SCSS: Migrated deprecated / for division outside of calc()

1.0.5 - 2019-11-01

Added

  • SCSS: Added viewport mixin
  • SCSS: Added line-clamp mixin
  • SCSS: Added visually-hidden mixin
  • JS: Added addDelegatedEventListener method

Changed

  • SCSS: Updated scroll mixin to support a global config variable
  • JS: Optimized state DOM methods

Removed

  • SCSS: Removed stagger-delay mixin
  • JS: Removed timing.Interval

1.0.4 - 2019-08-01

Changed

  • SCSS: Fixed type checking in breakpoint function

1.0.3 - 2019-08-01

Added

  • JS: Added toggle method in state
  • SCSS: Added rules for color, background and border-radius in reset
  • SCSS: Added type checking in all breakpoint functions

Changed

  • SCSS: Fixed bug where inline-layout did not pass along $align to inline-column
  • SCSS: Switched third argument in the state mixin from $global to $local

1.0.2 - 2019-04-29

Removed

  • JS: Removed references to not yet implemeted methods in state

1.0.1 - 2019-04-29

Removed

  • JS: Removed references to not yet implemeted methods in state