Skip to content

Releases: jpmorganchase/modular

create-modular-react-app@0.7.1

30 Nov 12:01
27a5567
Compare
Choose a tag to compare

Patch Changes

  • c9c11df: Update node engine requirements to >=12
  • e65e681: Enable in-browser lint experience, fix type requirements.

modular.tsconfig@1.1.0

26 Nov 14:54
6790952
Compare
Choose a tag to compare

Minor Changes

  • e7c462e: Create modular.tsconfig, a standard tsconfig for modular project

modular-scripts@0.5.1

26 Nov 11:36
91d9727
Compare
Choose a tag to compare

Patch Changes

  • 674e1cb: Fix /src not being generated on new apps

modular-scripts@0.5.0

26 Nov 11:07
d6fef84
Compare
Choose a tag to compare

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

26 Nov 14:54
6790952
Compare
Choose a tag to compare

Minor Changes

  • 04623e9: Fix dependencies in eslint-config-modular-app, initialise new
    projects with typescript

create-modular-react-app@0.7.0

26 Nov 14:54
6790952
Compare
Choose a tag to compare

Minor Changes

  • 04623e9: Fix dependencies in eslint-config-modular-app, initialise new
    projects with typescript

create-modular-react-app@0.6.0

26 Nov 11:07
d6fef84
Compare
Choose a tag to compare

Minor Changes

  • ef680c2: Bypass create-react-app when creating a new application. Accept
    --prefer-offline for fast installs.

modular-scripts@0.4.0

25 Nov 20:54
09b638a
Compare
Choose a tag to compare

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.

Patch Changes

  • fa01449: Remove "Huh?" from question when making a new package.

create-modular-react-app@0.5.0

25 Nov 20:54
09b638a
Compare
Choose a tag to compare

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

24 Nov 22:43
2799466
Compare
Choose a tag to compare

Patch Changes

  • 6bf06ed: Run jest manually, instead of using react-scripts to do so.