0.2.0-beta.2
hasan-ozbey
released this
22 May 15:06
·
6 commits
to master
since this release
- Add close button.
- Add new
fancy
attribute forIMG
andURL
BBCodes (requiresflarum/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).
- Use
- 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.
- Use
- 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).