Skip to content

Releases: umijs/dumi

v1.1.45

08 Jul 08:45
Compare
Choose a tag to compare

Fixed

  • Dependencies collect bug for host packages in pnpm workspace #1122 @miracles1919
  • Correct dumi version for lib template #1133

v1.1.44

07 Jul 09:54
Compare
Choose a tag to compare

Features

  • Upgrade to father 4 for create-dumi-lib
  • Upgrade to React 18 for create-dumi-lib

Improvements

  • Declare @umijs/core in dependencies for compatible with father 4

v1.1.43

04 Jul 06:59
Compare
Choose a tag to compare

Fixed

Features

  • Add ErrorBoundary for demo previewer

v1.1.42

19 May 09:30
Compare
Choose a tag to compare

Features

  • Support React 18 & ReactDOM 18 #1067

Fixed

  • Memory leak risk of alias check logic
  • Default theme not found with some pkg managers

v1.1.40

20 Mar 13:13
Compare
Choose a tag to compare

Features

  • Handle missing langs for api description, will fallback to the default description without suffix #1058 @3lang3
  • Support bitbucket subgroups for edit link #1000

Fixed

  • Avoid styles of global custom component that conflict with .markdown wrapper #993
  • Route meta lost bug in integrated mode #1045

v1.1.39

02 Mar 03:46
Compare
Choose a tag to compare

Features

  • Support to control action bar render for the default previewer, if we want to customize one based on it

Fixed

  • Simulate the touch events error #997 @xiaohuoni
  • img not support blob protocol bug #1034 @1247748612
  • API skipNodeModules bug #1015
  • Repeat meta parse bug for code block demo
  • Mobile demo url bug if mixed builtin & custom renderer
  • Handle unexpected file path for custom compiletime

v1.1.38

29 Dec 12:48
Compare
Choose a tag to compare

Improvements

  • Improve toc render logic in mobile theme, force in menu => default in menu #986
  • Improve mobile demo activate logic
  • To avoid mobile device simulator flickering when the page loads

v1.1.37

17 Dec 11:21
Compare
Choose a tag to compare

Fixed

  • Use babel-plugin-import to import on demand does not work for code block demo #179
  • Dev server crash when demo has syntax error, since the custom compiletime feature
  • Search result data bug if markdown file has the default locale suffix

Improvements

  • Auto replace useLayoutEffect with useEffect for ssr build, goodbye to useLayoutEffect warnings

v1.1.36

14 Dec 09:30
Compare
Choose a tag to compare

Features

  • Support horizontal scrolling for wide markdown tables

Fixed

  • Mobile demo cannot switch bug #976

Improvements

  • Force render toc into side menu for mobile theme
  • Imporve dark style for the mobile simulator

v1.1.34

03 Dec 09:37
Compare
Choose a tag to compare

Fixed

  • Unexpected re-render for demos after page loaded
  • mobile: false not working bug when click demo in the mobile theme #962
  • SSR failed bug for the demo single route ~demos/:uuid

Improvements

  • Disable loading... text for all demos when enable dynamic imports
  • Mobile demo can be actived by anchor link of the previous title
  • Improve create-dumi-lib scaffold, includes clear tsconfig.json、prettier config、publish script and add test sample