This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
ember-scoped-css@0.16.0
Minor Changes
#140b86dfe5 Thanks @NullVoxPopuli! - Fix TypeScript / Glint support.
There is now a template-registry that folks can import for loose-mode components:
Note that the scoped-class helper is removed at build time, so you should never see it at runtime. The types here are to satisfy correctness/type checking/lints.
Patch Changes
#1403a66d3a Thanks @NullVoxPopuli! - Fixes #108. ember-scoped-css is now compatible with @embroider/addon-dev@v4, which means that rollup-plugin-glimmer-template-tag is no longer needed, and also no longer recommended in the README. For GJS/GTS/<template>, please use @embroider/addon-dev's addon.gjs() plugin.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
ember-scoped-css@0.16.0
Minor Changes
#140
b86dfe5
Thanks @NullVoxPopuli! - Fix TypeScript / Glint support. There is now a template-registry that folks can import for loose-mode components:Note that the
scoped-class
helper is removed at build time, so you should never see it at runtime. The types here are to satisfy correctness/type checking/lints.Patch Changes
3a66d3a
Thanks @NullVoxPopuli! - Fixes #108. ember-scoped-css is now compatible with@embroider/addon-dev@v4
, which means thatrollup-plugin-glimmer-template-tag
is no longer needed, and also no longer recommended in the README. For GJS/GTS/<template>
, please use@embroider/addon-dev
'saddon.gjs()
plugin.ember-scoped-css-compat@7.0.0
Patch Changes
b86dfe5
,3a66d3a
]: