Skip to content

Releases: nuxt/content

v1.11.0

19 Nov 10:31
Compare
Choose a tag to compare

🚀 Features

  • #600 Support dynamic table of contents
  • #607 Support markdown excerpt
  • #618 Add content:options hook

🐛 Bug Fixes

  • #620 Fix websockets with alternative server
  • #621 Support space after codeblock for filename
  • #625 Add missing types
  • #636 Fix named slots rendering

💖 Thanks to

v1.10.0

12 Oct 13:44
Compare
Choose a tag to compare

🚀 Features

  • #486 Handle json array parsing

🐛 Bug Fixes

  • #509 Fix tab key handling of editor component with IME
  • #518 Fix incorrect typings for fetch method
  • #525 Includes types folder in package files
  • #548 Register components/global/ folder only if exists

💖 Thanks to

v1.9.0

16 Sep 09:14
Compare
Choose a tag to compare

🚀 Features

  • #467 Add custom highlighter
  • #462 #444 Improve types
  • #453 Add content:file:beforeParse hook

💖 Thanks to

v1.8.1

03 Sep 09:19
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 39fd508 Add other missing dependencies

v1.8.0

03 Sep 09:18
Compare
Choose a tag to compare

🚀 Features

  • #442 Add database as second argument to beforeInsert hook

🐛 Bug Fixes

  • #449 Add missing package detab

💖 Thanks to

v1.7.1

31 Aug 19:03
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #429 Offline mode with pwa module
  • #438 Write db.json with hash in name

💖 Thanks to

v1.7.0

25 Aug 10:07
Compare
Choose a tag to compare

🚀 Features

  • #312 Add custom editor API

🐛 Bug Fixes

  • #404 Fix v-bind inside nuxt-content component
  • #408 Use defu.arrayFn instead of custom merger
  • #409 Improve typings

💖 Thanks to

v1.6.0

06 Aug 14:30
Compare
Choose a tag to compare

🚀 Features

  • #327 Better typescript typings

🐛 Bug Fixes

  • #350 Options (text) were not forwarded on client-side when using nuxt generate
  • #359 Use property-information to convert hast attributes

💖 Thanks to

v1.5.3

01 Aug 19:01
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 7700762 Remove @nuxt/content cycle dependency

v1.5.2

01 Aug 18:59
Compare
Choose a tag to compare

📖 Documentation

  • 699fdf3 Publish README.md to npm following refactor to lerna