Skip to content

Latest commit

 

History

History
139 lines (75 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

139 lines (75 loc) · 2.56 KB

Changelog

v1.5.0

  • Migrate to top-level /content directory #85

v1.4.4

  • Prevent supported assets (mdx json yml csv) being copied to public #63

v1.4.3

  • Refactor cache storage to support Nuxt Image #76

v1.4.2

  • Fix splash image

v1.4.1

  • Skip sockets setup if content watch is disabled #72

v1.4.0

  • Update Nuxt Image support to support multiple folders

v1.3.7

  • Update module builder #69

v1.3.5

  • Close storage drivers when nuxt is closing #49

v1.3.4

  • Opt in to import.meta.* properties (#66)
  • Update Nuxt compatibility

v1.3.3

v1.3.2

  • Ensure paths always use forward slashes #37

v1.3.1

  • Fix ignores bug preventing ordered content from displaying #36

v1.3.0

  • Make compatible with Nuxt Image

v1.2.1

  • Fix broken user config

v1.2.0

  • Fix image size change and live-reload #30

v1.1.2

  • Fix non-default watch port #28

v1.1.1

  • Optimise image size hint processing #25

v1.1.0

  • Change config imageSize option from url to src
  • Allow disabling of config imageSize by passing false
  • Improve style and query string addition to respect existing properties

v1.0.0

  • 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

v0.10.3

  • Prevent overwriting existing image size attributes #16

v0.10.2

  • Optimise AST parsing #14

v0.10.1

  • Respect ignored files and folders #12

v0.10.0

  • Resolve paths for any element attribute #5

v0.9.0-beta

  • Refactor of live reload
  • Fixed ignore yaml issue #9

v0.9.0-alpha

  • First draft of live reload using unstorage and local sockets

v0.8.0

  • Removed requirement to explicitly configure asset extensions #2

v0.7.0

  • Added support for multiple sources #5

v0.6.1

  • Fixed first-run issues #4

v0.6.0

  • Added imageSize: 'url' preference to pass image size hints in frontmatter paths
  • Updated demo with frontmatter component example

v0.5.3

  • Set compatibility info
  • Add splash

v0.5.2

  • Change imageAttrs to imageSize
  • Change assets path to full path

v0.5.1

  • Initial release