Releases: umijs/dumi
Releases · umijs/dumi
v2.1.15
Improvements
- Allow specify id for conflicting code demo #1508 @Wxh16144
- Improve table layout for default theme #1511 @Wxh16144
- Site template ignore dist dir #1518 @Wxh16144
- Improve content padding when disable footer #1517 @Wxh16144
- Make chunk name clean for theme routes #1513
Fixed
- Wrong toc links in page tab in #1516 @Wxh16144
- Special links not working bug in markdown, such as
<a href="/file.ext download">...</a>
#1524 - Workaround for helmet lost in ssr since
[email protected]
#1525 - React types is missing in react template #1526
Full Changelog: v2.1.14...v2.1.15
v2.1.14
v2.1.13
v2.1.12
Features
- Hero title follow primary color variable in default theme #1501
Fixed
- Unexpected last item in demo cols #1499 @shunyue1320
- Search modal unexpectedly activated by input-like elements #1502 @Wxh16144
New Contributors
Full Changelog: v2.1.11...v2.1.12
v2.1.11
Features
- Auto-API table supports render detailed types #1486
Fixed
- CPU high load bug when parsing hybrid code and text in a single line #1455 @shunyue1320
- Built-in dark theme variable lost bug if set
lessLoader.modifyVars
option #1492 - Ambiguous relative link problem in markdown #1491
New Contributors
- @li-jia-nan made their first contribution in #1478
- @arvinxx made their first contribution in #1479
- @jaluik made their first contribution in #1484
Full Changelog: v2.1.10...v2.1.11
v2.1.10
Features
- Support append & prepend mode for nav config #1452 @kiner-tang
- Custom tech-stack supports modify demo source files #1468
Full Changelog: v2.1.9...v2.1.10
v2.1.9
v2.1.8
Fixed
- Wrong sidebar config for 1-level routes of non-default locales #1459
- Language switch lost in root route of non-default locales #1458
Improvements
- Support image with data url #1460 @AkaraChen
- Remove useless question mark from mobile demo url #1462
Full Changelog: v2.1.7...v2.1.8
v2.1.7
Features
- Support social links in theme config #1444 @kiner-tang
Fixed
- Command & plugin hook bugs that casued by api parser worker thread #1448
- SSR failed bug for demo layout of mobile theme #1451
- Skip Umi
prepare
plugin as a workaround, to avoid start failed since [email protected]
Improvements
- Skip pre-render for demo pages to improve build performance #1449
Full Changelog: v2.1.6...v2.1.7
v2.1.6
Features
- Add
resolve.forceKebabCaseRouting
option to disable forced kebab-case conversion for routes
Improvements
- Parser api definitions in an independent worker thread, to avoid blocking main thread tasks
New Contributors
Full Changelog: v2.1.5...v2.1.6