Skip to content

Releases: umijs/dumi

v2.1.15

07 Mar 02:18
Compare
Choose a tag to compare

Improvements

Fixed

  • Wrong toc links in page tab in #1516 @Wxh16144
  • Special links not working bug in markdown, such as <a href="/file.ext download">...</a> #1524
  • Workaround for helmet lost in ssr since [email protected] #1525
  • React types is missing in react template #1526

Full Changelog: v2.1.14...v2.1.15

v2.1.14

24 Feb 13:04
Compare
Choose a tag to compare

Features

Fixed

  • DOM type render failed bug in API component #1507

Full Changelog: v2.1.13...v2.1.14

v2.1.13

23 Feb 10:52
Compare
Choose a tag to compare

Fixed

Full Changelog: v2.1.12...v2.1.13

v2.1.12

23 Feb 02:36
Compare
Choose a tag to compare

Features

  • Hero title follow primary color variable in default theme #1501

Fixed

New Contributors

Full Changelog: v2.1.11...v2.1.12

v2.1.11

21 Feb 13:48
Compare
Choose a tag to compare

Features

  • Auto-API table supports render detailed types #1486

Fixed

  • CPU high load bug when parsing hybrid code and text in a single line #1455 @shunyue1320
  • Built-in dark theme variable lost bug if set lessLoader.modifyVars option #1492
  • Ambiguous relative link problem in markdown #1491

New Contributors

Full Changelog: v2.1.10...v2.1.11

v2.1.10

14 Feb 07:52
Compare
Choose a tag to compare

Features

  • Support append & prepend mode for nav config #1452 @kiner-tang
  • Custom tech-stack supports modify demo source files #1468

Full Changelog: v2.1.9...v2.1.10

v2.1.9

08 Feb 09:50
Compare
Choose a tag to compare

Fixed

  • Conventional sidebar missing index route for non-default locales #1464

Improvements

  • Improve prompt when use API without apiParser enabled #1466

New Contributors

Full Changelog: v2.1.8...v2.1.9

v2.1.8

07 Feb 07:17
Compare
Choose a tag to compare

Fixed

  • Wrong sidebar config for 1-level routes of non-default locales #1459
  • Language switch lost in root route of non-default locales #1458

Improvements

  • Support image with data url #1460 @AkaraChen
  • Remove useless question mark from mobile demo url #1462

Full Changelog: v2.1.7...v2.1.8

v2.1.7

02 Feb 10:26
Compare
Choose a tag to compare

Features

Fixed

  • Command & plugin hook bugs that casued by api parser worker thread #1448
  • SSR failed bug for demo layout of mobile theme #1451
  • Skip Umi prepare plugin as a workaround, to avoid start failed since [email protected]

Improvements

  • Skip pre-render for demo pages to improve build performance #1449

Full Changelog: v2.1.6...v2.1.7

v2.1.6

01 Feb 02:06
Compare
Choose a tag to compare

Features

  • Add resolve.forceKebabCaseRouting option to disable forced kebab-case conversion for routes

Improvements

  • Parser api definitions in an independent worker thread, to avoid blocking main thread tasks

New Contributors

Full Changelog: v2.1.5...v2.1.6