Releases: jpmorganchase/modular
Releases · jpmorganchase/modular
create-modular-react-app@0.7.1
modular.tsconfig@1.1.0
Minor Changes
- e7c462e: Create modular.tsconfig, a standard tsconfig for modular project
modular-scripts@0.5.1
Patch Changes
- 674e1cb: Fix /src not being generated on new apps
modular-scripts@0.5.0
Minor Changes
- ef680c2: Bypass create-react-app when creating a new application. Accept
--prefer-offline for fast installs.
eslint-config-modular-app@0.3.0
Minor Changes
- 04623e9: Fix dependencies in eslint-config-modular-app, initialise new
projects with typescript
create-modular-react-app@0.7.0
Minor Changes
- 04623e9: Fix dependencies in eslint-config-modular-app, initialise new
projects with typescript
create-modular-react-app@0.6.0
Minor Changes
- ef680c2: Bypass create-react-app when creating a new application. Accept
--prefer-offline for fast installs.
modular-scripts@0.4.0
create-modular-react-app@0.5.0
Minor Changes
- 4174608: Install react/react-dom at the root of the generated repository. Fix
placeholder replacement for generated packages. Pass options to test runner
correctly.
modular-scripts@0.3.5
Patch Changes
- 6bf06ed: Run jest manually, instead of using react-scripts to do so.