Skip to content

Releases: stenciljs/core

🍔 2.12.1 (2022-01-04)

04 Jan 18:22
Compare
Choose a tag to compare

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)

13 Dec 14:04
Compare
Choose a tag to compare

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)

22 Nov 18:00
Compare
Choose a tag to compare

Bug Fixes

Features

  • css: account for escaped ':' in css selectors (#3087) (6000681)

🚟 2.11.0-0 (2021-11-09)

09 Nov 21:49
Compare
Choose a tag to compare
Pre-release

Bug Fixes

Features

  • css: account for escaped ':' in css selectors (#3087) (6000681)

🦁 2.10.0 (2021-11-01)

01 Nov 17:04
Compare
Choose a tag to compare

Bug Fixes

  • compiler: add delegatesFocus to custom elements targets (#3117) (2ffb503)
  • runtime: prevent unnecessary re-renders when reflecting props (#3106) (63dbb47)

Features

🚙 v2.9.0 (2021-10-11)

11 Oct 17:06
Compare
Choose a tag to compare

Bug Fixes

  • docs: fix docs generation for method return values (#3064) (dc2f6fb)
  • output-targets: restore stats output target (#3030) (c76dca7)
  • preamble: restore preamble functionality (#3085) (39caa8c)
  • test: attempt to fix flaky prerender test (#3095) (16b8ea4)

Features

  • compiler: consumer sourcemap support (#3005) (bb3bf90)
  • deno: remove deno from codebase (#3067) (037b228)
  • dist-custom-elements: automatically import and define dependencies (#3039) (6987e43)
  • mock-doc: add pathname to mock anchors (#3090) (99428c7)
  • telemetry: adding yarn 1 support, sanitizing data pre-flight (#3082) (07f69cb)

⚡️v2.9.0-0 (2021-10-05)

05 Oct 21:40
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • docs: fix docs generation for method return values (#3064) (dc2f6fb)
  • output-targets: restore stats output target (#3030) (c76dca7)
  • preamble: restore preamble functionality (#3085) (39caa8c)

Features

  • dist-custom-elements: automatically import and define dependencies (#3039) (6987e43)
  • telemetry: adding yarn 1 support, sanitizing data pre-flight (#3082) (07f69cb)

🐱 2.8.1 (2021.09.15)

15 Sep 17:29
Compare
Choose a tag to compare

Bug Fixes

  • runtime: textContent for scoped components with slots (#3047) (9fc7657)

🎲 2.8.0 (2021.09.01)

Bug Fixes

  • types: add referrerPolicy to AnchorHTMLAttributes (#3006) (4f7c073)
  • docs: update app-es5-disabled.ts message (#2993) (4f7c073)

Features

  • compiler: allow disabling the injected hydration stylesheet (#2989) (a3d2928)

🎲 2.8.0 (2021.09.01)

01 Sep 17:37
Compare
Choose a tag to compare

Bug Fixes

  • types: add referrerPolicy to AnchorHTMLAttributes (#3006) (4f7c073)
  • docs: update app-es5-disabled.ts message (#2993) (4f7c073)

Features

  • compiler: allow disabling the injected hydration stylesheet (#2989) (a3d2928)

🐔 2.7.1 (2021.08.24)

24 Aug 17:09
Compare
Choose a tag to compare

Bug Fixes

  • ci: vendor deno for builds (#3020) (6d8a61d)
  • compiler: solve issue where worker thread didn't have access to fetch (#3012) (925d4e9)
  • telemetry: handle malformed telemetry tokens (#3014) (ff75a47)