Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Releases: gfscott/eleventy-plugin-embed-twitter

v1.3.5

12 Jan 23:50
3b4458a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

19 Jul 23:53
7e41657
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

31 Oct 18:07
4fe2a7e
Compare
Choose a tag to compare

What's Changed

  • Run codeql action on all branches and on demand by @gfscott in #34
  • Safer handling of minified HTML by @gfscott in #35
  • Safer regex whitespace handling by @gfscott in #36
  • Dependency bumps based on npm audit by @gfscott in #37

Full Changelog: v1.3.2...v1.3.3

v1.3.2

30 Jul 17:12
e46b84b
Compare
Choose a tag to compare

Updates

  • [Dependencies] bump @11ty/eleventy-cache-assets to 2.3.0 (#30)
  • [Dependencies] bump codecov to 3.8.3 (#31)
  • [Dependencies] bump normalize-url to 4.5.1 (#32)

v1.3.1

15 May 18:29
4c29844
Compare
Choose a tag to compare

Updates

  • [Ops] Switch to GitHub-native Dependabot config (#25)
  • [Dependencies] Bump CodeCov to v3.8.2 (#26)
  • [Dependencies] Bump @11ty/eleventy-cache-assets to v2.2.1 (#27)
  • [Dependencies] NPM Audit fixes (#28)
  • [Ops] Add CodeQL analysis GitHub action (#29)

v1.3.0

03 Apr 16:46
220f496
Compare
Choose a tag to compare

New features

  • [Feature] New plugin options to configure embed display: align, cards, conversation, lang, and width (#21)
  • [Feature] Better data-caching from Twitter when using cacheText (#23)

Bugfixes

  • [Bug] Correct devDependencies vs dependencies, and remove unused package (#22)

Updates

  • [Ops] Add Rome for style compliance and linting (#24)
  • [Dependencies] Bump y18n to v4.0.1 (#20)

v1.2.0

21 Mar 17:50
8ce3455
Compare
Choose a tag to compare

New features

  • [Feature] New plugin options: doNotTrack, theme, twitterScript.enabled (#17) 🥇 @Antonio-Laguna

Bugfixes

  • [Bugfix] Plugin no longer adds multiple Twitter script tags in cacheText mode (#17) 🥇 @Antonio-Laguna

Updates

  • [Dependencies] Bump ava to 3.15.0 (#14)
  • [Dependencies] Bump parse-path to 4.0.3 (#15)
  • [Testing] Complete test coverage 💯 (#13)
  • [Docs] Update config documentation in README (#18)

v1.1.0

22 Dec 21:30
2256989
Compare
Choose a tag to compare

Updates

  • [Dependencies] Bump dependencies ava, bent, and codecov (#11)
  • [Ops] Deprecate Travis CI, switch to GitHub Actions (#12)

v1.0.2

11 Oct 20:54
21095f6
Compare
Choose a tag to compare

Updates

  • Update Travis CI badge (#5)

v1.0.1

10 Sep 22:25
bb8d99b
Compare
Choose a tag to compare

Bugfixes

  • Fix for plugin failure on missing options object (#3)
  • Remove stray console.log that made 11ty builds noisier (#4)

🥇 Special thanks this version to @grempe who filed both issues #1 and #2