Skip to content

Commit 22021d4

Browse files
committed
chore(release): 1.0.0
1 parent a8064b8 commit 22021d4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/thisissoon/angular-scroll-collapse/compare/v0.2.1...v1.0.0) (2017-08-16)
7+
8+
9+
### Features
10+
11+
* **affix:** implemented detection for when user has scrolled passed element ([59bf911](https://github.com/thisissoon/angular-scroll-collapse/commit/59bf911))
12+
* **minimise:** implemented detection for scrolling past element height assuming element is fixed at ([5d33ca7](https://github.com/thisissoon/angular-scroll-collapse/commit/5d33ca7))
13+
* **scrollingDirection:** reimplemented scrolling direction detection ([4856c3c](https://github.com/thisissoon/angular-scroll-collapse/commit/4856c3c))
14+
15+
16+
117
## Changes in 0.2.1
218

319
* @edwardoparearyee: Fix: Include sourcemaps (#13)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisissoon/angular-scroll-collapse",
3-
"version": "0.2.3",
3+
"version": "1.0.0",
44
"description": "A simple lightweight library for Angular 2/4+ with no other dependencies that detects scroll direction and adds a `sn-scrolling-up` or `sn-scrolling-down` class to the element. The library can also detect when the user has scrolled passed the element and apply a `sn-affix` class. Useful for make a element sticky when the user has scrolled beyond it. This library can will also apply `sn-minimise` class after the user has scrolled beyond the height of the element",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)