Releases: atlassian-labs/compiled
Releases · atlassian-labs/compiled
@compiled/[email protected]
Patch Changes
- 4032cd4: The
importReact
option now correctly defaults totrue
.
@compiled/[email protected]
Patch Changes
- 4032cd4: Memo has been removed from the style component which was breaking re-renders at times.
@compiled/[email protected]
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/[email protected]
- @compiled/[email protected]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- 660309a: Support for webpack 4 has been added, follow the extraction guide to get started.
@compiled/[email protected]
Patch Changes
- 992e401:
createError
now takes a second optional argument for the error group.
@compiled/[email protected]
Patch Changes
- 37108e4: Compiled dependencies are now using carat range.
- Updated dependencies [992e401]
- Updated dependencies [37108e4]
- @compiled/[email protected]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- 37108e4: Compiled dependencies are now using carat range.
- Updated dependencies [992e401]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- 37108e4: Compiled dependencies are now using carat range.
- Updated dependencies [992e401]
- Updated dependencies [37108e4]
- @compiled/[email protected]
- @compiled/[email protected]
@compiled/[email protected]
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/[email protected]
- @compiled/[email protected]
- @compiled/[email protected]
@compiled/[email protected]
Patch Changes
- 0bb1c11: Added new
createError
andtoBoolean
functions.