Skip to content

Commit

Permalink
Merge pull request #244 from MurhafSousli/dev
Browse files Browse the repository at this point in the history
v7.0.2
  • Loading branch information
MurhafSousli authored Nov 16, 2019
2 parents bcf3042 + 450ff2c commit 1c3cce6
Show file tree
Hide file tree
Showing 11 changed files with 171 additions and 98 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.0.2

- Fix: Remove `scroll-behavior` CSS rule, closes [#242](https://github.com/MurhafSousli/ngx-scrollbar/issues/242) in [6b89d6f](https://github.com/MurhafSousli/ngx-scrollbar/commit/6b89d6fe72933b83681fedce826385d7f6932fef).
- Fix: fix auto-height update, closes [#243](https://github.com/MurhafSousli/ngx-scrollbar/issues/243) in [7cac0fb](https://github.com/MurhafSousli/ngx-scrollbar/commit/7cac0fb6ff45943bb99f9cad37979d949e2cb5c7).

## 7.0.1

- Fix: Scrollbar breaks when loading on mobile, closes [#236](https://github.com/MurhafSousli/ngx-scrollbar/issues/236) in [33dfa71](https://github.com/MurhafSousli/ngx-scrollbar/commit/33dfa7169ab73ed404ff144ae1f187c75e5b9f7f).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Murhaf Sousli
Copyright (c) 2019-2020 Murhaf Sousli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
36 changes: 30 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,45 @@
<h1 align="center">Angular Custom Scrollbar</h1>
</p>

[![npm](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-scrollbar.netlify.com/)
[![npm](https://img.shields.io/badge/stackblitz-online-orange.svg)](https://stackblitz.com/edit/ngx-scrollbar)
[![Demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-scrollbar.netlify.com/)
[![Stackblitz](https://img.shields.io/badge/stackblitz-online-orange.svg)](https://stackblitz.com/edit/ngx-scrollbar)
[![Backers on Open Collective](https://opencollective.com/ngx-scrollbar/tiers/backers/badge.svg?label=Backers&color=brightgreen)](#sponsoring-ngx-scrollbar)
[![npm](https://img.shields.io/npm/v/ngx-scrollbar.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-scrollbar)
[![Build Status](https://travis-ci.org/MurhafSousli/ngx-scrollbar.svg?branch=master)](https://www.npmjs.com/package/ngx-scrollbar)
[![npm](https://img.shields.io/npm/dt/ngx-scrollbar.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-scrollbar)
[![npm](https://img.shields.io/npm/dm/ngx-scrollbar.svg)](https://www.npmjs.com/package/ngx-scrollbar)
[![npm](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](/LICENSE)
[![Downloads](https://img.shields.io/npm/dt/ngx-scrollbar.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-scrollbar)
[![NPM Downloads](https://img.shields.io/npm/dm/ngx-scrollbar.svg)](https://www.npmjs.com/package/ngx-scrollbar)
[![License](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](/LICENSE)

Custom overlay-scrollbars with native scrolling mechanism for Angular, it also provides a cross-browser smooth scroll directive.

___

### Go to the [wiki page](https://github.com/MurhafSousli/ngx-scrollbar/wiki) to read the documentation 📚
### The documentation is available at the [wiki page](https://github.com/MurhafSousli/ngx-scrollbar/wiki) 📚

___

## Features

- Super easy to use
- Native scrolling mechanism
- Highly customizable
- Smooth scroll
- Reached events
- Resize sensor
- Easy integration
- Mobile support
- RTL support
- Universal support
- Ivy engine support
- Auto-height

## Compatibility

- This package doesn't support IE11
- For **Angular < 8**, use the legacy version `ngx-scrollbar@4.2.0` (unsupported).
- [Docs v4](https://github.com/MurhafSousli/ngx-scrollbar/blob/master/README_V4.md)
- [Demo v4](https://ngx-scrollbar-v4.netlify.com/)
- [Stackblitz v4](https://stackblitz.com/edit/ngx-scrollbar-v4)

## Issues

Expand Down
137 changes: 70 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^5.5.0",
"ng-packagr": "^5.7.1",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tsickle": "^0.35.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-scrollbar-demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<meta name="twitter:description" content="Custom overlay-scrollbars with native scrolling mechanism for Angular.">
<meta name="twitter:creator" content="@murhafsousli">
<!-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="https://murhafsousli.github.io/ngx-scrollbar/assets/logo.svg">
<meta name="twitter:image" content="https://user-images.githubusercontent.com/8130692/68997683-2ff8df80-08ba-11ea-8ac5-d0d67fccc4b7.png">

<!-- Open Graph data -->
<meta property="og:title" content="Angular Custom Scrollbar"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://murhafsousli.github.io/ngx-scrollbar"/>
<meta property="og:image" content="https://murhafsousli.github.io/ngx-scrollbar/assets/logo.svg"/>
<meta property="og:url" content="https://ngx-scrollbar.netlify.com"/>
<meta property="og:image" content="https://user-images.githubusercontent.com/8130692/68997683-2ff8df80-08ba-11ea-8ac5-d0d67fccc4b7.png"/>
<meta property="og:description" content="Custom overlay-scrollbars with native scrolling mechanism for Angular."/>
<meta property="og:site_name" content="ngx-scrollbar"/>

Expand Down
Loading

0 comments on commit 1c3cce6

Please sign in to comment.