Skip to content

Releases: queen-raae/gatsby-remark-oembed

Cleaner logging

14 May 18:00
Compare
Choose a tag to compare

This is mostly a maintenance release.

Thanks again to @rayriffy for helping out 🎉

Optional prefix option

09 Apr 07:53
Compare
Choose a tag to compare

Thanks to @rayriffy you can now use inline code with a prefix:

// In your markdown file

Check it out! I can use oembed links in my markdown.

`oembed: https://twitter.com/raae/status/1045394833001652225`

It's pretty cool :D

`oembed: https://www.instagram.com/p/Bof9WhgBmY2/`

Optional provider settings

18 Mar 06:27
Compare
Choose a tag to compare

@kennethormandy added support for provider-specific options
@raae fixed a tiny typo

Read more about provider-specific options in the README, but some examples are:

  • turning off captions in Instagram
  • going dark mode with Twitter.

Thank you @kennethormandy for this very useful extension!

Readme update

22 Jan 18:16
Compare
Choose a tag to compare
Readme update Pre-release
Pre-release

@nickytonline fixed a typo in the example code
@raae added a ko-fi button

First release to npm

18 Jan 20:28
Compare
Choose a tag to compare
First release to npm Pre-release
Pre-release

The package will be available as @raae/gatsby-remark-oembedon npm.

Second alpha release

17 Jan 19:59
Compare
Choose a tag to compare
Second alpha release Pre-release
Pre-release

There are no code changes, but a bug (gatsbyjs/gatsby/issues/8788) affecting the plugin gatsby core and gatsby-transformer-remark have been fixed and the requirement section of the readme updated.

First alpha release

04 Oct 13:45
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

This is an early version of the plugin. Let me know if you have problems or questions by submitting an issue.