Releases: umijs/dumi
Releases · umijs/dumi
v2.0.14
New
- Now mobile library development is supported, check out the official guide to learn more #1287 @xiaohuoni @PeachScript
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
@
tosrc
by default if existing - Speed up atom parser in monorepo
Full Changelog: v2.0.13...v2.0.14
v2.0.13
Features
- Describe usage for the automatic API table feature
- Support to pass custom processor for
AtomRenderer
theme api
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
v2.0.11
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 forapiParser
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
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
v2.0.8
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
v2.0.6
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
- @c0dedance made their first contribution in #1326
Full Changelog: v2.0.5...v2.0.6
v2.0.5
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
- @fengxinhhh made their first contribution in #1305
Full Changelog: v2.0.4...v2.0.5