Releases: nuxt/content
Releases · nuxt/content
v1.7.0
v1.6.0
v1.5.3
v1.5.2
v1.5.1
v1.5.0
🚀 Features
- #243 Add
content:ready
hook - #258 Add classes for live editing
- #254 Allow override of
createdAt
andupdatedAt
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
andlimit
at the very end - #248 Join array props in
nuxt-content
component - #249 Replace
fs
withgraceful-fs
- #251 Pass
globalName
to client plugin - #280 Ensure
path
andextension
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
v1.4.0
🚀 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