Skip to content

Releases: PaulKinlan/share-button

Fixes

Choose a tag to compare

@PaulKinlan PaulKinlan released this 10 Apr 20:45
  • Changes the templating function so that it is more performant when there might be lots of buttons on the page
  • Updated the documentation so that it renders correctly in webcomponents.org

New features

Choose a tag to compare

@PaulKinlan PaulKinlan released this 07 Apr 20:44
  • actually uses the default button style
  • adds a mailto button
  • adds the ability to disable copy, android share and also mailto
  • removes all external image dependecies.

Bug Fixes for quality improvements

Choose a tag to compare

@PaulKinlan PaulKinlan released this 05 Apr 19:13
  • Fixes the empty element
  • Stylings of fonts and height for the button element are "initial"

Adding support for `text` and and custom share buttons

Choose a tag to compare

@PaulKinlan PaulKinlan released this 04 Apr 22:45

Cleans up the API for href and text so that custom share buttons can be integrated.

Standardising public accessors.

Choose a tag to compare

@PaulKinlan PaulKinlan released this 04 Apr 17:52

I removed a couple of publically accessible attributes so I technically broke backwards compat.

Fixes the readme so it works in safari etc

Choose a tag to compare

@PaulKinlan PaulKinlan released this 04 Apr 15:44

No changes to the actual API. Readme now removes <link rel import>

Fixes webcomponents.org display bug

Choose a tag to compare

@PaulKinlan PaulKinlan released this 04 Apr 12:30

Same great API but with a display bug fixed,

First release

Choose a tag to compare

@PaulKinlan PaulKinlan released this 04 Apr 11:48

This is the first release of the <share-button> element. It's goal is to make a standarised interface across browsers for giving the user access to the URL and a variatey of system level and user defined functions (such as copy to clipboard and native share)