Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Releases: mars/create-react-app-buildpack

Clarification

04 Sep 17:19
Compare
Choose a tag to compare

📚🤓 Just improvements to documentation.

Mic Check

05 Jul 20:11
Compare
Choose a tag to compare

🤖💜 Support for testing with Heroku CI.

Just Docs

26 Jun 20:53
Compare
Choose a tag to compare

The buildpack codebase has been stable for months. Here's a release of nothing but improvements to the documentation 📚

Yarn

05 Jan 19:01
Compare
Choose a tag to compare

Zero-configuration support for yarn package manager. If yarn is installed locally, the new app will use it instead of npm.

Preserve Source Maps

24 Oct 20:49
Compare
Choose a tag to compare

Runtime environment variables no longer skew source maps in production. Supports up to 4KB of env var JSON; excess of 4KB will offset the source map.

If already using the runtime env vars npm module, upgrade to @mars/heroku-js-runtime-env v3.0.0 for this fix:

npm install @mars/heroku-js-runtime-env@3.0.0 --save

Runtime Env

23 Oct 04:02
Compare
Choose a tag to compare

Complete support for javascript/React apps + Heroku flow by injecting environment variables into the javascript bundle at runtime.

Dokku Too

18 Sep 01:00
Compare
Choose a tag to compare

Tiny fix to support another system that consumes Heroku buildpacks.

Nodeworthy

03 Sep 22:59
Compare
Choose a tag to compare

Support NODE_PATH (and other NODE_* env variables) during build.

Environmental awareness

25 Aug 18:45
Compare
Choose a tag to compare

Documentation

20 Aug 20:23
Compare
Choose a tag to compare

Updates to documentation based on personal feedback & issues.