Releases: ionic-team/stencil
Releases · ionic-team/stencil
🐦 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)
🍔 2.12.1 (2022-01-04)
Bug Fixes
- vdom: properly warn for step attr on input (#3196) (7ffc02e)
Features
- typings: add optional key and ref to slot elements (#3177) (ce27a18)
Reverts
⛸ 2.12.0 (2021-12-13)
Bug Fixes
- cli: wait for help task to finish before exiting (#3160) (f10cee1)
- mock-doc: make Node.contains() return true for self (#3150) (f164407)
- mock-doc: allow urls as css values (#2857) (6faa5f2)
- sourcemaps: do not encode inline sourcemaps (#3163) (b2eb083), closes #3147
Features
- dist-custom-elements-bundle: add deprecation warning (#3167) (c7b07c6)
🐌 2.11.0 (2021-11-22)
Bug Fixes
Features
- css: account for escaped ':' in css selectors (#3087) (6000681)
🚟 2.11.0-0 (2021-11-09)
Bug Fixes
Features
- css: account for escaped ':' in css selectors (#3087) (6000681)
🦁 2.10.0 (2021-11-01)
Bug Fixes
- compiler: add delegatesFocus to custom elements targets (#3117) (2ffb503)
- runtime: prevent unnecessary re-renders when reflecting props (#3106) (63dbb47)
Features