Socket
Socket
Sign inDemoInstall

web-social-share

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134Next

7.0.0

Diff

Changelog

Source

7.0.0 (2021-01-24)

Breaking changes

  • drop support of IE11, Edge 16-18 and Safari 10

Features

  • update dependencies (Stencil v2)
  • code refactored to hopefully make it easier to read
  • isMobile detection improved

Chore

  • use prettier to format code

<a name="6.4.1"></a>

peterpeterparker
published 6.4.1 •

Changelog

Source

6.4.1 (2020-08-15)

Chore

  • update Stencil v1.17.x

<a name="6.4.0"></a>

peterpeterparker
published 6.4.0 •

Changelog

Source

6.4.0 (2020-03-20)

Features

  • update dependencies

<a name="6.3.0"></a>

peterpeterparker
published 6.3.0 •

Changelog

Source

6.3.0 (2020-02-07)

Features

  • add "Hacker News"
  • exposes interfaces in bundle
  • improve UI (max. width 540px instead of 500px, box-shadow and border-radius for the container)
  • refactor duplicate actions functions code
  • GitHub action to deploy demo website to Firebase
  • transfer GitHub repo to my self (peterpeterparker)

<a name="6.2.0"></a>

peterpeterparker
published 6.2.0 •

Changelog

Source

6.2.0 (2019-07-30)

Fix

  • refactor component to avoid the need to move slots in order to be compatible with Font Awesome (CSS import) (#18)

Special note

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>

peterpeterparker
published 6.1.0 •

Changelog

Source

6.1.0 (2019-07-12)

Features

  • CSS variable to set the base zIndex of the component

<a name="6.0.0"></a>

peterpeterparker
published 6.0.0 •

Changelog

Source

6.0.0 (2019-06-11)

Features

  • add "Copy (to clipboard)" support (#17)

<a name="5.1.0"></a>

peterpeterparker
published 5.1.0 •

Changelog

Source

5.1.0 (2019-06-05)

Libs

  • Stencil One

<a name="5.0.0"></a>

peterpeterparker
published 5.0.0 •

Changelog

Source

5.0.0 (2019-02-17)

Breaking changes

  • transform component to a shadowed Web Component (#14)

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>

peterpeterparker
published 4.0.2 •

Changelog

Source

4.0.2 (2019-02-02)

Fix

  • incorrect URL when WhatsApp socialShareText is empty (#13, thx @fmendoza for the PR 👍)

<a name="4.0.1"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc