Skip to content

Releases: nuxt/content

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, ...

v1.4.0

30 Jun 08:24
Compare
Choose a tag to compare

🚀 Features

  • #182 Support .xml file format
  • #190 Support where query params in API middleware
  • #164 Global components import using @nuxt/components
  • #179 Add .without() method to exclude fields
  • #167 Parse .yml file format
  • #125 Live editing markdown content
  • #126 Option to return unparsed markdown in text
  • #121 Slots in rendering Vue.js components
  • #65 / #183 Customization of rehype plugins

🐛 Bug Fixes

  • #165 Handle classes on nuxt-content component
  • #180 SPA mode
  • #149 Promise type on fetch
  • #143 Attributes case in html rendering

💖 Thanks to

v1.3.2

10 Jun 13:59
Compare
Choose a tag to compare

Bug Fixes

  • avoid date mismatch with API #119
  • use router basepath in client plugin #53
  • handle router base #78

Documentation

v1.3.1

04 Jun 19:24
Compare
Choose a tag to compare

Bug Fixes

  • types: args can be an array of strings / objects (b2c2c13)