web-social-share
Advanced tools
Changelog
6.3.0 (2020-02-07)
<a name="6.2.0"></a>
Changelog
6.2.0 (2019-07-30)
There isn't any "breaking changes" but according the type and how you style your icons, you might need to change some CSS variables to keep styles in terms of size the same way.
For example I had to change width
to font-size
in the index.html of the component.
From:
<i class="fab fa-twitter" slot="twitter" style="color: #00aced; width: 1.4rem;"></i>
To:
<i class="fab fa-twitter" slot="twitter" style="color: #00aced; font-size: 1.6rem;"></i>
<a name="6.1.0"></a>
Changelog
5.0.0 (2019-02-17)
Notes:
As of version v5.0.0 this Web Component will be shadowed. Therefore, you will have to use slots
to inject the icons for the sharing actions and will have to style these in order to apply for example the proper colors. The README of the component has been updated to reflect these changes.
If you would miss variables to style the component, ping me, I would be happy to add more options.
<a name="4.0.2"></a>