Skip to content

Releases: umijs/father

v4.2.1

26 May 06:30
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

28 Apr 05:36
Compare
Choose a tag to compare

Features

  • Automatically enable babel-plugin-styled-components for styled-components project #639

Fixed

  • Use ts incremental ability to avoid invalid dts cache #638 @Carrotzpc

New Contributors

Full Changelog: v4.1.9...v4.2.0

v4.1.9

21 Apr 10:52
Compare
Choose a tag to compare

Features

  • Support to analyze multi-entry for umd #635

Fixed

  • Default prebundle config in template #631 @BoyYangzai
  • Disable CJS_IMPORT_ESM rule to avoid doctor error #633
  • Correct umd externals config types #634

New Contributors

Full Changelog: v4.1.8...v4.1.9

v4.1.8

06 Apr 02:24
Compare
Choose a tag to compare

Features

Fixed

  • Bundless ignore files are still checked in doctor #619
  • Rule PHANTOM_DEPS support optionalDependencies #618

Full Changelog: v4.1.7...v4.1.8

v4.1.7

16 Mar 09:20
Compare
Choose a tag to compare

Fixed

  • d.ts paths transform bug if project installed TypeScript 4.9.x #605
  • Wrong cache be reused when tsconfig declaration option changed #606

Improvements

  • Handle svg files as normal assets in bundle mode #607

Full Changelog: v4.1.6...v4.1.7

v4.1.6

28 Feb 09:32
Compare
Choose a tag to compare

Improvements

  • Allow advanced externals usage for umd #589

Fixed

  • Partial output files lost bug if multi-entry umd is used in dev command #590

Full Changelog: v4.1.5...v4.1.6

v4.1.5

17 Feb 08:13
Compare
Choose a tag to compare

Features

  • Dev command supports bundle mode #584

Improvements

  • Improve logger to make quiet mode quieter #581
  • Improve logger to prefix time in dev command #581

Full Changelog: v4.1.4...v4.1.5

v4.1.4

10 Feb 02:36
Compare
Choose a tag to compare

Features

  • Upgrade typescript to ~4.8.4 #578

Fixed

  • Partial output lost when change multiple files at the same time #576 #572
  • Handle SIGINT in dev command to avoid pnpm exit with error #580 #573

Improvements

  • Warn for noEmit: true when declaration: true in tsconfig.json #575

Full Changelog: v4.1.3...v4.1.4

v4.1.3

09 Jan 07:04
Compare
Choose a tag to compare

Fixed

  • Doctor failed if input contains unknown type file
  • father dev exit bug when remove file in multi-compile tasks #547

Improvements

  • Auto upgrade umijs deps version when released #565 @fz6m

Full Changelog: v4.1.2...v4.1.3

v4.1.2

20 Dec 09:47
Compare
Choose a tag to compare

Improvements

  • React JSX runtime respect tsconfig.json option first in babel/SWC/webpack #561

Full Changelog: v4.1.1...v4.1.2