Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Releases: umijs/father-next

v4.0.0-rc.9

11 Aug 17:03
Compare
Choose a tag to compare
v4.0.0-rc.9 Pre-release
Pre-release

Features

Fixed

  • dist content inconsistent between dev and build @cl1107 #59

v4.0.0-rc.8

31 Jul 03:37
Compare
Choose a tag to compare
v4.0.0-rc.8 Pre-release
Pre-release

Fixed

  • Auto react jsx runtime not working for >= version range
  • Correct logic for PACK_FILES_MISSING doctor rule

v4.0.0-rc.7

29 Jul 07:13
Compare
Choose a tag to compare
v4.0.0-rc.7 Pre-release
Pre-release

Features

  • Add father doctor command to check potential problems 🩺 #56

  • Auto jsx runtime base on React version for babel transformer #45

Fixed

  • FATHER_CACHE=none env not working for bundle mode

v4.0.0-rc.6

25 Jul 08:10
Compare
Choose a tag to compare
v4.0.0-rc.6 Pre-release
Pre-release

Feature

  • Bundle support persistent cache πŸš€

Improvements

  • Improve persistent cache location for bundless
  • Improve error output for dts generator, always output location and code for all errors #52

Fixed

v4.0.0-rc.5

22 Jul 09:04
Compare
Choose a tag to compare
v4.0.0-rc.5 Pre-release
Pre-release

Features

  • Bundless support persistent cache πŸš€ #51
  • Support --quiet arg to output clear log for dev & build command

Fixed

  • Process exit bug when transform failed in dev mode
  • Correct cwd for bundless loader

v4.0.0-rc.4

20 Jul 07:20
Compare
Choose a tag to compare
v4.0.0-rc.4 Pre-release
Pre-release

Fixed

  • Override multi-level directory bug in bundless mode #47 @fz6m
  • Source files of both platform template #42 @txp1035

Improvements

  • To avoid useless dir be created after create-father #48 @txp1035
  • Ignore __snapshots__ by default in bundless mode
  • Support export * from <ambient_module> in api-extractor patcher

v4.0.0-rc.3

10 Jul 12:38
Compare
Choose a tag to compare
v4.0.0-rc.3 Pre-release
Pre-release

Fixed

  • Incorrect name of @types org dependencies for dts pre-bundle
  • Lost auto-external from extraDtsDeps for dts pre-bundle
  • Compatibility for export = in api-extractor patcher #28
  • Incorrect type dependencies when collecting nested dts dependencies
  • Referenced dts generate failed in dev mode #43

v4.0.0-rc.2

05 Jul 03:08
Compare
Choose a tag to compare
v4.0.0-rc.2 Pre-release
Pre-release

Fixed

  • Skip bundless unexpected alias from tsconfig.json paths which out of cwd

v4.0.0-rc.1

05 Jul 02:11
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

Features

  • Support pre-bundle nested deps for .d.ts #34

Fixed

  • inccorect default config for both platform in create-father
  • Incorrect main, module & types fields in create-father
  • Skip transform tsconfig.json paths which out of cwd

v4.0.0-rc.0

30 Jun 02:39
Compare
Choose a tag to compare
v4.0.0-rc.0 Pre-release
Pre-release

Now father@4 RC version is available, you can try it with our docs: δΈ­ζ–‡

Fixed

  • Auto-remove suffix for js-like alias #32 @xierenyuan
  • Lost template in create-father package

Improvements

  • Use top-level output config for prebundle #30 @zzcan