Skip to content

Releases: nuxt/content

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)

v1.3.0

04 Jun 12:51
Compare
Choose a tag to compare

Features

  • support custom return types by the fetch method (#42)
  • support nested properties query using dot-notation (#60)
  • support fetching files from subdirectories (#63)

Bug Fixes

  • decodeURI before searching query (#55)

v1.2.0

25 May 16:20
Compare
Choose a tag to compare

Features

v1.1.0

25 May 11:51
Compare
Choose a tag to compare

Add support for Markdown footnotes

v1.0.2

24 May 15:05
Compare
Choose a tag to compare

Added TypeScript support.

Read more on https://content.nuxtjs.org/installation/#typescript

v1.0.0

22 May 11:31
Compare
Choose a tag to compare

The official version is out ✨

Read more on https://content.nuxtjs.org