gatsby-remark-embedder

Gatsby Remark plugin to embed well known services by their URL.

MIT License

Downloads
6.5K
Stars
297
Committers
22

Bot releases are hidden (Show)

gatsby-remark-embedder - v1.7.0

Published by MichaelDeBoey almost 5 years ago

1.7.0 (2019-12-24)

Features

  • Streamable: Add support for Streamable (#48) (6fea464)
gatsby-remark-embedder - v1.6.0

Published by MichaelDeBoey almost 5 years ago

1.6.0 (2019-12-07)

Features

gatsby-remark-embedder - v1.5.0

Published by MichaelDeBoey almost 5 years ago

1.5.0 (2019-11-11)

Features

  • Spotify: Add support for Spotify (#29) (55aa248)
gatsby-remark-embedder - v1.4.2

Published by MichaelDeBoey almost 5 years ago

1.4.2 (2019-10-25)

Bug Fixes

  • CodeSandbox: Fix CodeSandbox iframe policy features (e665137)
gatsby-remark-embedder - v1.4.1

Published by MichaelDeBoey almost 5 years ago

1.4.1 (2019-10-24)

Bug Fixes

gatsby-remark-embedder - v1.4.0

Published by MichaelDeBoey almost 5 years ago

1.4.0 (2019-10-23)

Features

  • Slides: Add support for slides.com (#30) (fe01502)
gatsby-remark-embedder - v1.3.4

Published by MichaelDeBoey almost 5 years ago

1.3.4 (2019-10-20)

Bug Fixes

  • CodeSandbox: Fix CodeSandbox iframe restrictions (#28) (b2cb080)
gatsby-remark-embedder - v1.3.3

Published by MichaelDeBoey about 5 years ago

1.3.3 (2019-10-10)

Bug Fixes

  • CodePen: Add support for www subdomain (0f73a71)
  • CodeSandbox: Add support for www subdomain (7189e93)
  • Twitter: Add support for www subdomain (682a0ef)
  • YouTube: Add support for www subdomain (37c7de6), closes #23
gatsby-remark-embedder - v1.3.2

Published by MichaelDeBoey about 5 years ago

1.3.2 (2019-10-10)

Bug Fixes

  • CodeSandbox: Only support CodeSandbox Sandboxes (e172772)
  • CodeSandbox: Only support codesandbox.io urls (c09499e)
gatsby-remark-embedder - v1.3.1

Published by MichaelDeBoey about 5 years ago

1.3.1 (2019-10-10)

Bug Fixes

  • Twitter: Only support twitter.com urls (3c51a0e)
  • YouTube: Only support youtube.com or youtu.be urls (f61706c)
gatsby-remark-embedder - v1.3.0

Published by MichaelDeBoey about 5 years ago

1.3.0 (2019-10-10)

Features

gatsby-remark-embedder - v1.2.0

Published by MichaelDeBoey about 5 years ago

1.2.0 (2019-09-18)

Features

  • SoundCloud: Add support for SoundCloud songs & playlists (#9) (9843fcf)
gatsby-remark-embedder - v1.1.3

Published by MichaelDeBoey about 5 years ago

1.1.3 (2019-09-13)

Bug Fixes

  • YouTube: Only support YouTube videos (for now) (373c71b), closes #10
gatsby-remark-embedder - v1.1.2

Published by MichaelDeBoey about 5 years ago

1.1.2 (2019-07-31)

Bug Fixes

  • Gatsby plugin needs to be exported from the root (154a6d1), closes #6
gatsby-remark-embedder - v1.1.1

Published by MichaelDeBoey about 5 years ago

1.1.1 (2019-07-31)

Bug Fixes

  • Apparently Gatsby needs a noop index.js 🤷‍♂️ (566125e)
gatsby-remark-embedder - v1.1.0

Published by MichaelDeBoey about 5 years ago

1.1.0 (2019-07-30)

Features

  • Twitter: Don't track embed (a3b359a)
gatsby-remark-embedder - v1.0.2

Published by MichaelDeBoey about 5 years ago

1.0.2 (2019-07-22)

Bug Fixes

  • Twitter: Use correct embed link (9b5acd0)
  • Apparently Gatsby doesn't like export default 🤷‍♂️ (5e01220)
gatsby-remark-embedder - v1.0.1

Published by MichaelDeBoey about 5 years ago

1.0.1 (2019-07-22)

Bug Fixes

  • Transformers should have getHTML & shouldTransform (#2) (8b98f29)
gatsby-remark-embedder - Initial release 🎉🎉🎉

Published by MichaelDeBoey about 5 years ago

1.0.0 (2019-07-21)

Initial release of gatsby-remark-embedder, which is an extract from @kentcdodds' personal website's remark-embedder plugin.