Releases

v1.14.0 3/2/2021

🚀 Features

  • Pass document data to remark plugins (#782) (ed56f5a)

🐛 Bug Fixes

  • Avoid using commonjs for runtime (vite support) (#805) (8de3e12)
  • Handle readable ended request (#790) (7660d0f)
  • Remove flatmap to support node v10 (#770) (21635e2)
  • Disable pathPrefix for nuxt 2.15 Support (#804) (a93dcf4)

v1.13.1 3/2/2021

🐛 Bug Fixes

v1.13.0 2/10/2021

🚀 Features

  • Support PrismJS diff-highlight plugin (#755) · 3c2186a

🐛 Bug Fixes

  • Use top 2 level of nodes to generate table of contents (#757) · fe4de6b

💖 Thanks to

  • @farnabaz
  • @NozomuIkuta

v1.12.0 1/29/2021

🚀 Features

  • Sort by score (most relevant first) when searching (#671) · 1936a0e
  • Allow directories name to contain a dot (#673) · c50468c
  • Add path for custom parsers (#656) · 955cf9f
  • Improve reactivity (#688) · 1fbcbbc
  • Optional search parameter (#733) · db3fd67

🐛 Bug Fixes

  • Failed ci on windows and enhance file name detection regex (#680) · f445444
  • Properly treat falsy values in context (#685) · 228f7e0
  • Codeblock parse lang should support other meta (#691) · 881f6d4
  • Change types (#732) · a6274e4

💖 Thanks to

  • @danielsaul
  • @Geminii
  • @btkostner
  • @AlexanderBelokon
  • @Billybobbonnet
  • @jefrydco
  • @fuxingloh
  • @pa001024
  • @RizaHKhan
  • @NozomuIkuta
  • @phivk

v1.11.1 11/25/2020

🐛 Bug Fixes

  • #654 Adds remark-gfm plugin

💖 Thanks to

  • @paolodenti

v1.11.0 11/19/2020

🚀 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

  • @NozomuIkuta
  • @kylewelsby
  • @AlexanderBelokon

v1.10.0 10/12/2020

🚀 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

  • @clomie
  • @nielsdB97
  • @dipsaus9

v1.9.0 9/16/2020

🚀 Features

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

💖 Thanks to

  • @jefrydco
  • @dipsaus9
  • @nielsdB97
  • @mathe42

v1.8.1 9/3/2020

🐛 Bug Fixes

  • 39fd508 Add other missing dependencies

v1.8.0 9/3/2020

🚀 Features

  • #442 Add database as second argument to beforeInsert hook

🐛 Bug Fixes

  • #449 Add missing package detab

💖 Thanks to

  • @mathe42

v1.7.1 8/31/2020

🐛 Bug Fixes

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

💖 Thanks to

  • @Barbapapazes

v1.7.0 8/25/2020

🚀 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

  • @mathe42
  • @danielkellyio
  • @nogic1008

v1.6.0 8/6/2020

🚀 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

  • @mathe42

v1.5.3 8/1/2020

🐛 Bug Fixes

  • 7700762 Remove @nuxt/content cycle dependency

v1.5.2 8/1/2020

📖 Documentation

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

v1.5.1 7/31/2020

🐛 Bug Fixes

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

v1.5.0 7/27/2020

🚀 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

  • @belph
  • @uta-mori
  • @alvarosaburido
  • @azrikahar
  • @f3ltron
  • @mathe42
  • @cogor

v1.4.1 7/2/2020

🐛 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 6/30/2020

🚀 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

  • @mathe42
  • @delapuente
  • @azrikahar
  • @bayssmekanique
  • @cogor for Russian docs
  • @uta-mori for Japanese docs
  • @Nekika for French docs

v1.3.2 6/10/2020

Bug Fixes

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

Documentation

  • russian #70
  • french #117

v1.3.1 6/4/2020

Bug Fixes

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

v1.3.0 6/4/2020

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 5/25/2020

Features

v1.1.0 5/25/2020

Add support for Markdown footnotes

v1.0.2 5/24/2020

Added TypeScript support.

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

v1.0.0 5/22/2020

The official version is out ✨

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