Skip to content

Releases: umijs/dumi

v2.0.14

15 Dec 07:53
Compare
Choose a tag to compare

New

Features

  • Add HeaderExtra slot to default theme, for add more content to header bar
  • Add NavbarExtra slot to default theme, for add nav links incrementally

Improvements

  • Support all Umi conventional files within .dumi dir, such as .dumi/loading.tsx
  • Alias @ to src by default if existing
  • Speed up atom parser in monorepo

Full Changelog: v2.0.13...v2.0.14

v2.0.13

08 Dec 09:09
Compare
Choose a tag to compare

Features

Fixed

  • TypeScript type definition compile error from code block demo #1357
  • 2 copy react bug when write code block react demo and enable MFSU #1348
  • Use legacy color for compatible with math feature of less-loader #1365
  • API data lost bug after HMR

Full Changelog: v2.0.12...v2.0.13

v2.0.12

06 Dec 11:43
Compare
Choose a tag to compare

Fixed

  • themeConfig.nav read error in useNavData theme api #1355 @Go7hic
  • types field error for react template #1351
  • Incorrect scroll position of source code & list from search result #1342

New Contributors

Full Changelog: v2.0.11...v2.0.12

v2.0.11

05 Dec 16:34
Compare
Choose a tag to compare

Features

  • Support to add link for feature items of default theme #1347 @Go7hic
  • Support multi-lang data for nav theme config #1338
  • Add resolveFilter option for apiParser

Fixed

  • Use stable dumi version for templates in #1349 @mortalYoung
  • Incorrect .dumi temp directory path when set alias for @
  • Auto-alias unexpectedly overrides user's sub-path alias

Improvements

  • Reuse resolve result for api parser

New Contributors

Full Changelog: v2.0.10...v2.0.11

v2.0.10

01 Dec 13:35
Compare
Choose a tag to compare

Fixed

  • Demo module resolve failed from embed content
  • Wrong name field for assets.json
  • Wrong name be collected for alias dependency of block example

v2.0.9

30 Nov 12:56
Compare
Choose a tag to compare

Fixed

  • code demo id conflict bug #1340
  • Correct assets.json generate logic
  • Wrong loading status after tab changed

v2.0.8

29 Nov 13:28
Compare
Choose a tag to compare

Features

  • Add getAssetsMetadata plugin api
  • Add unwatch method for atom api parser on plugin api

Fixed

  • Unexpected APP_ROOT env after father config auto-resolved

v2.0.7

27 Nov 11:31
Compare
Choose a tag to compare

Fixed

  • Search worker compiled failed with MFSU #1328
  • Responsive styles for language & RTL switch

v2.0.6

25 Nov 09:50
Compare
Choose a tag to compare

Features

  • Use animated scroll for hash anchor #1303 @fengxinhhh
  • Support to configure unpkg host for api parser

Fixed

  • Result overflow bug for search modal #1324 @binyellow
  • Sidebar text bellow the baseline be clipped #1326 @c0dedance
  • Anchor scroll conflict with other theme #1325
  • Basic api missing types from dumi #1313

Improvements

  • Make search servicer worker to inline via blob
  • Remove legacy config warning for beta users
  • Allow generate assets.json without atom assets

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

23 Nov 13:21
Compare
Choose a tag to compare

Features

  • Add AtomRenderer to theme api, for render atom asset via pass props #1227

Fixed

  • Regexp render error in tab id #1318 @wyy0512
  • Content tabs index conflicts which registered via plugin api #1319 @wyy0512
  • Search service worker crash bug in MFSU mode
  • Colon text content may be lost after markdown compilation

Improvements

  • Correct gap for rtl & lang switch #1305 @fengxinhhh
  • Release resolved deferrer in markdown loader

New Contributors

Full Changelog: v2.0.4...v2.0.5