b9f8ae3 #1829 Thanks @Andarist! - Skip appending source maps & labels to Babel-transpiled tagged template expressions.446e756]:
4dfe558 #1731 Thanks @ndelangen! - Fixed an issue with adding label & target options to styled-related calls when those properties were already set, causing those properties to be duplicated. This could have happened for example when transpiling already transpiled code or when providing those options manually (latter being less likely).af07afb #1761 Thanks @mansourkheffache! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions containing interpolations. This is a case not covered previously by #1538.4c62ae9 #1698 Thanks @Andarist! - Add LICENSE file4c62ae9]:
3927293d #1569 Thanks @Andarist! - Add dev hint about css object (generated by Babel) being stringified by accidentb3a0f148 #1574 Thanks @Andarist! - Fix babel plugin crashing when called programmatically without providing a filename
Updated dependencies [a55f3d49, ca95f385]:
1bb3efe3 #1554 Thanks @Andarist! - Prepend appended label string with semicolon to avoid problems with declaration blocks without a final semicolon
Updated dependencies [4fc5657a, 10211951, 57a767ea]:
autoLabel crash on css used in expression assigned to an object pattern@