Skip to content

Releases: soxhub/ember-scoped-css

[email protected]

08 Dec 22:41
a04f1d8
Compare
Choose a tag to compare

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]

08 Dec 22:41
a04f1d8
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Oct 16:13
439145a
Compare
Choose a tag to compare

Minor Changes

[email protected]

10 Oct 16:13
439145a
Compare
Choose a tag to compare

Patch Changes

[email protected]

04 Oct 18:06
82a6025
Compare
Choose a tag to compare

Minor Changes

[email protected]

04 Oct 18:06
82a6025
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Oct 14:15
74d8a77
Compare
Choose a tag to compare

Patch Changes

  • #102 3ca5674 Thanks @NullVoxPopuli! - Fix an issue with strings in class 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 that

    • global-probably remains unchanged
    • a-local-class gets hashed

    Note that this bug is not fixed for embroider consumers.

[email protected]

18 Sep 20:26
4902523
Compare
Choose a tag to compare

Minor Changes

  • #95 845ecb8 Thanks @jakebixby! - added postProcess hook to scoped-css-preprocessor to break cache for associated template file

[email protected]

18 Sep 20:27
4902523
Compare
Choose a tag to compare

Patch Changes

Release 0.9.0

29 May 14:40
Compare
Choose a tag to compare

💥 Breaking Change

  • #37 Implemented scoped-class helper for classic app (@candunaj)

🚀 Enhancement

  • #37 Implemented scoped-class helper for classic app (@candunaj)

Committers: 1