Skip to content

Releases: nuxt/content

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

v1.5.1

31 Jul 16:33
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #231 Comply with possible custom dir
  • 4b3417e Improve update of document in database when dev mode watch

v1.5.0

27 Jul 12:10
Compare
Choose a tag to compare

🚀 Features

  • #243 Add content:ready hook
  • #258 Add classes for live editing
  • #254 Allow override of createdAt and updatedAt properties
  • #256 Add custom parsers
  • #284 Ignore content/ folder on generate for NuxtJS v2.14
  • #285 Add option to disable live edit
  • #289 Handle textarea tab + shift tab events

🐛 Bug Fixes

  • #230 Properly handle anchor tags without href fields
  • #238 Use compound sort + apply skip and limit at the very end
  • #248 Join array props in nuxt-content component
  • #249 Replace fs with graceful-fs
  • #251 Pass globalName to client plugin
  • #280 Ensure path and extension on dev mode
  • #279 Improve toc heading parsing
  • #223 Improve nuxt-content attributes handling
  • #287 Improve options merging when no default value

💖 Thanks to

v1.4.1

02 Jul 13:10
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #208 Add without method to types

📖 Documentation

The documentation has been improved with design and content updates, a new "Examples" section has been added, ...