Skip to content

Releases: umijs/dumi

v2.0.18

29 Dec 10:05
Compare
Choose a tag to compare

Fixed

  • Demo compile failed if import JSON module #1392

Improvements

  • Disable auto CSS Modules like father 4, for What Dev See Is What Publish Get

Full Changelog: v2.0.17...v2.0.18

v2.0.17

27 Dec 08:31
Compare
Choose a tag to compare

Fixed

  • Correct defineConfig parameter typing #1389 @tinymins
  • Incremental parse failed for atom parser in monorepo
  • Conventional .dumi/loading component not working bug
  • Correct tsconfig include option for templates

Improvements

  • Support to read auto atomId for API component
  • Warn for illegal self-closing code tag #1379 @miracles1919
  • Optimize performance of atom parser in development

New Contributors

Full Changelog: v2.0.16...v2.0.17

v2.0.16

27 Dec 08:30
Compare
Choose a tag to compare

Fixed

  • Previewer code panel always expanded in default theme #1378 @wyy0512

Full Changelog: v2.0.15...v2.0.16

v2.0.15

16 Dec 02:53
Compare
Choose a tag to compare

Fixed

  • Correct default value for @ alias, use src first and fall back to cwd

Full Changelog: v2.0.14...v2.0.15

v2.0.14

15 Dec 07:53
Compare
Choose a tag to compare

New

Features

  • Add HeaderExtra slot to default theme, for add more content to header bar
  • Add NavbarExtra slot to default theme, for add nav links incrementally

Improvements

  • Support all Umi conventional files within .dumi dir, such as .dumi/loading.tsx
  • Alias @ to src by default if existing
  • Speed up atom parser in monorepo

Full Changelog: v2.0.13...v2.0.14

v2.0.13

08 Dec 09:09
Compare
Choose a tag to compare

Features

Fixed

  • TypeScript type definition compile error from code block demo #1357
  • 2 copy react bug when write code block react demo and enable MFSU #1348
  • Use legacy color for compatible with math feature of less-loader #1365
  • API data lost bug after HMR

Full Changelog: v2.0.12...v2.0.13

v2.0.12

06 Dec 11:43
Compare
Choose a tag to compare

Fixed

  • themeConfig.nav read error in useNavData theme api #1355 @Go7hic
  • types field error for react template #1351
  • Incorrect scroll position of source code & list from search result #1342

New Contributors

Full Changelog: v2.0.11...v2.0.12

v2.0.11

05 Dec 16:34
Compare
Choose a tag to compare

Features

  • Support to add link for feature items of default theme #1347 @Go7hic
  • Support multi-lang data for nav theme config #1338
  • Add resolveFilter option for apiParser

Fixed

  • Use stable dumi version for templates in #1349 @mortalYoung
  • Incorrect .dumi temp directory path when set alias for @
  • Auto-alias unexpectedly overrides user's sub-path alias

Improvements

  • Reuse resolve result for api parser

New Contributors

Full Changelog: v2.0.10...v2.0.11

v2.0.10

01 Dec 13:35
Compare
Choose a tag to compare

Fixed

  • Demo module resolve failed from embed content
  • Wrong name field for assets.json
  • Wrong name be collected for alias dependency of block example

v2.0.9

30 Nov 12:56
Compare
Choose a tag to compare

Fixed

  • code demo id conflict bug #1340
  • Correct assets.json generate logic
  • Wrong loading status after tab changed