Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
193 lines (97 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

193 lines (97 loc) · 14.3 KB

This repo has switched to independent versioning

Each package now contains their own CHANGELOG:

(2020-08-28)

Bug Fixes

  • fetch: cross-fetch and abort-controller polyfills (#135) (af3300b)

Features

(2020-08-28)

Bug Fixes

  • fetch: cross-fetch and abort-controller polyfills (#135) (af3300b)

Features

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.6.0 (2020-05-22)

Bug Fixes

  • css-loader: upgraded to latest css-loader api as of 3.4.2 (74cad69)
  • externals: resolver did not recognize complex browser fields (#66) (d35d03c)
  • generator: remove deprecated holocron api (#65) (8d8564a)
  • one-app-cli: drop-module command now works (#35) (99a5da1)
  • one-app-runner: fix runner not reading package.json correctly (766a99e)
  • url-loader: add missing dep of url-loader (5f4a70b)
  • webpack: hash collisions between chunks broke dynamic imports (#30) (2cb92d2)

Features

  • babel-loader: cache transpilation (#69) (64e0599)
  • bundler: custom client and server webpack configs (#22) (c5a3e82)
  • deps: add create-shared-react-context (#59) (16de0a4)
  • deps: update generator deps for react-intl and parrot-generator (ac24226)
  • generator: csp report-uri to ONE_CLIENT_CSP_REPORTING_URL (#50) (9ae5dc9)
  • generator: update base-module template (#25) (1a0af74)
  • one-app: removed instances of tenancy or tenant (#36) (9c834f1)
  • one-app-bundler: use cross-fetch instead of isomorphic-fetch (#49) (e5232cb)
  • one-app-runner: add (#34) (f3c6755)
  • purgecss: additional options for purgecss (#61) (37f6817)
  • runner: configuration for browser tests (#67) (4ae5eab)
  • runner: require modules if moduleMapUrl is missing (#48) (992af08)

Reverts

  • Revert "chore(release): bump to v6.5.0 (#62)" (5f708de), closes #62

6.5.0 (2020-04-17)

Bug Fixes

  • css-loader: upgraded to latest css-loader api as of 3.4.2 (74cad69)
  • one-app-cli: drop-module command now works (#35) (99a5da1)
  • one-app-runner: fix runner not reading package.json correctly (766a99e)
  • webpack: hash collisions between chunks broke dynamic imports (#30) (2cb92d2)

Features

  • bundler: custom client and server webpack configs (#22) (c5a3e82)
  • deps: add create-shared-react-context (#59) (16de0a4)
  • generator: csp report-uri to ONE_CLIENT_CSP_REPORTING_URL (#50) (9ae5dc9)
  • generator: update base-module template (#25) (1a0af74)
  • one-app: removed instances of tenancy or tenant (#36) (9c834f1)
  • one-app-bundler: use cross-fetch instead of isomorphic-fetch (#49) (e5232cb)
  • one-app-runner: add (#34) (f3c6755)
  • runner: require modules if moduleMapUrl is missing (#48) (992af08)

Reverts

  • Revert "chore(release): bump to v6.5.0 (#62)" (5f708de), closes #62

6.4.0 (2020-04-06)

Bug Fixes

  • css-loader: upgraded to latest css-loader api as of 3.4.2 (74cad69)
  • one-app-cli: drop-module command now works (#35) (99a5da1)
  • webpack: hash collisions between chunks broke dynamic imports (#30) (2cb92d2)

Features

  • bundler: custom client and server webpack configs (#22) (c5a3e82)
  • generator: update base-module template (#25) (1a0af74)
  • one-app: removed instances of tenancy or tenant (#36) (9c834f1)
  • one-app-bundler: use cross-fetch instead of isomorphic-fetch (#49) (e5232cb)
  • one-app-runner: add (#34) (f3c6755)
  • runner: require modules if moduleMapUrl is missing (#48) (992af08)

6.3.0 (2020-03-17)

Bug Fixes

  • css-loader: upgraded to latest css-loader api as of 3.4.2 (74cad69)
  • one-app-cli: drop-module command now works (#35) (99a5da1)

Features

  • bundler: custom client and server webpack configs (#22) (c5a3e82)
  • generator: update base-module template (#25) (1a0af74)
  • one-app-runner: add (#34) (f3c6755)

6.2.0 (2020-02-27)

Bug Fixes

  • css-loader: upgraded to latest css-loader api as of 3.4.2 (74cad69)

Features

  • bundler: custom client and server webpack configs (#22) (c5a3e82)

6.1.1 (2020-01-24)

Note: Version bump only for package one-app-cli

6.1.0 (2020-01-23)

Bug Fixes

  • path: ensure path to css-base.js is JSON.stringified (#11) (3d4ff6b), closes #10

Features

  • generator: add generator-one-app-module (#13) (0fd994b)
  • lerna: upgrade lerna to v3.19.0 (#9) (6dacd0b)
  • one-app-bundler: add chunk meta to one app build.meta file (#14) (b8a9c3b)