- Migrate to top-level
/content
directory #85
- Prevent supported assets (
mdx json yml csv
) being copied topublic
#63
- Refactor cache storage to support Nuxt Image #76
- Fix splash image
- Skip sockets setup if content watch is disabled #72
- Update Nuxt Image support to support multiple folders
- Update module builder #69
- Close storage drivers when nuxt is closing #49
- Opt in to
import.meta.*
properties (#66) - Update Nuxt compatibility
- Fix Demo #44
- Ensure paths always use forward slashes #37
- Fix
ignores
bug preventing ordered content from displaying #36
- Make compatible with Nuxt Image
- Fix broken user config
- Fix image size change and live-reload #30
- Fix non-default watch port #28
- Optimise image size hint processing #25
- Change config
imageSize
option fromurl
tosrc
- Allow disabling of config
imageSize
by passingfalse
- Improve style and query string addition to respect existing properties
- Default to
aspect-ratio
for image size hints - Fix bug with frontmatter size hints
- Retry websocket connection a maximum of 5 times in the client
- Log websocket url in build
- Prevent overwriting existing image size attributes #16
- Optimise AST parsing #14
- Respect ignored files and folders #12
- Resolve paths for any element attribute #5
- Refactor of live reload
- Fixed ignore yaml issue #9
- First draft of live reload using
unstorage
and local sockets
- Removed requirement to explicitly configure asset extensions #2
- Added support for multiple sources #5
- Fixed first-run issues #4
- Added
imageSize: 'url'
preference to pass image size hints in frontmatter paths - Updated demo with frontmatter component example
- Set compatibility info
- Add splash
- Change
imageAttrs
toimageSize
- Change assets path to full path
- Initial release