Releases: umijs/father
Releases · umijs/father
v4.0.4
Features
- Support
father g commitlintto generate commitlint config by @miracles1919 in #507 - Support
father g lintto generate lint config by @miracles1919 in #506
Fixed
- Bundless cache not expired bug when the final babel options changed
Improvements
- Ignore
tsconfig.jsonfiles in bundless mode - Disable dynamic chunks for bundle mode
v4.0.3
Fixed
- Wrong browser compatibility for umd dist files
v4.0.2
Fixed
- Wrong extension for JSX files in bundless mode
v4.0.1
Fixed
PHANTOM_DEPSdoctor rule incorrectly reports Node.js-standard-library, such as fs, path & etc.
Improvements
- Upgrade
typescriptto~4.7.4(keep same semver with@microsoft/api-extractor) - Upgrade
@microsoft/api-extractorto7.29.5 - Include
**/*.d.tsfiles and exclude**/demos/**files in bundless mode
v4.0.0
v4.0.0-rc.10
Features
- Support generate jest via
father g jestumijs/father-next#66 - Enable
father doctorfor prepublish in boilerplate - Support
themeconfig to configure lesss variables for umd build
v1.22.3
v1.22.2
Fixed
- Use
@babel/runtimeversion from project dependencies
v1.22.0
v1.21.1
Fixed
- Exclude umi temp dir (
.umi/.umi-production/.umi-test) in babel mode by default