Skip to content

Latest commit

 

History

History
194 lines (99 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

194 lines (99 loc) · 7.63 KB

Change Log

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

4.1.0 (2018-11-22)

Features

  • scroll-collapse: add support for angular 7 (1792bfe)

4.0.0 (2018-10-10)

Bug Fixes

  • ScrollCollapse: minimise state not set correctly on page load (#31) (2db3d9f), closes #21
  • ScrollCollapse: recalculate offsetHeight and offsetTop on resize (#30) (3661e76), closes #22

Features

BREAKING CHANGES

  • ScrollCollapse: updated @thisissoon/angular-inviewport peer dependency to v4

3.3.1 (2018-07-20)

Bug Fixes

  • scroll-collapse: update inviewport module to resolve IE11 issue (474e2d9)

3.3.0 (2018-06-08)

Features

  • scroll-collapse: emit affix and minimise events (0ee19b8)

3.2.0 (2018-06-07)

Features

  • scroll-collapse: emit scroll direction events (80c6eee)

3.1.0 (2018-06-06)

Features

  • scroll directive: add yOffset input to class setting functions (1336f0b)
  • yOffset: remove yOffset logic from minimise mode calc (92959db)

3.0.1 (2018-05-31)

Bug Fixes

  • scroll direction calculate: add logic for no scroll change (a4e23a1)

3.0.0 (2018-05-29)

Features

  • scroll-collapse: adding angular 6 support (e1d785e)

BREAKING CHANGES

  • scroll-collapse: Updated peer dependencies to rxjs 6.x and @thisissoon/angular-inviewport 3.x

2.0.0 (2018-02-19)

2.0.0-rc.2 (2018-02-19)

Bug Fixes

  • ScrollCollapse: fixed issue where affix would not be calculated in nested element with position (7507dd4)

2.0.0-rc.1 (2018-02-19)

Bug Fixes

  • ScrollCollapse: factor in element offsetTop when calculating minimise mode (303b819)

2.0.0-rc.0 (2018-02-19)

Bug Fixes

  • ScrollCollapse: remove [scrollCollapse] selector (7e76d44)
  • ScrollCollapse: remove debounce operator when set to 0 for rubber band scrolling (5a5e4e2)

Features

  • ScrollCollapse: change default debounce time to 0ms (7d90b49)

Performance Improvements

  • ScrollCollapse: Use fromEvent observable instead of HostBinding for scroll and resize events (1348ee5)

BREAKING CHANGES

  • ScrollCollapse: Set default debounce time to 0ms
  • ScrollCollapse: removed [scrollCollapse ]selector as only [snScrollCollapse] should be used
  • ScrollCollapse: @thisissoon/angular-inviewport module has been added as a peer dependency as directive now uses WindowRef service

1.2.1 (2017-12-04)

Bug Fixes

  • build: generate correct metadata needed for ng-language-service (0b56342)

1.2.0 (2017-12-01)

1.2.0-rc.0 (2017-12-01)

Features

  • build: Move build and dev environment to angular cli and ng-packagr (cbc473c)

1.1.0 (2017-08-25)

Features

  • ScrollCollapse: update directive selector so it matches snScrollCollapse, closes #16

1.0.0 (2017-08-16)

Features

  • affix: implemented detection for when user has scrolled passed element (59bf911)
  • minimise: implemented detection for scrolling past element height assuming element is fixed at (5d33ca7)
  • scrollingDirection: reimplemented scrolling direction detection (4856c3c)

Changes in 0.2.1

  • @edwardoparearyee: Fix: Include sourcemaps (#13)

Changes in 0.2.0

  • @edwardoparearyee: Feature: Prefix css class names (#10)

Changes in 0.1.1

  • @edwardoparearyee: Fix: position from top (#9)
  • @edwardoparearyee: Fix: remove isolated scope from directive (#8)

Changes in 0.1.0

  • @edwardoparearyee: Feature: add affix mode (#6)

Changes in 0.0.2

  • @edwardoparearyee: Fix: Error in docs (#4)

Changes in 0.0.1

  • @edwardoparearyee: First release