Skip to content

v2.12.0

Compare
Choose a tag to compare
@farnabaz farnabaz released this 06 Feb 09:11
· 29 commits to main since this release

馃殌 Enhancements

  • Adopt to mdc v0.4 (#2539)

NOTE Content module does not load languages that are not specified by the users for syntax-highlighting. See the documentation.
If you want to load support all languages, you can load them in module's config

import { bundledLanguages } from 'shiki'

export default defineNuxtConfig({
  content: {
    highlight: {
      langs: Object.keys(bundledLanguages)
    }
  }
})

馃敟 Performance

  • content-list: Cache contents list during generation and per-request (#2527)

馃┕ Fixes

  • module: Handle former props in ContentSlot transformer (#2525)
  • client-db: Fetch dir config on legacy query (4b9b6b7a)
  • navigation: Ignore extensions on navigation sort (#2529)

馃摉 Documentation

馃彙 Chore

  • tw-support: Get cssPath from array (#2501)
  • Missing imports in playground (e7e082c3)
  • Upgrade @nuxtjs/mdc (d3437082)

鉂わ笍 Contributors