react-oembed-container
Version:
React container for locating and injecting oembed scripts in string content.
30 lines (19 loc) • 1.48 kB
Markdown
# Changelog
## v1.0.1
- Permit installation alongside React 17 [#18](https://github.com/humanmade/react-oembed-container/pull/18)
## v1.0.0
- Added support for Trello [#14](https://github.com/humanmade/react-oembed-container/pull/14) (You may use [this plugin](https://github.com/humanmade/trello-embeds) to enable Trello card embeds on your WordPress site)
- Added a test case for Twitch.tv [#16](https://github.com/humanmade/react-oembed-container/pull/16)
- Removed CollegeHumor test cases (RIP) [#15](https://github.com/humanmade/react-oembed-container/pull/15)
- Added [docs website](https://humanmade.github.io/react-oembed-container)
- Update Twitter embed `isLoaded` check to fix undefined reference issue, props @ghankerson [#10](https://github.com/humanmade/react-oembed-container/pull/10), [#11](https://github.com/humanmade/react-oembed-container/pull/11)
- Adjust DOM method usage to support legacy IE11 environments [#7](https://github.com/humanmade/react-oembed-container/pull/7)
- Remove useless code, props @koenpunt [#8](https://github.com/humanmade/react-oembed-container/pull/8)
- Fix code examples in documentation, props @rmccue [#4](https://github.com/humanmade/react-oembed-container/pull/4)
## v0.3.0
- Add custom embed handling for Twitter and Instagram
## v0.2.0
- Pass `className` through to container div [#3](https://github.com/humanmade/react-oembed-container/pull/3)
- Refactor codebase and expand test coverage
## v0.1.0
- Initial release