Releases: umijs/dumi
Releases · umijs/dumi
v1.1.27
Features
- Support to hide auto-title for API #860 @cnyballk
- Support to configure device carrier for mobile theme #619 @CJY0208
- Support to group 1-level md files with
group.title
, nowgroup.path
is not required
Fixed
- Edit link error when using
APP_ROOT
env #857 @MrSeaWave - DecodeURI for local img src #866 @cnyballk
- Do not detect
componentName
for pure readme in assets meta data - Same slugs conflict between embeded md files #869
- Code block demo id conflicts between same name md files #847
- Routes generate error when dir name starts with locale prefix #871
Improvements
- Enable cache for embeded md files
v1.1.26
Features
- Self-hosted algolia support #831 @helsonxiao
- Builtin
AnchorLink
component supports scroll highlight #416 - Support use alias in API component #796 @ltaoo
- Highlight keyword in search panel #712
Fixed
- Simulator status bar penetrated bug
- Correct filter to set component name for assets meta data
- SSR faild for demo single page
- Dynamic enable bug when build with
mfsu
config dumi/theme
API not found bug within inline demo #846
Improvements
- Hide text for folded mobile search input #844
v1.1.25
Features
- Support to exclude md files, check out the
resolve.excludes
config #792 @ltaoo - Support to configure api parser, check out the
apiParser
config #807 @sdhr27
Fixed
- Theme packages can be installed with react 17 #798 @0x219
- HTML dist error when enable exportStatic and htmlSuffix #809 @ppbl
- Copy btn style on iOS #766
- Dev exit bug if demo has syntax error in hmr #703
Improvements
v1.1.24
v1.1.23
Fixed
- Some routes maybe lost if enable
exportStatic
in Umi integrated mode project, such as Ant Design Pro template
v1.1.22
v1.1.20
v1.1.19
v1.1.18
v1.1.17
Features
- The full-new dark mode for default theme, also supports to follow system prefers color, #490
Improvements
- Upgrade prettier to 2.x for all scaffolds
- Revert temp mathjax rehype plugin, continue to use the upstream package, #659
Fixed
- Start error with empty object of repository field, #671
- Declare side effects for local theme, to avoid theme style lost by
sideEffects: false
- Anchor compatible with memory router from micro app
- Mobile simulator display bug after route switched, #662
- Build failed if configured routes in integrated mode, #561