Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Releases: TrueCar/gluestick

v3.1.0

23 May 16:54
619e8cc
Compare
Choose a tag to compare

Changelog

Changed

Add support for async server plugins (#1191)
Add support for runtime plugin options (#1192)
Set up ability to inline CSS into server response. (#1194)

  • This is controlled by the inlineAllCss option in gluestick.config.js.

v3.1.0-prerelease.7

22 May 21:59
Compare
Choose a tag to compare
v3.1.0-prerelease.7 Pre-release
Pre-release
Tests, bug fixes, and code cleanup.

v3.1.0-prerelease.6

22 May 03:22
Compare
Choose a tag to compare
v3.1.0-prerelease.6 Pre-release
Pre-release
No more [object Object]

v3.1.0-prerelease.5

22 May 01:29
Compare
Choose a tag to compare
v3.1.0-prerelease.5 Pre-release
Pre-release
Add additional information in ChunksPlugin.

The name of the chunk can be read in linkAssets, which avoids any
string replacement of public path. Much safer.

v3.1.0-prerelease.3

18 May 23:30
Compare
Choose a tag to compare
v3.1.0-prerelease.3 Pre-release
Pre-release
Use correct publicPath.

v3.1.0-prerelease.2

15 May 18:06
Compare
Choose a tag to compare
v3.1.0-prerelease.2 Pre-release
Pre-release
Set up ability to inline CSS into server response.

Save a round trip. Makes a big difference.

v3.1.0-prerelease.1

15 May 03:21
b9a8977
Compare
Choose a tag to compare
v3.1.0-prerelease.1 Pre-release
Pre-release
add support for runtime plugin options (#1192)

* add support for runtime plugin options

* unify plugin types

* update tests

* update tests with new unified types

* fix lint issues

v4.0.0-prerelease.1

02 May 20:36
a8048a5
Compare
Choose a tag to compare
v4.0.0-prerelease.1 Pre-release
Pre-release
Add snapshot tests for Webpack configuration. (#1188)

* Add snapshot tests for Webpack configuration.

Change default test runner options. Existing options were only useful
for CI, and had negative effects on local development (including
continually updating snapshot tests).

* Update snapshots with new test names.

* Use self-documenting jest argument

* Search/replace system-specific paths in test.

v3.0.1

02 May 19:59
aa595f9
Compare
Choose a tag to compare

Changelog

Changed

The following are all internal or development-only changes.

  • Refactor out universal-webpack. (#1180)
  • Write to both project and gluestick build folders with watch. (#1187)
  • Ignore file dependencies when checking mismatches. (#1185)

Fixed

  • Fix auto-upgrade by removing reference to file that no longer exists (#1183)

v3.0.0

23 Apr 16:12
ac9bcf0
Compare
Choose a tag to compare

Changelog

Breaking Changes

  • Remove gluestick-config-legacy. (#1178)

gluestick-config-legacy has been removed. Any projects using this should migrate completely to the new configuration setup.

Changed

The following are all internal or development-only changes.

  • Change hooks import to be static. (#1175)
  • Create Webpack Bundle Analyzer Guide (#1176)
  • Fix watch script for paths containing "src". (#1179)
  • Remove all npm lock files and ignore. (#1181)