Skip to content

Releases: umijs/dumi

v2.0.0

18 Nov 04:40
Compare
Choose a tag to compare

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

17 Nov 16:56
Compare
Choose a tag to compare
v2.0.0-rc.16 Pre-release
Pre-release

Features

  • Add RTL support for default theme

v2.0.0-rc.15

17 Nov 16:55
Compare
Choose a tag to compare
v2.0.0-rc.15 Pre-release
Pre-release

Improvements

  • Add mobile device responsive support for demo grid

Fixed

  • Wrong regexp for Safari browser

v2.0.0-rc.14

16 Nov 14:17
Compare
Choose a tag to compare
v2.0.0-rc.14 Pre-release
Pre-release

Features

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

15 Nov 10:40
Compare
Choose a tag to compare
v2.0.0-rc.11 Pre-release
Pre-release

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

14 Nov 12:20
Compare
Choose a tag to compare
v2.0.0-rc.9 Pre-release
Pre-release

Features

  • Add ErrorBoundary for demo render
  • Support generate sitemap.xml via sitemap config

Fixed

  • Route id conflict bug in monorepo #1267 @zhouzyc
  • Uncaught error in markdown meta loader

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

14 Nov 13:22
Compare
Choose a tag to compare
v2.0.0-rc.10 Pre-release
Pre-release

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

13 Nov 11:41
Compare
Choose a tag to compare
v2.0.0-rc.8 Pre-release
Pre-release

Fixed

  • Wrong route path for full-lang locale routes

v2.0.0-rc.7

13 Nov 07:32
Compare
Choose a tag to compare
v2.0.0-rc.7 Pre-release
Pre-release

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

12 Nov 09:26
Compare
Choose a tag to compare
v2.0.0-rc.6 Pre-release
Pre-release

Features

  • Add Badge global component in default theme, usage
  • Support container syntax for markdown, usage

Fixed

  • Sidebar render error when react < 18 #1265 @wangyi12358
  • Theme temp file generate bug

Improvements

  • Special characters are not allowed in route path