Releases: atlassian-labs/compiled
Releases · atlassian-labs/compiled
@compiled/webpack-loader@0.6.12
Patch Changes
- 4032cd4: The
importReact
option now correctly defaults totrue
.
@compiled/react@0.6.9
Patch Changes
- 4032cd4: Memo has been removed from the style component which was breaking re-renders at times.
@compiled/webpack-loader@0.6.11
Patch Changes
- 37108e4: Fixed webpack 4 flow throwing unexpectedly.
- 37108e4: Added missing babel dependency.
- 37108e4: Fixed css loader entrypoint not making its way to npm.
- 37108e4: Compiled dependencies are now using carat range.
- 37108e4: Fixed bug picking up an unexpected asset during webpack compilation.
- Updated dependencies [992e401]
- Updated dependencies [37108e4]
- @compiled/utils@0.6.10
- @compiled/babel-plugin@0.6.10
- @compiled/css@0.6.10
@compiled/webpack-loader@0.6.10
Patch Changes
- 660309a: Support for webpack 4 has been added, follow the extraction guide to get started.
@compiled/utils@0.6.10
Patch Changes
- 992e401:
createError
now takes a second optional argument for the error group.
@compiled/parcel-transformer@0.6.10
@compiled/css@0.6.10
@compiled/babel-plugin@0.6.10
@compiled/webpack-loader@0.6.9
Patch Changes
-
0bb1c11: Added new option
extract
with pairing webpack pluginCompiledExtractPlugin
.
Configuring them will strip all the runtime from your app and extract all styles to an atomic style sheet.For help getting started with this feature read the CSS extraction guide for webpack.
-
Updated dependencies [0bb1c11]
-
Updated dependencies [0bb1c11]
- @compiled/css@0.6.9
- @compiled/utils@0.6.9
- @compiled/babel-plugin@0.6.9
@compiled/utils@0.6.9
Patch Changes
- 0bb1c11: Added new
createError
andtoBoolean
functions.