Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
stenciljs/corev4.x
105 releases

TL;DR

Stencil now correctly displays default prop values in documentation and resolves minor compiler warnings, improving the developer experience.

Fixes Worth Knowing

  • Prop defaults are now accurately shown in generated documentation.
  • Compiler warnings related to annotations and sourcemaps have been suppressed, reducing noise during builds.
  • The referrerPolicy attribute (browser security setting) is now included in the type definitions for <img> elements.
May 28, 2026
Apr 13, 2026
Apr 13, 2026
Feb 27, 2026
Feb 20, 2026
Feb 17, 2026
Feb 6, 2026
Feb 1, 2026
Jan 23, 2026
Jan 16, 2026
Jan 8, 2026
Jan 2, 2026
Dec 23, 2025
Dec 23, 2025
Dec 9, 2025
Nov 5, 2025
Oct 17, 2025
Oct 10, 2025
Oct 2, 2025
Sep 19, 2025
Sep 13, 2025
Sep 13, 2025
Sep 13, 2025
Jul 18, 2025
Jul 15, 2025
Jul 3, 2025
Jun 17, 2025
Jun 13, 2025
Jun 11, 2025
Jun 3, 2025
Jun 3, 2025
May 28, 2025
May 6, 2025
Apr 24, 2025
Apr 14, 2025
Apr 7, 2025
Apr 5, 2025
Apr 3, 2025
Mar 13, 2025
Mar 13, 2025
Mar 12, 2025
Mar 3, 2025
Feb 26, 2025
Feb 22, 2025
Feb 11, 2025
Feb 5, 2025
Feb 4, 2025
Jan 25, 2025
Jan 23, 2025
Jan 17, 2025
Jan 10, 2025
Jan 6, 2025
Dec 11, 2024
Nov 21, 2024
Oct 25, 2024
Oct 3, 2024
Aug 26, 2024
Aug 2, 2024
Jul 2, 2024
Jun 27, 2024
Jun 26, 2024
May 28, 2024
May 20, 2024
May 13, 2024
May 6, 2024
Apr 29, 2024
Apr 23, 2024
Apr 22, 2024
Apr 15, 2024
Apr 8, 2024
Apr 4, 2024
Apr 1, 2024
Mar 18, 2024
Mar 11, 2024
Mar 4, 2024
Feb 26, 2024
Feb 20, 2024
Feb 12, 2024
Feb 5, 2024
Jan 29, 2024
Jan 22, 2024
Jan 15, 2024
Jan 8, 2024
Dec 18, 2023
Dec 11, 2023
Dec 4, 2023
Nov 27, 2023
Nov 13, 2023
Nov 6, 2023
Oct 30, 2023
Oct 23, 2023
Oct 16, 2023
Oct 2, 2023
Sep 18, 2023
Sep 11, 2023
Sep 5, 2023
Aug 21, 2023
Aug 14, 2023
Aug 7, 2023
Jul 31, 2023
Jul 24, 2023
Jun 28, 2023
Jun 26, 2023
stenciljs/corev3.x
11 releases

TL;DR

Stencil now correctly handles file paths when building collections (groups of related components), resolving a potential issue with deployment and asset loading.

Fixes Worth Knowing

  • Compiler: Fixed an issue where incorrect file paths were generated for collections, which could prevent assets from loading correctly after deployment.
Jul 24, 2023
Jun 26, 2023
Jun 13, 2023
Jun 2, 2023
May 23, 2023
May 1, 2023
Apr 10, 2023
Mar 14, 2023
Feb 28, 2023
Feb 13, 2023
Jan 25, 2023
stenciljs/corev4.xprerelease
4 releases

TL;DR

Stencil v4 removes several deprecated features and drops support for older tools, requiring updates to your build process and code to ensure compatibility.

Breaking

  • Deprecated APIs Removed: The connect and context APIs are no longer available. (Component data handling)
  • Node Version: Node 14 is no longer supported. (JavaScript runtime)
  • In-Browser Compilation: Compilation within the browser is removed. (Development workflow)
  • CSS & Shadow DOM Shims: CSS variable and shadow DOM shims have been removed. (Browser compatibility)
  • Dynamic Imports: The dynamic import shim is no longer included. (Module loading)

Before You Upgrade

  • Review the v4.0.0 Migration Guide for detailed upgrade instructions.
  • Ensure your Node.js version is 16 or higher.
Jun 16, 2023
Jun 7, 2023
v4.0.0-beta.1v4.0.0-beta.1
Jun 2, 2023
May 30, 2023
stenciljs/corev2.x
48 releases

TL;DR

Stencil now uses file system events for faster updates in watch mode, improving developer workflow.

Fixes Worth Knowing

  • Watch mode now correctly detects file changes, resolving issues with slow or missing updates during development. (Watch mode: automatic recompilation on changes)
Mar 14, 2023
Jan 23, 2023
Jan 17, 2023
Jan 4, 2023
Dec 5, 2022
Nov 15, 2022
Oct 27, 2022
Oct 26, 2022
Oct 24, 2022
Oct 3, 2022
Sep 12, 2022
Aug 22, 2022
Aug 2, 2022
Aug 1, 2022
Jul 11, 2022
Jun 21, 2022
Jun 3, 2022
May 31, 2022
May 9, 2022
Apr 18, 2022
Mar 28, 2022
Mar 10, 2022
Mar 7, 2022
Feb 14, 2022
Jan 24, 2022
Jan 4, 2022
Dec 13, 2021
Nov 22, 2021
Nov 1, 2021
Oct 11, 2021
Sep 15, 2021
Sep 1, 2021
Aug 24, 2021
Aug 19, 2021
Jun 2, 2021
Mar 30, 2021
Mar 25, 2021
Mar 22, 2021
Jan 28, 2021
Nov 6, 2020
Oct 27, 2020
Oct 26, 2020
Oct 23, 2020
Oct 20, 2020
Sep 3, 2020
Sep 2, 2020
Aug 31, 2020
Aug 31, 2020
stenciljs/corev3.xprerelease
7 releases

TL;DR

Stencil now supports TypeScript 5, improving developer experience and enabling access to the latest language features.

Breaking

  • TypeScript version must be updated to 5.0 or higher (programming language).
  • Node.js version 16.14 or higher is now required (JavaScript runtime).

Before You Upgrade

  • Update your project’s TypeScript dependency to version 5.0 or greater.
  • Ensure you are using Node.js version 16.14 or higher.
Jan 23, 2023
Jan 17, 2023
Jan 9, 2023
Dec 19, 2022
Dec 12, 2022
Dec 5, 2022
Nov 28, 2022
stenciljs/corev2.xprerelease
28 releases

TL;DR

Stencil now correctly handles components with existing constructors, resolving issues when using decorators (code annotations).

Fixes Worth Knowing

Documentation generation is improved by preventing duplicate entries, making the documentation more concise and accurate.

Oct 27, 2022
Oct 25, 2022
Jul 19, 2022
Jun 3, 2022
Nov 9, 2021
Oct 5, 2021
Aug 24, 2021
v2.7.0-0🕹 2.7.0-0
Jul 7, 2021
v2.6.0-0🚌 2.6.0-0
May 27, 2021
v2.4.0-3🎬 2.4.0-3
Jan 12, 2021
v2.4.0-2🍸 2.4.0-2
Jan 8, 2021
Dec 17, 2020
v2.4.0-0🍐 2.4.0-0
Dec 16, 2020
v2.1.0-5🐽 2.1.0-5
Oct 19, 2020
v2.1.0-4🐨 2.1.0-4
Oct 19, 2020
v2.1.0-3🍟 2.1.0-3
Oct 15, 2020
v2.1.0-2🦂 2.1.0-2
Oct 1, 2020
v2.1.0-1🎳 2.1.0-1
Sep 21, 2020
v2.1.0-0🛳 2.1.0-0
Sep 17, 2020
v2.0.0-8🎖 2.0.0-8
Aug 28, 2020
Aug 28, 2020
v2.0.0-6🚑 2.0.0-6
Aug 24, 2020
v2.0.0-5🐘 2.0.0-5
Aug 21, 2020
v2.0.0-4🎺 2.0.0-4
Aug 20, 2020
v2.0.0-3🚅 2.0.0-3
Aug 16, 2020
v2.0.0-2🌐 2.0.0-2
Aug 14, 2020
v2.0.0-1🐗 2.0.0-1
Aug 12, 2020
v2.0.0-0😄 2.0.0-0
Aug 9, 2020
stenciljs/corev1.x
17 releases

TL;DR

Stencil now correctly clones slotted content, resolving display issues, and improves style handling by allowing styles() to use template literals (text templates).

New

  • Component styles can now be defined using template literals within the styles() method, offering a more concise and readable syntax.

Fixes Worth Knowing

  • Slotted content (elements placed inside a component’s slots) is now cloned correctly, fixing visual glitches and ensuring expected behavior when manipulating slotted elements.
Oct 22, 2020
v1.8.12
Oct 19, 2020
v1.17.3⛱ 1.17.3
Aug 4, 2020
Jul 28, 2020
Jul 26, 2020
Jul 24, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 18, 2020
v1.2.4
Aug 8, 2019
stenciljs/corev1.xprerelease
1 release

TL;DR

Stencil now allows customizing asset paths and hooking into CustomEvent creation, improving integration with frameworks like Vue.

New

  • Asset Path Customization: Configure the base URL for assets.
  • Custom Event Hooking: Modify CustomEvents (UI events) before they are dispatched, enabling better compatibility with frameworks that enforce naming conventions.
v1.17.0-0🍟 1.17.0-0
Jul 22, 2020