Releases: jpmorganchase/modular
create-modular-react-app@3.0.0-alpha-webpack5.0
Major Changes
- #1538
69da976
Thanks @cristiano-belloni! - Drop
support for node 12
Patch Changes
-
#1546
8b3f1f5
Thanks @LukeSheard! - support node 16
explicitly and run test workflow against target node -
#1492
810934b
Thanks @dependabot! - Bump commander
from 8.2.0 to 9.1.0
modular-scripts@3.0.0-alpha-webpack5.0
Major Changes
- #1421
e5d772f
Thanks @cristiano-belloni! - Upgrade
to Webpack 5
Patch Changes
- #1510
4846d21
Thanks @cheemcheem! - Fix bug that prevented
lint diff from running
modular-scripts@2.3.1
Patch Changes
-
#1518
d896289
Thanks @cristiano-belloni! - Revert
node engine range -
#1517
22c2114
Thanks @LukeSheard! - fix node-12
incompatible javascript
eslint-config-modular-app@2.0.4
Patch Changes
- #1518
d896289
Thanks @cristiano-belloni! - Revert
node engine range
create-modular-react-app@2.1.4
Patch Changes
- #1517
22c2114
Thanks @LukeSheard! - fix node-12
incompatible javascript
modular-views.macro@3.1.0
Minor Changes
- #1112
d08e4c2
Thanks @joshwooding! - Support yarn v3
Patch Changes
-
#1283
918d1f1
Thanks @LukeSheard! - Upgrade @babel scope
packages in modular. -
#1411
1fa4e8e
Thanks @dependabot! - Bump @babel/core
from 7.17.4 to 7.17.5 -
#1326
9c6cfe2
Thanks @dependabot! - Bump @babel/core
from 7.16.7 to 7.16.12
modular-scripts@2.3.0
Minor Changes
-
#1112
d08e4c2
Thanks @joshwooding! - Support yarn v3 -
#1150
8b0826e
Thanks @LukeSheard! - Replace babel with
esbuild for package compilation -
#1163
e180686
Thanks @cristiano-belloni! - Add
"modular rename" command, which re-writes the name of a package in its
package.json and its usages in the other packages. -
#1285
9582380
Thanks @cristiano-belloni! - Generate
dependency manifest (package.json) for apps. This includes all the
dependencies, either installed via the package'spackage.json
or hoisted to
the root'spackage.json
. If a dependency is imported in code but not
specified in thepackage.json
s, the app will not build anymore.
Patch Changes
-
#954
b5bfb91
Thanks @dependabot! - Bump shell-quote
from 1.7.2 to 1.7.3 -
#1283
918d1f1
Thanks @LukeSheard! - Upgrade @babel scope
packages in modular. -
#1362
05cecf2
Thanks @dependabot! - Bump dotenv from
14.2.0 to 16.0.0 -
#1447
a7e0b07
Thanks @cangarugula! - Removed initial git
commit of create-modular-react-app and upgraded node versions in
modular-scripts -
#1262
c36dfb5
Thanks @dependabot! - Bump
@rollup/plugin-node-resolve from 13.0.6 to 13.1.3 -
#1310
375a66d
Thanks @dependabot! - Bump
@babel/preset-env from 7.16.8 to 7.16.10 -
#1378
1548e65
Thanks @dependabot! - Bump rollup from
2.63.0 to 2.67.1 -
#1467
50f7912
Thanks @dependabot! - Bump postcss from
8.4.7 to 8.4.8 -
#1410
91d4781
Thanks @dependabot! - Bump esbuild from
0.14.21 to 0.14.22 -
#1346
61d60cf
Thanks @dependabot! - Bump postcss from
8.4.5 to 8.4.6 -
#1409
f5c1cb8
Thanks @cristiano-belloni! - Fix
reload on code change when serving an esbuild app or view -
#1278
6baa4c7
Thanks @dependabot! - Bump dotenv from
10.0.0 to 11.0.0 -
#1394
4b0cfda
Thanks @dependabot! - Bump rollup from
2.67.1 to 2.67.2 -
#1433
7489071
Thanks @benpryke! - fix: package builds respect
--private option -
#1282
a8fdfd0
Thanks @dependabot! - Bump browserslist
from 4.18.1 to 4.19.1. -
#1413
7cca260
Thanks @dependabot! - Bump express from
4.17.2 to 4.17.3 -
#1260
3c0ffba
Thanks @dependabot! - Bump rollup from
2.60.2 to 2.63.0 -
#1252
351d003
Thanks @dependabot! - Bump resolve from
1.20.0 to 1.21.0 -
#1271
bd8ed69
Thanks @dependabot! - Bump esbuild from
0.14.2 to 0.14.11 -
#1173
af8a096
Thanks @dependabot! - Bump @svgr/core
from 6.1.1 to 6.1.2 -
#1282
a8fdfd0
Thanks @dependabot! - Bump
postcss-preset-env from 7.0.1 to 7.2.3. -
#1207
b1f5fa4
Thanks @dependabot! - Bump express from
4.17.1 to 4.17.2 -
#1365
d5767e1
Thanks @dependabot! - Bump
postcss-preset-env from 7.2.3 to 7.3.1 -
#1407
f0e12ab
Thanks @dependabot! - Bump
postcss-preset-env from 7.3.1 to 7.4.0 -
#1409
f5c1cb8
Thanks @cristiano-belloni! - Fix react
overlay to work with esbuild and not kill the server -
#1409
f5c1cb8
Thanks @cristiano-belloni! - Stop
esbuild dev server from hanging when it's killed -
#1176
829c9f0
Thanks @dependabot! - Bump postcss from
8.4.4 to 8.4.5 -
#1503
1a39571
Thanks @cristiano-belloni! - Relax our
dependency discovery criteria to include dev dependencies and just warn when a
dependency is not found. -
#1171
4d22e75
Thanks @dependabot! - Bump
esbuild-loader from 2.16.0 to 2.17.0
eslint-config-modular-app@2.0.3
Patch Changes
- #1283
918d1f1
Thanks @LukeSheard! - Upgrade @babel scope
packages in modular.
create-modular-react-app@2.1.3
Patch Changes
- #1447
a7e0b07
Thanks @cangarugula! - Removed initial git
commit of create-modular-react-app and upgraded node versions in
modular-scripts
modular-scripts@2.2.0
Minor Changes
-
#1108
a4c0648
Thanks @dependabot! - Bump esbuild from
0.13.14 to 0.14.0 -
#1142
5e00a3b
Thanks @LukeSheard! - Upgrade to
webpack-dev-server 4. -
#1146
073fbb7
Thanks @dependabot! - Bump @svgr/core
from 5.5.0 to 6.1.1 -
#1103
7b2df4b
Thanks @cristiano-belloni! - Web
Worker support and docs for esbuild. -
#1094
7ae50b3
Thanks @LukeSheard! - Implement
ModuleScopePlugin equivalent for esbuild applications. -
#1113
ee44098
Thanks @LukeSheard! - Output file structure
equivalent to webpack for esbuild files/static/(js|css)/*
. -
#1154
b4b438c
Thanks @LukeSheard! - Bumptsconfig.json
value fortarget
fromes5
toes2106
. -
#1152
5c05494
Thanks @LukeSheard! - Remove service worker
support for applications as we are focussed on client application frameworks. -
#1113
ee44098
Thanks @LukeSheard! - Improve source map
asset paths to be relative to the modular root instead of application root.
Patch Changes
-
#1099
71a31c6
Thanks @cristiano-belloni! - Fix
esbuild start hanging when ctrl-c is pressed to terminate it, due to
oustanding ws connection with the browser. -
#1096
7b8e03f
Thanks @dependabot! - Bump postcss from
8.3.11 to 8.4.1 -
#1085
ffc836e
Thanks @dependabot! - Bump rollup from
2.60.0 to 2.60.1 -
#1151
d2b996b
Thanks @LukeSheard! - Replace
babel-code-frame
with newer@babel/code-frame
package. -
#1082
fa52a80
Thanks @cristiano-belloni! - - Enable
CLI stack trace and build / runtimereact-error-overlay
on browser page in
esbuild mode.- Locally serve sourcemaps with a middleware to correct
evanw/esbuild#1234.
- Locally serve sourcemaps with a middleware to correct
-
#1080
4be2335
Thanks @cristiano-belloni! - Fix
modular start
in ESBuild mode to reload local preview when code changes. -
#1083
dc462f6
Thanks @dependabot! - Bump
rollup-plugin-postcss from 4.0.1 to 4.0.2 -
#1113
ee44098
Thanks @LukeSheard! - Reduced number of
plugin passes required to generate SVGs using SVGR in esbuild output. -
#1078
6764fe6
Thanks @dependabot! - Bump
source-map-support from 0.5.20 to 0.5.21 -
#1113
ee44098
Thanks @LukeSheard! - Write files in memory
when running an esbuild server to fix issues with file paths outside of the
modular root. -
#1148
1deddf3
Thanks @dependabot! - Bump prettier from
2.4.0 to 2.5.1 -
#1072
c6c418a
Thanks @dependabot! - Bump
postcss-preset-env from 7.0.0 to 7.0.1 -
#1126
11de5fd
Thanks @dependabot! - Bump esbuild from
0.14.0 to 0.14.1 -
#1124
1a26b8f
Thanks @dependabot! - Bump rollup from
2.60.1 to 2.60.2 -
#1147
3303eb4
Thanks @dependabot! - Bump esbuild from
0.14.1 to 0.14.2 -
#1098
f6a7d8d
Thanks @cristiano-belloni! - Open IDE
from React Error Overlay page links -
#1110
78e0aa8
Thanks @dependabot! - Bump postcss from
8.4.1 to 8.4.4