Releases: umijs/dumi
Releases · umijs/dumi
v1.0.0-alpha.14
Features
- Support use
README.md
with locale suffix as the locale root path
Improvements
- Default to sort by ASCII of filename for routes if it has not
order
config
Fixed
- Menu broken bug when using multi-language with the
group
feature - Locale select state error for default theme
v1.0.0-alpha.13
v1.0.0-alpha.12
Fixed
- Improve the way to symlink automatically to avoid GitLab CI bug
- Side menu z-index bug on mobile devices, #56 , by @chenshuai2144
- Group order not working bug, #57
- Group entry file case-sensitive bug when generating routes
v1.0.0-alpha.10
Features
- Add icon for external links, #54 , by @kakuyogy
- Support to configure legacy path for md (use to migrating from old doc tool)
- Fallback to
README.md
if there has no index route
Fixed
- Repeat generate bug for route redirects
- Slug text bug if using inline code in title
Improvements
- Refactor routes generate logic, prepare for i18n routes
- Add test case for routes generator
v1.0.0-alpha.9
Features
- Responsibility for the built-in default theme, #49, by @chenshuai2144
npm link
automatically for current package(s), use for resolve module path when writing demo
Improvements
- Alias
src
first of root path ifsrc
path exists, #52, by @chenshuai2144
v1.0.0-alpha.7
Fixed
title
undefined error when generate sub routesslugs
undefined error when render affix menu in layout
v1.0.0-alpha.6
(Due to npm publish system crash, missing the v1.0.0-alpha.5, npm/cli#593)
Features
- Add Code Sandbox link for demo previewer, #38 , by @tli4
- Highlight following for affix menu when scrolling, #39 , by @tli4
Fixed
- AST traverse bug for another exports default statement: exports.default
- Route path broken on Windows, #43 , by @chenshuai2144
extraBabelPlugins
config get bug, #36 , by @Deturium
v1.0.0-alpha.4
Features
- Add affix menu to display slugs on the right, also can be disabed, #32 , by @xiaohuoni
- Add inline mode for previewer, we can insert any custom react component now!
- Support to apply user babel plugin config for transform demo
Improvements
- Support to write self-closing HTML tags without close symbol
- Rewrite routes & menus generate logic
Fixed
v1.0.0-alpha.3
Improvements
- Support to use README as the default entry, by @xiaohuoni , #19
- Support to set empty title to hide it, by @xiaohuoni , #17
- Ignore
node_modules
when searching routes - Suppor to export class component as a demo
- Use a common way to get frontmatter and meta data for markdown file, #20