Releases: umijs/dumi
Releases · umijs/dumi
v2.0.0
dumi 2.0 now available, check out the official site for getting-started: https://d.umijs.org/
Realse Announcement: https://zhuanlan.zhihu.com/p/584551696
Thanks to all the contributors for build dumi 2.0 together:
@PeachScript @wyy0521 @miracles1919 @xierenyuan @BoyYangzai @wangyi12358 @sorrycc @mortalYoung @tangying1027 @Dunqing @zhouzyc @yimingbot
v2.0.0-rc.16
Features
- Add RTL support for default theme
v2.0.0-rc.15
Improvements
- Add mobile device responsive support for demo grid
Fixed
- Wrong regexp for Safari browser
v2.0.0-rc.14
Features
- Support open demo in StackBlitz #1272 @miracles1919
Fixed
- Style tags from markdown content may not work
exportStatic.extraRoutePaths
from default config not work- Router base missing bug for demo url, to open in a new page
- Font color may lost bug for Container component
- Compatible with trailing slash url from server redirect
Improvements
- Use service worker to speed up
useSiteSearch
theme api - Improve user experience for search result panel
Full Changelog: v2.0.0-rc.11...v2.0.0-rc.14
v2.0.0-rc.11
Fixed
- Duplicated content tabs after HMR #1269 @wangyi12358
- HMR not working bug for embed content
- Unexpected lowercase path for locale routes
- Start failed by wrong client deps alias
Improvements
- Improve styles for Container component
- Remove unnecessary parent nodes in mdast from embed content
Full Changelog: v2.0.0-rc.10...v2.0.0-rc.11
v2.0.0-rc.9
Features
- Add
ErrorBoundary
for demo render - Support generate
sitemap.xml
viasitemap
config
Fixed
Improvements
- Merge demo async chunks by atom id
New Contributors
Full Changelog: v2.0.0-rc.8...v2.0.0-rc.9
v2.0.0-rc.10
Improvements
- Generate
title
,description
&keywords
in pre-rendered html
Full Changelog: v2.0.0-rc.9...v2.0.0-rc.10
v2.0.0-rc.8
Fixed
- Wrong route path for full-lang locale routes
v2.0.0-rc.7
Features
- Auto-transform slots imports for theme package via
father-plugin-dumi-theme
, to make sure theme slots can be override
Fixed
- Non-component files be collected unexpectedly in theme package
Improvements
- Pre-bundle analytics plugin from
@umijs/plugins
to reduce install size
v2.0.0-rc.6
Features
Fixed
- Sidebar render error when react < 18 #1265 @wangyi12358
- Theme temp file generate bug
Improvements
- Special characters are not allowed in route path