This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Releases: TrueCar/gluestick
Releases · TrueCar/gluestick
v3.1.0
v3.1.0-prerelease.7
Tests, bug fixes, and code cleanup.
v3.1.0-prerelease.6
No more [object Object]
v3.1.0-prerelease.5
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
Use correct publicPath.
v3.1.0-prerelease.2
Set up ability to inline CSS into server response. Save a round trip. Makes a big difference.
v3.1.0-prerelease.1
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
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
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
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.