Skip to content

Releases: umijs/dumi

v1.1.27

14 Sep 07:33
Compare
Choose a tag to compare

Features

  • Support to hide auto-title for API #860 @cnyballk
  • Support to configure device carrier for mobile theme #619 @CJY0208
  • Support to group 1-level md files with group.title, now group.path is not required

Fixed

  • Edit link error when using APP_ROOT env #857 @MrSeaWave
  • DecodeURI for local img src #866 @cnyballk
  • Do not detect componentName for pure readme in assets meta data
  • Same slugs conflict between embeded md files #869
  • Code block demo id conflicts between same name md files #847
  • Routes generate error when dir name starts with locale prefix #871

Improvements

  • Enable cache for embeded md files

v1.1.26

30 Aug 16:12
Compare
Choose a tag to compare

Features

  • Self-hosted algolia support #831 @helsonxiao
  • Builtin AnchorLink component supports scroll highlight #416
  • Support use alias in API component #796 @ltaoo
  • Highlight keyword in search panel #712

Fixed

  • Simulator status bar penetrated bug
  • Correct filter to set component name for assets meta data
  • SSR faild for demo single page
  • Dynamic enable bug when build with mfsu config
  • dumi/theme API not found bug within inline demo #846

Improvements

  • Hide text for folded mobile search input #844

v1.1.25

13 Aug 04:10
Compare
Choose a tag to compare

Features

Fixed

  • Theme packages can be installed with react 17 #798 @0x219
  • HTML dist error when enable exportStatic and htmlSuffix #809 @ppbl
  • Copy btn style on iOS #766
  • Dev exit bug if demo has syntax error in hmr #703

Improvements

  • Change includes to indexOf in head script #813
  • Do not auto-alias for non-npm project #818
  • Optimize dark theme #821
  • Source code tab style for non-antd project

v1.1.24

30 Jul 06:38
Compare
Choose a tag to compare

Features

Fixed

  • Link parse error if wrap a local img, #791 @ltaoo
  • Exclude d.ts when load theme builtin components
  • dumi-default-theme not found with pnpm i, #570

Improvements

v1.1.23

01 Jul 08:39
Compare
Choose a tag to compare

Fixed

  • Some routes maybe lost if enable exportStatic in Umi integrated mode project, such as Ant Design Pro template

v1.1.22

29 Jun 03:16
Compare
Choose a tag to compare

Fixed

  • API parser cannot work with TypeScript 4.3+, #732
  • Not support auto await-import for embedded md modules

Improvements

  • Exit and prompt for user if the current library name is dumi
  • Update guide link for site template

v1.1.20

17 Jun 09:24
Compare
Choose a tag to compare

Improvements

  • Detect compiled components first for theme packages, priority: es > lib > src

Fixed

  • Existing symlink detecting logic, #700
  • Alignment problem between search results at different levels

v1.1.19

04 Jun 03:51
Compare
Choose a tag to compare

Features

  • Empty tips for search result, #709
  • Support to set api endpoint for useCodeSandbox, #711
  • Resolve frontmatter for fallback README.md, #714

Fixed

  • Dev server killed if demo has syntax error, #703

Improvements

  • Unlimited number of search results, #684
  • Source code selection color in dark mode, #695
  • First use directory name as fallback title for nav & group
  • Improve fallback logic for index title, #100

v1.1.18

19 May 04:13
Compare
Choose a tag to compare

Fixed

  • Demo source code not render in mobile theme, #682
  • SideEffects plugin cannot works with webpack 5
  • Locale select repeated render with empty nav items, #689
  • CSS detecting logic for group packages, #686
  • Hover style of footer links, #676

v1.1.17

08 May 07:39
Compare
Choose a tag to compare

Features

  • The full-new dark mode for default theme, also supports to follow system prefers color, #490

Improvements

  • Upgrade prettier to 2.x for all scaffolds
  • Revert temp mathjax rehype plugin, continue to use the upstream package, #659

Fixed

  • Start error with empty object of repository field, #671
  • Declare side effects for local theme, to avoid theme style lost by sideEffects: false
  • Anchor compatible with memory router from micro app
  • Mobile simulator display bug after route switched, #662
  • Build failed if configured routes in integrated mode, #561