Skip to content

Releases: umijs/father

v4.0.2

01 Sep 13:06
Compare
Choose a tag to compare

Fixed

  • Wrong extension for JSX files in bundless mode

v4.0.1

01 Sep 03:49
Compare
Choose a tag to compare

Fixed

  • PHANTOM_DEPS doctor rule incorrectly reports Node.js-standard-library, such as fs, path & etc.

Improvements

  • Upgrade typescript to ~4.7.4 (keep same semver with @microsoft/api-extractor)
  • Upgrade @microsoft/api-extractor to 7.29.5
  • Include **/*.d.ts files and exclude **/demos/** files in bundless mode

v4.0.0

26 Aug 10:01
Compare
Choose a tag to compare

Now father 4 is ready for production 🎉🎉🎉

You can try it with our docs: 中文

v4.0.0-rc.10

26 Aug 10:00
Compare
Choose a tag to compare
v4.0.0-rc.10 Pre-release
Pre-release

Features

  • Support generate jest via father g jest umijs/father-next#66
  • Enable father doctor for prepublish in boilerplate
  • Support theme config to configure lesss variables for umd build

v1.22.3

01 Jun 06:30
Compare
Choose a tag to compare

Fixed

  • Fix unexpected inline regeneratorRuntime, due to mismatched versions of @babel/helpers & @babel/plugin-transform-runtime #486

v1.22.2

25 May 07:04
Compare
Choose a tag to compare

Fixed

  • Use @babel/runtime version from project dependencies

v1.22.0

12 Apr 16:04
Compare
Choose a tag to compare

Features

  • Use babel for es5-imcompatible-versions in umd #477 @zengyue

v1.21.1

07 Feb 03:57
Compare
Choose a tag to compare

Fixed

  • Exclude umi temp dir (.umi/.umi-production/.umi-test) in babel mode by default

v1.21.0

21 Jan 02:11
Compare
Choose a tag to compare

Features

  • Support to override builtin rollup plugins by extraRollupPlugins @Zoro916 #445

v1.20.3

09 Nov 07:59
Compare
Choose a tag to compare

Features