Skip to content

Releases: umijs/father

v4.3.4

12 Sep 06:41
Compare
Choose a tag to compare

Features

  • Add TSCONFIG_RISK doctor rule #712

Fixed

  • Omit d.ts generate errors that not belong to the built files #711

Full Changelog: v4.3.3...v4.3.4

v4.3.3

07 Sep 07:35
Compare
Choose a tag to compare

Fixed

*tsconfig.json include types lost when generating .d.ts files #707

Full Changelog: v4.3.2...v4.3.3

v4.3.2

31 Aug 02:40
Compare
Choose a tag to compare

Fixed

  • d.ts pre emit diagnostics lost after compilation #701
  • d.ts may lost if tsconfig changed #702

Improvements

  • Skip d.ts files when doctor parsing #700

Full Changelog: v4.3.1...v4.3.2

v4.3.1

08 Aug 09:53
Compare
Choose a tag to compare

Fixed

  • .d.ts lost in re-compilation if save file with same content #691

Improvements

  • Downgrade browser targets to { ie: 11 } for swc transformer in #689
  • Downgrade browser targets to { chrome: 51 } for esbuild transformer in #690

Full Changelog: v4.3.0...v4.3.1

v4.3.0

23 Jul 14:24
Compare
Choose a tag to compare

Features

Improvements

  • Improve logic to set react jsx type #681

New Contributors

Full Changelog: v4.2.3...v4.3.0

v4.2.3

07 Jun 03:41
Compare
Choose a tag to compare

Features

  • Support to configure output filename for umd #660

Full Changelog: v4.2.2...v4.2.3

v4.2.2

01 Jun 09:49
Compare
Choose a tag to compare

Fixed

  • fix: externals and postcssOptions type in umd #655 @cloudyan
  • fix: dts lost when esm and cjs has different ignores #656
  • fix: should not read babel config file by #658

New Contributors

Full Changelog: v4.2.1...v4.2.2

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