Skip to content

Releases: open-wc/open-wc

@open-wc/testing-helpers@3.0.1

23 Apr 15:31
Compare
Choose a tag to compare

Patch Changes

  • 549c2ef: fix(testing-helpers): correct type declaration for oneEvent

    preventDefault parameter is not used

@open-wc/lit-helpers@0.7.0

20 Feb 12:11
Compare
Choose a tag to compare

Minor Changes

eslint-plugin-lit-a11y@4.1.2

30 Jan 09:33
de3412e
Compare
Choose a tag to compare

Patch Changes

  • 325d770: Changed context.getSourceCode to context.sourceCode with backward compatibility

@open-wc/scoped-elements@3.0.5

24 Jan 14:54
40ea181
Compare
Choose a tag to compare

Patch Changes

  • 479a956: Marked @open-wc/scoped-elements as side-effect free

@open-wc/scoped-elements@3.0.4

19 Jan 09:24
66a1452
Compare
Choose a tag to compare

Patch Changes

  • fec89f1: Backport registry creation check from v2

@open-wc/eslint-config@12.0.3

09 Jan 14:30
76335c6
Compare
Choose a tag to compare

Patch Changes

  • 43d678f: add storybook files to devdependencies for no-extraneous-dependencies rule
  • adfb669: add flat config support for eslint-plugin-import

@open-wc/scoped-elements@3.0.3

22 Nov 15:41
d3a5ca2
Compare
Choose a tag to compare

Patch Changes

@open-wc/semantic-dom-diff@0.20.1

08 Nov 11:04
7ae8ebf
Compare
Choose a tag to compare

Patch Changes

  • 5ff9fe3: chore(semantic-dom-diff): update @web/test-runner-commands to v0.9.0

@open-wc/testing@4.0.0

06 Nov 13:13
9767b1a
Compare
Choose a tag to compare

Major Changes

  • Updated dependencies [c69af75]
    • @open-wc/testing-helpers@3.0.0

If you're using a fixture like so with scoped elements:

await fixture(html`...`, { scopedElements: ... });

You're gonna have to load the @webcomponents/scoped-custom-element-registry polyfill yourself first.

@open-wc/testing-helpers@3.0.0

06 Nov 13:13
9767b1a
Compare
Choose a tag to compare

Major Changes

  • c69af75: chore: update @open-wc/scoped-elements to v3

    If you're using a fixture like so with scoped elements:

    await fixture(html`...`, { scopedElements: ... });

    You're gonna have to load the @webcomponents/scoped-custom-element-registry polyfill yourself first.