Skip to content

Releases: CanopyTax/kremling-loader

v3.0.2

12 Oct 23:27
Compare
Choose a tag to compare
  • upgrade to yarn 3

v3.0.1

11 Jan 16:52
c39aaf8
Compare
Choose a tag to compare

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

11 Jan 16:53
c39aaf8
Compare
Choose a tag to compare

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

06 Jan 22:15
3419800
Compare
Choose a tag to compare

changes

  • update deps
  • remove unneeded deps

breaking changes

  • compatibility with webpack 5 (uses new this.getOptions() method)

v2.1.1

02 May 19:35
1b3b16a
Compare
Choose a tag to compare

fixes

  • ignore @keyframe tags

v2.1.0

06 Jan 06:47
5f61a0d
Compare
Choose a tag to compare
  • 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

15 Apr 20:07
Compare
Choose a tag to compare

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

19 Feb 19:27
Compare
Choose a tag to compare
  • fix id issue
  • fix namespace conflict issue #5

v1.0.0

06 Feb 01:16
Compare
Choose a tag to compare

1.0.0

kremling-loader is now released as stable. All changes will now follow semantic versioning.

v0.1.2

29 Oct 16:30
Compare
Choose a tag to compare
  • Updated postcss and postcss-selector-parser (#3)