Releases: umijs/dumi
Releases · umijs/dumi
v1.1.38
v1.1.37
Fixed
- Use
babel-plugin-import
to import on demand does not work for code block demo #179 - Dev server crash when demo has syntax error, since the custom compiletime feature
- Search result data bug if markdown file has the default locale suffix
Improvements
- Auto replace
useLayoutEffect
withuseEffect
for ssr build, goodbye touseLayoutEffect
warnings
v1.1.36
v1.1.34
Fixed
- Unexpected re-render for demos after page loaded
mobile: false
not working bug when click demo in the mobile theme #962- SSR failed bug for the demo single route
~demos/:uuid
Improvements
- Disable
loading...
text for all demos when enable dynamic imports - Mobile demo can be actived by anchor link of the previous title
- Improve
create-dumi-lib
scaffold, includes cleartsconfig.json
、prettier config、publish script and add test sample
v1.1.33
Features
- Support to register compiletime component, such as customize API component #933 @mortalYoung
Fixed
- FrontMatter & API HMR bug when enable mfsu #959
- Module not found bug in Tree component #955 @binyellow
- File path error for nested local files in demo deps
- Cannot switch between mobile demos if configure router base
Improvements
- Lock
@mapbox/[email protected]
to avoid breaking change by node engine
v1.1.32
Features
- Support builtin components within directory in theme package #924 @xiaohuoni
- Builtin the
Tree
component into default theme #608 @xrkffgg
Fixed
demoUrl
attribute not working bug fromcode
tag- Error
resolve.excludes
condition for exlude resolve targets
Improvements
- Use push state instead of page refresh for demos of mobile theme
- Ignore invalid src
componentName
in assets meta data - Skip symlink & alias logic in integrated mode
v1.1.31
v1.1.30
v1.1.29
v1.1.28
Fixed
resolve.excludes
not working bug #878 @xialeistudio- Link lost bug for title of the single children merged group
- Link active bug for title of the single children merged group