Releases: jpmorganchase/modular
modular-template-esm-view@1.1.0
Minor Changes
- #2264
75718c4
Thanks @AlbertoBrusa! - Generate README
inside newly created packages Improve root and default workspaces container
README
Patch Changes
-
#2264
75718c4
Thanks @AlbertoBrusa! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI) -
#2050
2241c2b
Thanks @joshwooding! - Remove explicit
package.json and license entry in files array
modular-template-app@1.2.0
Minor Changes
- #2264
75718c4
Thanks @AlbertoBrusa! - Generate README
inside newly created packages Improve root and default workspaces container
README
Patch Changes
-
#2264
75718c4
Thanks @AlbertoBrusa! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI) -
#2050
2241c2b
Thanks @joshwooding! - Remove explicit
package.json and license entry in files array
modular-scripts@4.0.0
Major Changes
-
#2264
75718c4
Thanks @AlbertoBrusa! - Removed commands:
convert, init, port, rename -
#2264
75718c4
Thanks @AlbertoBrusa! - Changed default CDN
from Skypack to esm.sh as skypack is no longer actively maintained. Add
support for configuring modular through a configuration file. -
#2264
75718c4
Thanks @AlbertoBrusa! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI) -
#2264
75718c4
Thanks @AlbertoBrusa! - Fully selective
modular test
command interface, compatible withmodular build
. -
#2264
75718c4
Thanks @AlbertoBrusa! - Updated eslint to
^8.0.0 and minimum supported TypeScript version to 4.5.3 -
#2264
75718c4
Thanks @AlbertoBrusa! - Sunset modular-site
package
Minor Changes
-
#2264
75718c4
Thanks @AlbertoBrusa! - Generate README
inside newly created packages Improve root and default workspaces container
README -
#2264
75718c4
Thanks @AlbertoBrusa! - App type modular
packages are no longer required to be private -
#2228
5322a71
Thanks @cristiano-belloni! - modular
source
type +--dangerouslyIgnoreCircularDependencies
build option -
#2050
2241c2b
Thanks @joshwooding! - - Fix prefixed logger
debug method logging as info- Copy LICENSE files when building packages
Patch Changes
-
#2264
75718c4
Thanks @AlbertoBrusa! - Test pattern now
includes jsx -
#2218
15a417c
Thanks @joshwooding! - Fix repository field
generation on Windows -
#2050
2241c2b
Thanks @joshwooding! - Remove explicit
package.json and license entry in files array -
#2219
4a541a9
Thanks @cristiano-belloni! - Fix
modular build
crashing when the selected workspace(s) are not inpackages
.
eslint-config-modular-app@4.0.0
Major Changes
-
#2264
75718c4
Thanks @AlbertoBrusa! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI) -
#2264
75718c4
Thanks @AlbertoBrusa! - Updated eslint to
^8.0.0 and minimum supported TypeScript version to 4.5.3
create-modular-react-app@4.0.0
Major Changes
-
#2264
75718c4
Thanks @AlbertoBrusa! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI) -
#2264
75718c4
Thanks @AlbertoBrusa! - Bumped default
TypeScript version to ^4.8.3
Minor Changes
- #2264
75718c4
Thanks @AlbertoBrusa! - Generate README
inside newly created packages Improve root and default workspaces container
README
modular-scripts@3.6.0
Minor Changes
- #2202
d98802f
Thanks @cristiano-belloni! - Selective
build support
modular-scripts@3.5.0
Minor Changes
-
#2161
d9bed41
Thanks @joshwooding! - Add repository
information to the built artefact's package.json -
#2186
b438dcc
Thanks @cristiano-belloni! - CSS from
CDN is not injected in page, but listed in output package.json + synthetic
index.html
Patch Changes
-
#2161
d9bed41
Thanks @joshwooding! - Add repository
details to the built artefact's package.json -
#2190
caf75ab
Thanks @AlbertoBrusa! - Fixedmodular add
from template not copying all template files when no "files" field is
specified in the package.json - now using npm-packlist for this Added tests
for adding from templates Refactored addPackage tests to use a temp directory
outside the repository and improve performance by avoiding yarn commands in
favour of mocking the behaviour Added more descriptive log messages when
runningmodular add
with a local template -
#2187
7faf49e
Thanks @cristiano-belloni! - Factor
out CDN rewriting function -
#2201
f79847a
Thanks @cristiano-belloni! - Mention
multiple package builds in the docs -
#2192
d952fbd
Thanks @cristiano-belloni! - Update
caniuse db for browserlist
modular-scripts@3.4.1
modular-scripts@3.4.0
Minor Changes
-
#2145
a17e9df
Thanks @cristiano-belloni! - Selective
test on workspace name with the --package option -
#2111
deaee2c
Thanks @cristiano-belloni! - Improve
the way modular add creates new workspaces, add the custom--path
option,
factor out addPackage tests -
#2169
32f4a4d
Thanks @cristiano-belloni! - Allow
workspaces outside thepackages
directory
Patch Changes
-
#2158
09a3e02
Thanks @joshwooding! - Remove
@types/semver-regex -
#2135
305cff2
Thanks @dependabot! - Bump semver-regex
from 3.1.3 to 3.1.4 -
#2087
8c8570a
Thanks @dependabot! - Bump dotenv from
16.0.1 to 16.0.2 -
#2159
70470c0
Thanks @cristiano-belloni! - Refactor
modular config into readable parts -
#2156
432392b
Thanks @dependabot! - Bump address from
1.2.0 to 1.2.1 -
#2011
3c199ff
Thanks @dependabot! - Bump postcss from
8.4.14 to 8.4.16 -
#2177
8311ade
Thanks @cristiano-belloni! - Modular
type as an additional property in workspace resolver -
#1975
2f9d6b8
Thanks @dependabot! - Bump webpack from
5.73.0 to 5.74.0 -
#2137
33ffaf8
Thanks @dependabot! - Bump strip-ansi
from 6.0.0 to 6.0.1 -
#1949
00ac6bc
Thanks @dependabot! - Bump commander
from 9.3.0 to 9.4.0 -
#1950
e41effa
Thanks @dependabot! - Bump ws from 8.8.0
to 8.8.1 -
#1959
b3fa5fd
Thanks @dependabot! - Bump
fork-ts-checker-webpack-plugin from 7.2.11 to 7.2.13 -
#1853
b42ae90
Thanks @dependabot! - Bump resolve from
1.21.0 to 1.22.1 -
Updated dependencies
[db7acd0
,
8311ade
]:- @modular-scripts/workspace-resolver@1.2.0
eslint-config-modular-app@3.0.2
Patch Changes
-
#2134
704b3a4
Thanks @dependabot! - Bump
eslint-plugin-jest-dom from 3.9.2 to 3.9.4 -
#2143
902e03a
Thanks @joshwooding! - Fix Jest linting
rules being applied to Cypress tests