Releases: soxhub/ember-scoped-css
[email protected]
Minor Changes
-
#129
e0ae8e3
Thanks @NullVoxPopuli! - Fix issue where sufficiently modern JS would not be parseable by scoped-css' build processes.Folks would run in to this if they ship code with untranspiled
- static initializer blocks
- private fields
Both these ecma features are supported everywhere, so it's reasonable that folks would expect their tooling to support parsing those features.
[email protected]
Patch Changes
- Updated dependencies [
e0ae8e3
]:
[email protected]
Minor Changes
- #116
bd1ead6
Thanks @NullVoxPopuli! - Adds pods support for classic ember builds.
[email protected]
Patch Changes
- Updated dependencies [
bd1ead6
]:
[email protected]
Minor Changes
-
#113
fc99101
Thanks @jakebixby! - Bumped [email protected] for type fix -
#111
3ac8b63
Thanks @NullVoxPopuli! - Utilizeexternal
dependencies for a more optimized runtime and install time / size
[email protected]
[email protected]
Patch Changes
-
#102
3ca5674
Thanks @NullVoxPopuli! - Fix an issue with strings inclass
attributes declared via sub-expressions (such as within if statements), were not properly getting scoped.For example:
<template> <div class="global-probably {{if @condition "a-local-class"}}"> Hello there! </div> </template>
When the sibling CSS file only declares
a-local-class
, we would expect thatglobal-probably
remains unchangeda-local-class
gets hashed
Note that this bug is not fixed for embroider consumers.
[email protected]
Minor Changes
- #95
845ecb8
Thanks @jakebixby! - added postProcess hook to scoped-css-preprocessor to break cache for associated template file
[email protected]
Patch Changes
- Updated dependencies [
845ecb8
]: