This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
Releases: gfscott/eleventy-plugin-embed-twitter
Releases · gfscott/eleventy-plugin-embed-twitter
v1.3.5
v1.3.4
What's Changed
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #44
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #41
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
New features
- [Feature] New plugin options to configure embed display:
align
,cards
,conversation
,lang
, andwidth
(#21) - [Feature] Better data-caching from Twitter when using
cacheText
(#23)
Bugfixes
- [Bug] Correct
devDependencies
vsdependencies
, and remove unused package (#22)
Updates
v1.2.0
New features
- [Feature] New plugin options:
doNotTrack
,theme
,twitterScript.enabled
(#17) 🥇 @Antonio-Laguna
Bugfixes
- [Bugfix] Plugin no longer adds multiple Twitter
script
tags incacheText
mode (#17) 🥇 @Antonio-Laguna