- Upgrading to Babel 7 introduced an uglifier bug. Fixed.
- Fixed broken embetty logo in embeds.
- Upgraded Babel to v7.
- embetty no longer includes the Twitter-thread by default
- a new attribute
include-thread
was added to re-enable threads
- improve video play button visibility
- fix branch not permitted
- update password for auto-build
- Debug npm release
- Fix by @leto to adjust to new Twitter API.
- Upgraded dependencies.
- Replaced play button.
- Removed background gradient.
- Updated YouTube
iframe
code. - Upgraded dependencies.
- Fixed video styles.
- Upgraded dependencies.
- Improved tests to support Node versions 8 and 10.
- Fixed YouTube videos not supporting fullscreen display.
- Upgraded dependencies.
- Fixed deployment to npmjs.com.
- Fixed hash tag error supporting all characters.
- Added events section to readme.
- Added caveats section to readme.
- Added
activated
event to videos. (rbraband) - Added support for
start-at
to youtube and vimeo videos. - Fixed images in tweets being cut off on the left side. (rbraband)
- Upgraded dependencies.
- Added link to demo to readme. (schliflo)
- Added testing for latest node.js version. (DanielRuf)
- Fixed video poster CSS. (rbraband)
- Improved build process. (DanielRuf)
- Improved Vimeo and Facebook videos to autoplay after being klicked on.
- Improved Youtube integration to use privacy-enhanced mode.
- Upgraded dependencies.
- Fixed release process.
- Fixed error handling for tweets without link preview images.
- Improved the design on smaller viewports.
- Fixed layout for links without images.
- Do not display the powered by link in answered tweets.
- Fixed layout bugs.
- Fixed powered by link.
- Fixed
assets
folder not being published to npm registry.
- Added powered by link.
- Upgraded dependencies.
- Upgraded dependencies.
- SCSS files are now explicitly included in the components with the necessary webpack configuration to simplify building in dependant modules. For this reason, the loaders involved are now prod dependencies.
- Upgraded dependencies.
- Fixed "Mixed Content" error when playing a Youtube video.
- Links are now opened in a new tab.
- Improved documentation.
- Added missing
skip_cleanup: true
to Travis CI config.
- Added missing
yarn build
to Travis CI config.
- Removed
engines.node
property frompackage.json
. - Upgraded dependencies.
- Added missing
files
configuration so that thedist
directory is published.
- Fixed Travis CI.
- Added missing Travis setup.
- Fixed broken tests.
- Initial release