Skip to content

Releases: umijs/dumi

v1.1.33

25 Nov 03:27
Compare
Choose a tag to compare

Features

  • Support to register compiletime component, such as customize API component #933 @mortalYoung

Fixed

  • FrontMatter & API HMR bug when enable mfsu #959
  • Module not found bug in Tree component #955 @binyellow
  • File path error for nested local files in demo deps
  • Cannot switch between mobile demos if configure router base

Improvements

v1.1.32

12 Nov 07:42
Compare
Choose a tag to compare

Features

  • Support builtin components within directory in theme package #924 @xiaohuoni
  • Builtin the Tree component into default theme #608 @xrkffgg

Fixed

  • demoUrl attribute not working bug from code tag
  • Error resolve.excludes condition for exlude resolve targets

Improvements

  • Use push state instead of page refresh for demos of mobile theme
  • Ignore invalid src componentName in assets meta data
  • Skip symlink & alias logic in integrated mode

v1.1.31

22 Oct 08:35
Compare
Choose a tag to compare

Features

  • Suffix the project title to sub-page route title #907 @cnyballk
  • Support to toggle mobile demo by click code panel

Fixed

  • Markdown style conflict with demo in embed #554
  • Ignore babel config file by default #904

Improvements

  • To avoid generate empty .markdown wrapper node
  • Do not export dynamic route file for Windows

v1.1.30

28 Sep 03:25
Compare
Choose a tag to compare

Features

  • Support to register custom demo compiletime, it can be used to render non-react tech stack demo, check out the docs to learn more #804

Fixed

  • Guess api component name for xxx/lib/index.d.ts #889 @Saber2pr
  • React version conflict when initializing from create-dumi-lib #884
  • mailto & tel link error #886
  • Code block assets meta data lost bug in same md
  • Side menu active conflicts
  • alias lost when build docs for integrated project #891

v1.1.29

17 Sep 10:21
Compare
Choose a tag to compare

Fixed

  • Routes generate error when dir name starts with locale prefix, again #871
  • Guess api component name for declaration file #883 @Saber2pr
  • Demo render repeated bug in getDemoRenderArgs #888 @awmleer
  • Assets meta data repeated bug when HMR or assets has duplicated id

v1.1.28

14 Sep 17:11
Compare
Choose a tag to compare

Fixed

  • resolve.excludes not working bug #878 @xialeistudio
  • Link lost bug for title of the single children merged group
  • Link active bug for title of the single children merged group

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