Skip to content

Commit 54cd045

Browse files
authored
Merge pull request #481 from MurhafSousli/fix/button-shadow
v8.0.1
2 parents 13279ed + 9f3af8d commit 54cd045

24 files changed

+3264
-3257
lines changed
File renamed without changes.

CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
- fix(share-button): Skip empty params in shareUrl serialization, closes [#478](https://github.com/MurhafSousli/ngx-sharebuttons/issues/478) in [7848d29](https://github.com/MurhafSousli/ngx-sharebuttons/pull/479/commits/7848d294ff6087542c530e361ba570972695adbf).
77
- fix(Pinterest): Remove country specific default for pinterest domain, closes [#475](https://github.com/MurhafSousli/ngx-sharebuttons/issues/475) in [c3f418f](https://github.com/MurhafSousli/ngx-sharebuttons/pull/476/commits/c3f418f3effb2321d3fe252b8e5884a5df1d7545).
88

9+
### Possible breaking changes:
10+
11+
#### Share pop-up component:
12+
13+
- refactor(share-popup): The CDK Overlay styles have been removed from the package, if you are using non-material project, you will need to import it manually in your global styles
14+
15+
```scss
16+
@import '~@angular/cdk/overlay-prebuilt.css';
17+
```
18+
919
## 8.0.0
1020

1121
#### Features:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img height="200px" width="200px" style="text-align: center;" src="https://cdn.rawgit.com/MurhafSousli/ngx-sharebuttons/master/assets/logo.svg">
2+
<img height="200px" width="200px" style="text-align: center;" src="https://rawcdn.githack.com/MurhafSousli/ngx-sharebuttons/13279ed77c47fe9dd7b61e4dad3ded6d02488c2f/projects/ngx-sharebuttons-demo/src/assets/img/logo.svg">
33
<h1 align="center">Angular Share Buttons</h1>
44
<p align="center"><img width="500px" src="https://user-images.githubusercontent.com/8130692/83341721-ed8f7100-a2e6-11ea-8eed-f1a6945487c0.png" alt="Capture" border="0"></p>
55
</p>
@@ -10,7 +10,8 @@
1010
[![Build Status](https://travis-ci.org/MurhafSousli/ngx-sharebuttons.svg?branch=master)](https://travis-ci.org/MurhafSousli/ngx-sharebuttons)
1111
[![npm](https://img.shields.io/npm/dt/ngx-sharebuttons.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/ngx-sharebuttons)
1212
[![npm](https://img.shields.io/npm/dm/ngx-sharebuttons.svg)](https://www.npmjs.com/package/ngx-sharebuttons)
13-
[![LICENSE](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](https://github.com/MurhafSousli/ngx-sharebuttons/blob/master/LICENSE)[![Financial Contributors on Open Collective](https://opencollective.com/ngx-sharebuttons/all/badge.svg?label=financial+contributors)](https://opencollective.com/ngx-sharebuttons)
13+
[![LICENSE](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](https://github.com/MurhafSousli/ngx-sharebuttons/blob/master/LICENSE)
14+
[![Financial Contributors on Open Collective](https://opencollective.com/ngx-sharebuttons/all/badge.svg?label=financial+contributors)](https://opencollective.com/ngx-sharebuttons)
1415

1516

1617
## Documentation

e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"module": "commonjs",

0 commit comments

Comments
 (0)