Skip to content

v1.12.0

Compare
Choose a tag to compare
@quantizor quantizor released this 20 Nov 18:35
8537e1d
  • Add topLevelImportPaths option (#288)

    This functionality allows the composer to specify alternate import locations for the "styled" constructor, for instance if you are using a third party library that wraps styled-components and does additional processing. See this test for how to use it.

  • preserve structure of JSX member expressions in generated ast nodes; this makes sure that other babel transformations that rename variables will be able to process the ast nodes created by this plugin. fixes #240