Skip to content

Releases: hasan-ozbey/flarum-ext-fancybox

0.2.0-beta.4

22 May 22:45
Compare
Choose a tag to compare
  • Fix captions were not working when you define them in URL BBCodes.
  • Give the button role to empty anchor tags for the sake of semantics.

0.2.0-beta.3

22 May 19:10
Compare
Choose a tag to compare
  • Fix it was not working for elements inside tables.

0.2.0-beta.2

22 May 15:06
Compare
Choose a tag to compare
  • Add close button.
  • Add new fancy attribute for IMG and URL BBCodes (requires flarum/bbcode extension).
    • Use [img fancy=off][/img] for images those you don't want them to get fancy.
    • Use [url fancy=iframe][/url] for iframes.
    • Use [url fancy=video][/url] for videos (fancyBox supports YouTube, Vimeo & MP4).
  • Add captions (requires flarum/bbcode extension).
    • Use [img title="Caption this."][/img] for images.
    • Alternatively, use [url title="Caption this." fancy=video]![](src)[/url] for others.
  • Fix #5.
  • Update card layout, make it more playable.
  • Update all dependencies.
  • Update README.md

Notes:

  • This package conflicts with squeevee/flarum-ext-fancybox, so you need to remove it first.
  • It seems like this package is not compatible with reflar/recache (see #4).