Releases: CanopyTax/kremling-loader
Releases · CanopyTax/kremling-loader
v3.0.1
fixes
- fix bug where all tags (eg:
a
, li
) were omitted from scope (broken in #17). We're now only omitting @keyframes
internal "waypoints" from being scoped (to
, from
, 25%
, etc).
v2.1.2
fixes
- fix bug where all tags (eg:
a
, li
) were omitted from scope (broken in #17). We're now only omitting @keyframes
internal "waypoints" from being scoped (to
, from
, 25%
, etc).
v3.0.0
changes
- update deps
- remove unneeded deps
breaking changes
- compatibility with webpack 5 (uses new
this.getOptions()
method)
v2.1.0
- opt-out of scoping! adding the pseudo class
:global
at the beginning of your rule will omit scoping attributes
kremling-loader
now omits scoping automatically for rules that start with pseudo classes, like :root
v1.0.2
Enhancement
Require kremling postcss plugin to pass in the entire kremling id (removing the prepended p
) - this allows other consumers to pass in other types of identifiers (like k*
)
v1.0.1
- fix id issue
- fix namespace conflict issue #5
v1.0.0
1.0.0
kremling-loader is now released as stable. All changes will now follow semantic versioning.
v0.1.2
- Updated postcss and postcss-selector-parser (#3)