Skip to content

v0.5.0

Compare
Choose a tag to compare
@pedronauck pedronauck released this 03 Jul 06:26
· 1255 commits to main since this release

Changelog

Bug Fixes

Features

  • docz-core: add ordering property for config (a6c307d) (thanks @Swapnull)
  • docz-core: read name from package.json to populate initial title (4f10a6d)
  • docz-theme-default: add sidebar search (8218dc1)
  • docz-theme-default: some bundle size improvements

Ordering property

Now you can define how order prop will work by passing an ordering property on your configuration:

// doczrc.js
export default {
  order: 'ascending'
}

Search

And a simple and powerful search for your menus (powered by Fuse.js)