Skip to content

v3.8.0

Choose a tag to compare

@farnabaz farnabaz released this 29 Oct 17:06
· 167 commits to main since this release

πŸŽ‰ Highlights

β€’ Schema extension: Allow extending inherited schemas with additional properties.
β€’ Faster hot reload: Use Vite dev server to handle Content Hot Reload.

πŸš€ Enhancements

  • Use Vite server for content hot reload (#3546)
  • Client utils (#3506)
  • Add support for nuxthub v1 (#3576)

πŸ”₯ Performance

  • git: Use modern-tar over tar (#3569)

🩹 Fixes

  • Stops props.data rerendering ContentRenderer (#3544)
  • Extend inherited schema (dd054ea9)

πŸ“– Documentation

  • Update COPY command to support multiple lock files (#3545)
  • Add back docs aside right bottom (c5603fac)
  • Fix ads blink (cba9e34d)
  • Update docus (362056af)
  • Typo in migration docs about source definitions (#3571)
  • Add vercel insights (aa0fa667)
  • Update nuxt studio (79eb935e)
  • Lint fix (868375bf)

🏑 Chore

  • Remove ui pro occurences (#3557)
  • Upgrade deps (77ccf914)
  • Cleanup deprecated z re-export and editor usage (#3561)
  • Upgrade deps (19e52328)

βœ… Tests

❀️ Contributors