Skip to content

Latest commit

 

History

History
425 lines (189 loc) · 17.7 KB

File metadata and controls

425 lines (189 loc) · 17.7 KB

1.14.0 (2026-07-14)

Features

  • wizard: integrate @stencil/unplugin (46af228)

1.13.3 (2026-06-23)

Bug Fixes

  • improve v5 stencil deps range (e02a78a)

1.13.2 (2026-06-15)

Bug Fixes

  • plugin: return sourcemap (887837d)

1.13.1 (2026-06-15)

Bug Fixes

  • plugin sourcemaps (accurate debug breakpoints) (662c91e)

1.13.0 (2026-06-13)

Features

  • add v5 wizard participation (fda8a5e)

1.12.1 (2026-05-26)

Bug Fixes

  • SCER handling in render container creation (980173b)

1.12.0 (2026-05-24)

Features

  • support scoped custom element registries (8fd388a)

1.11.6 (2026-04-22)

Bug Fixes

  • plugin: css node_modules imports (bbf1873)
  • plugin: state decorator initial values (765e85a)

1.11.5 (2026-04-21)

Bug Fixes

  • revert style plugin changes (8843b7d)

1.11.4 (2026-04-19)

Bug Fixes

  • mock-doc - override node Event (9b788b2)
  • patch >4.42 mock-doc HTMLElement to not require ownerDocument (1b17c71)
  • stencilVitestPlugin to properly process css files via Stencil's tooling (35fca2b)

1.11.3 (2026-04-15)

Bug Fixes

  • vite plugin can handle style imports (#55) (1bdecea)

1.11.2 (2026-04-15)

Bug Fixes

1.11.1 (2026-04-10)

Bug Fixes

1.11.0 (2026-04-10)

Bug Fixes

Features

1.10.0 (2026-04-01)

Features

1.9.3 (2026-03-27)

Bug Fixes

  • waitForReady skips whenDefined and componentOnReady checks (#44) (9b5009e)

1.9.2 (2026-03-26)

Bug Fixes

  • hush npm warnings re pnpm env vars (#43) (30d743e)

1.9.1 (2026-03-25)

Bug Fixes

  • fix pure node tests (check for customElements) (#42) (2b29190)

1.9.0 (2026-03-24)

Features

1.8.3 (2026-03-19)

Bug Fixes

1.8.2 (2026-03-19)

Bug Fixes

  • pass --no-build to stencil, not vite (#35) (9134a4f)

1.8.1 (2026-03-19)

Bug Fixes

  • update to make work with vitest 4.1 without warnings (#34) (0a1aa89)

1.8.0 (2026-03-17)

Features

  • add cli flags as global variables (#33) (704ea9d)

1.7.2 (2026-03-17)

Bug Fixes

  • ignore readme.md files for --watch combined with --prod (#32) (27387e0)

1.7.1 (2026-03-13)

Bug Fixes

  • waitForStable to also check for visibility (#31) (5d723b7)

1.7.0 (2026-03-13)

Features

  • toHaveLightTextContent & toEqualLightText (#30) (0b97093)

1.6.2 (2026-03-12)

Bug Fixes

1.6.1 (2026-03-12)

Bug Fixes

  • stop test re-runs on *.map.js file change (#28) (3d81f5c)

1.6.0 (2026-03-12)

Features

  • auto add test files to stencil watch-ignore (#26) (e3a60fb)

1.5.0 (2026-03-11)

Features

  • render() - allow template string (#25) (4fe00cc)

1.4.0 (2026-03-10)

Features

1.3.0 (2026-03-10)

Features

1.2.0 (2026-03-10)

Features

  • render: add waitForReady option to wait for first render in browser mode (defaults to true) (#22) (32e36c1)

1.1.21 (2026-02-17)

Bug Fixes

  • prettifyHtml self closing tag indentation (#21) (2e81500)

1.1.20 (2026-02-16)

Bug Fixes

  • stop toEqualHtml string comparison from stripping outer tags (#20) (d163696)

1.1.19 (2026-02-16)

Bug Fixes

  • serializer preserve svg element tagName case (#19) (1247db9)

1.1.18 (2026-02-16)

Bug Fixes

  • add shadowrootdelegatesfocus to serializer (#17) (8855698)
  • serialize namespaced attrs like xlink:href (#18) (6e04a9c)

1.1.17 (2026-02-15)

Bug Fixes

1.1.16 (2026-02-15)

Bug Fixes

1.1.15 (2026-02-15)

Bug Fixes

  • do not include empty values (e.g. ="") on boolean attributes (#14) (587ac4c)

1.1.14 (2026-02-13)

Bug Fixes

1.1.13 (2026-02-13)

Bug Fixes

  • override chai globals in mock-docs (#12) (86bcbd2)

1.1.12 (2026-02-13)

Bug Fixes

  • adjust mock-doc env when running without harness. Add env comments tests (#11) (fc2a0f8)

1.1.11 (2026-02-13)

Bug Fixes

1.1.10 (2026-02-13)

Bug Fixes

  • bump accepted core versions (48a99e1)

1.1.9 (2026-02-10)

Bug Fixes

  • render: allow to spy on more than 1 event (#10) (217e46c)

1.1.8 (2026-02-09)

Bug Fixes

  • bin: added support for windows path (#9) (b5fd792)

1.1.7 (2026-02-06)

Bug Fixes

  • bin: update import statement for base config in temporary stencil config (#7) (2f4d7b0)

1.1.6 (2026-02-06)

Bug Fixes

  • bin: fix config merge (9df7203)
  • bin: remove old code (ed8b9c0)
  • bin: remove unused lines (e7ac6a4)
  • handle errors during build step (3f1eef5)

1.1.5 (2026-01-22)

Bug Fixes

1.1.4 (2026-01-22)

Bug Fixes

  • auto-find vitest-environment-stencil (41f8f4a)

1.1.3 (2026-01-22)

Bug Fixes

  • return class instance when possible (bfc68d1)
  • vitest module augmentation order (c36472d)

1.1.2 (2026-01-20)

Bug Fixes

  • config to auto load / find vitest-environment-stencil (7692065)
  • remove toBeVisible in favour of the browser locator from vitest (875d319)

1.1.1 (2026-01-17)

Bug Fixes

  • matchers typing and add more docs / examples (612a5d2)

1.1.0 (2026-01-13)

Bug Fixes

  • package.json workspace references (4cec091)

Features

  • expose serializeHtml and prettifyHtml (c2772a1)
  • serialize non-shadow, polyfilled components (5621f34)

1.0.0 (2026-01-10)

Features

BREAKING CHANGES

  • first major version

0.1.0 (2026-01-10)

Initial Release

  • custom config flags. Auto snap/screenshot ignoring (a705fc0)