github open-wc/open-wc @open-wc/testing@3.0.0-next.0

latest releases: @open-wc/eslint-config@9.1.0, @open-wc/scoped-elements@2.1.4, @open-wc/building-utils@2.21.0...
pre-release3 years ago

Major Changes

  • 689c9ea: Upgrade to support latest lit package.

    • the exports html and unsafeStatic are now deprecated we recommend to import them directly from lit/static-html.js;

    • You need to load a polyfill for the scoped registry if you wanna use the scopedElements option

    • We now enforce our entrypoints via an export map

    • The side effect free import got renamed to pure

      // old
      import { fixture } from '@open-wc/testing-helpers/index-no-side-effects.js';
      // new
      import { fixture } from '@open-wc/testing-helpers/pure';
  • a5a79a2: We now use an es module version of chai from @esm-bundle/chai.

Patch Changes

  • Updated dependencies [689c9ea]
    • @open-wc/testing-helpers@2.0.0-next.0

Don't miss a new open-wc release

NewReleases is sending notifications on new releases.