Skip to content

Releases: umijs/dumi

v1.0.15

07 Apr 04:48
Compare
Choose a tag to compare

Fixed

  • TOC render problem when using built-in component in title

v1.0.14

06 Apr 15:13
Compare
Choose a tag to compare

Features

  • New built-in component Badge
  • Support to write markdown for hero.desc

Fixed

  • Pending bug that caused by network detecting

v1.0.13

27 Mar 13:04
Compare
Choose a tag to compare

Fixed

  • Module resolve bug if dumi alias local pkg, #132

1.0.12

27 Mar 04:15
Compare
Choose a tag to compare

Features

  • Support collect dependencies for demo (#97)

Improvements

  • (theme) parent level display for search result
  • (theme) use replace when anchor following

v1.0.11

23 Mar 08:41
Compare
Choose a tag to compare

Features

Fixed

  • Text ellipsis in search result list
  • Page render exception if pathname has end slash

v1.0.10

21 Mar 17:08
Compare
Choose a tag to compare

Features

  • Support to use alias for external demo path, #109

Fixed

  • Image src parse bug in JSX, #128
  • Crash sometimes when enable dynamicImport, #118

v1.0.9

20 Mar 15:32
Compare
Choose a tag to compare

Features

  • Support to use local image file in md, #123

Improvements

  • Using umi Link for site internal hyperlinks

Fixed

  • Custom menus bug if cwd was not root path
  • Continuous external demo tag (<code />) parse bug

v1.0.8

16 Mar 13:19
Compare
Choose a tag to compare

Features

  • Support to edit doc on GitLab

Fixed

  • Route generate bug when configure both nav.path & group.path

v1.0.7

14 Mar 08:27
Compare
Choose a tag to compare

Fixed

  • src path alias bug
  • Nav index page bug when customizing menus

v1.0.6

10 Mar 17:24
Compare
Choose a tag to compare

Improvements

  • Add markdown transformer cache for HMR performance

Fixed

  • External demo link bug if there has multiple demos have same name
  • src folder link bug #108