Releases: jpmorganchase/modular
[email protected]
Major Changes
- #2369
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
[email protected]
Major Changes
- #2369
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
[email protected]
Major Changes
- #2369
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
[email protected]
Major Changes
- #2369
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
[email protected]
Major Changes
- #2369
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
[email protected]
Minor Changes
-
#2365
89097fc
Thanks @AlbertoBrusa! -modular add
now
cleans up after itself by removing the added template dependency -
#2368
2ca7fcd
Thanks @cristiano-belloni! - Support
non-modular templates -
#2338
d4a64ef
Thanks @AlbertoBrusa! - Added --swc flag to
test command: Runs tests with @swc/jest instead of ts-jest & babel for
increased performance -
#2364
fdf2f71
Thanks @AlbertoBrusa! -modular build
now
includes the 'engines' field in the dist package.json when provided in the
workspace or root package.json -
#2352
ccffbfd
Thanks @cristiano-belloni! - Enable
"strict" compiler option in the
typecheck allowlist -
#2363
d770c80
Thanks @AlbertoBrusa! - Added --jest flag
to bypass modular test behaviour -
#2371
4e6fb9b
Thanks @AlbertoBrusa! - When building with
webpack, only typecheck the package being built and its dependants
[email protected]
Minor Changes
- #2369
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
[email protected]
Minor Changes
- #2369
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
[email protected]
Patch Changes
- #2353
390243d
Thanks @AlbertoBrusa! - Fix modular lint
not linting all when no arguments are provided and not a git repository
[email protected]
Minor Changes
-
#2320
561d780
Thanks @AlbertoBrusa! - Allow root level
configuration that's overrideable by package-specific configuration -
#2315
9753190
Thanks @cristiano-belloni! - Selective
modular lint
-
#2315
9753190
Thanks @cristiano-belloni! -
modular lint
supports selective optionseslint-config-modular-app
doesn't
depend on eslint-config-react-app anymore -
#2332
49c0260
Thanks @cristiano-belloni! - Upgrade
to esbuild 0.17.14 to fixbaseUrl
bug:
evanw/esbuild#2119 -
#2341
4d07c4b
Thanks @cristiano-belloni! -
modular build
can build concurrently;--concurrencyLevel
command added -
#2337
3781ab9
Thanks @cristiano-belloni! -select
command - compute selective options for the user and print a JSON output on
the screen -
#2340
7d49224
Thanks @AlbertoBrusa! - Added
--includeNonModular flag to lint command to lint non Modular packages when a
lint script is provided in the package.json -
#2321
962b5e5
Thanks @sgb-io! - Add selective options to
typecheck