Releases: ionic-team/stencil
Releases · ionic-team/stencil
😊 2.17.1 (2022-07-11)
Bug Fixes
- cli: add explicit support for Jest CLI arguments (#3444) (700b3a9)
- compiler: handle null window.location.origin (#2813) (255cd66)
- styles: ensure styles are applied before paint (#3452) (c47cec6)
🚂 2.17.0 (2022-06-21)
Features
- compiler: export all built components from index.js w/ dist-custom-elements (ff0e8cc), closes #3368
- compiler: update generation of type declaration file w/ dist-custom-elements (9d3bf15), closes #3368
- mock-doc: add matrix and tspan props for svgelement (#3408) (d3b93c1)
- telemetry: add stencil config to telemetry object (#3401) (9fe3f15)
🎻 2.16.1 (2022-06-03)
Bug Fixes
- config: fix faulty build output w/
--esm
flag (#3404) (a847a6e)
🌸 2.16.1-0 (2022-06-03)
Bug Fixes
- config: fix faulty build output w/
--esm
flag (#3404) (a847a6e)
🎉 2.16.0 (2022-05-31)
Bug Fixes
- bundler: prevent vite bundling errors in downstream projects (#3349) (4c8d8c0)
- compiler: prevent double full builds (#3374) (267e3dd)
- mock-doc: handle children in contains() (#3363) (2f8a6c0)
Features
- compiler: generate component custom event types with HTML target (#3296) (846740f)
🎢 2.15.2 (2022-05-09)
Bug Fixes
- cli: don't generate files if they would overwrite existing code (#3326) (9fc3a44)
- sys: make NodeLazyRequire complain if package versions aren't right (#3346) (b7adc33)
- sys: tweak NodeLazyRequire logic around too-high-versions errors (#3347) (9bfef1a)
- types: components.d.ts type resolution for duplicate types (#3337) (31eae6e)
🐼 2.15.1 (2022-04-18)
Bug Fixes
- mock-doc: Add missing DOMParser stub to MockWindow (#3279) (f88fb2e)
- tests: ensure jest respects passed flags (#3329) (c6a1d42)
🐦 2.14.1 (2022-03-07)
Bug Fixes
- bundling: allow proper webpack treeshaking (#3248) (5dccc85)
- renderer: prevent infinite loops for NaN (#3254) (e2d4e16)
- testing: don't run tests against non-test files (#3237) (c6fda39)