Releases: vertis/obsidian-image-layouts
0.15.5
0.15.4
[fix]: all the attempts at polyfills led to other errors. This uses a different package for reading.
0.15.3
[fix]: previous polyfilling attempts haven't worked, this one does. Unfortunately it's a bit heavy.
0.15.2
[fix]: another attempt at polyfilling based on: https://github.com/vitejs/vite/discussions/2785
0.15.1
[fix]: gray-matter doesn't work unless it has access to buffer, which it doesn't on Android - see jonschlinkert/gray-matter#143
0.15.0
[feat]: Tentative support for carousels - see documentation
0.14.2
[chore]: make it possible to set the permanent overlay in settings
0.14.1
[fix]: handle dark mode in the captions
0.14.0
fix: #10 the overlays were blocking clicks on the image and therefore stopping the Image Toolkit plugin from working
feat: #11 Overlay now takes the markdown [Text](image.jpg)
if it exists and uses it as the overlay
feat: #11 added the ability to add permanentOverlay: true
to the frontmatter and have the overlays show up permanently rather than on hover
feat: #11 captions and overlays now work on the Masory layouts
0.12.0
This release fixes an issue where markdown likes ![Image](image.jpg)
wouldn't work with the local repository. It now checks for http
and works correctly with this type of link.