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
alpinejsv3.x
82 releases

TL;DR

Alpine.js now correctly handles logical short-circuiting (&&, ||) and object grouping with x-for, resolving common data binding issues.

Fixes Worth Knowing

  • x-for no longer crashes when used with results from Object.groupBy().
  • Logical operators (&& and ||) now function as expected within the Content Security Policy (CSP) evaluator.
  • x-sort now works correctly even when the container includes a <template> element.
  • @teleport no longer leaks detached nodes when used with Livewire (a full-stack web framework).
  • x-id now resolves consistently within x-data.
v3.15.12v3.15.12
Apr 30, 2026
v3.15.11v3.15.11
Apr 2, 2026
v3.15.10v3.15.10
Apr 1, 2026
v3.15.9v3.15.9
Mar 27, 2026
v3.15.8v3.15.8
Feb 2, 2026
v3.15.7v3.15.7
Feb 2, 2026
v3.15.6v3.15.6
Jan 30, 2026
v3.15.5v3.15.5
Jan 26, 2026
v3.15.4v3.15.4
Jan 13, 2026
v3.15.3v3.15.3
Dec 16, 2025
v3.15.2v3.15.2
Nov 15, 2025
v3.15.1v3.15.1
Oct 26, 2025
v3.15.0v3.15.0
Sep 3, 2025
v3.14.9v3.14.9
Mar 12, 2025
v3.14.8v3.14.8
Dec 23, 2024
v3.14.7v3.14.7
Dec 6, 2024
v3.14.6v3.14.6
Dec 2, 2024
v3.14.5v3.14.5
Nov 28, 2024
v3.14.4v3.14.4
Nov 27, 2024
v3.14.3v3.14.3
Oct 15, 2024
v3.14.2v3.14.2
Oct 15, 2024
v3.14.1v3.14.1
Jun 18, 2024
v3.14.0v3.14.0
May 21, 2024
v3.13.10v3.13.10
Apr 24, 2024
v3.13.9v3.13.9
Apr 21, 2024
v3.13.8v3.13.8
Apr 2, 2024
v3.13.7v3.13.7
Mar 8, 2024
v3.13.6v3.13.6
Mar 5, 2024
v3.13.5v3.13.5
Jan 24, 2024
v3.13.4v3.13.4
Jan 22, 2024
v3.13.3v3.13.3
Nov 19, 2023
v3.13.2v3.13.2
Oct 18, 2023
v3.13.1v3.13.1
Oct 2, 2023
v3.13.0v3.13.0
Aug 24, 2023
v3.12.3v3.12.3
Jul 2, 2023
v3.12.2v3.12.2
May 31, 2023
v3.12.1v3.12.1
May 11, 2023
v3.12.0v3.12.0
Mar 7, 2023
v3.11.1v3.11.1
Jan 17, 2023
v3.11.0v3.11.0
Jan 17, 2023
v3.10.5v3.10.5
Oct 25, 2022
v3.10.4v3.10.4
Oct 7, 2022
v3.10.3v3.10.3
Jul 21, 2022
v3.10.2v3.10.2
Apr 20, 2022
v3.10.1v3.10.1
Apr 19, 2022
v3.10.0v3.10.0
Apr 19, 2022
v3.9.6v3.9.6
Apr 8, 2022
v3.9.5v3.9.5
Mar 26, 2022
v3.9.4v3.9.4
Mar 25, 2022
v3.9.3v3.9.3
Mar 24, 2022
v3.9.2v3.9.2
Mar 21, 2022
v3.9.1v3.9.1
Mar 2, 2022
v3.9.0v3.9.0
Feb 11, 2022
v3.8.1v3.8.1
Jan 15, 2022
v3.8.0v3.8.0
Jan 13, 2022
v3.7.1v3.7.1
Dec 20, 2021
v3.7.0v3.7.0
Dec 1, 2021
v3.6.1v3.6.1
Nov 30, 2021
v3.6.0v3.6.0
Nov 30, 2021
v3.5.2v3.5.2
Nov 22, 2021
v3.5.1v3.5.1
Nov 10, 2021
v3.5.0v3.5.0
Nov 3, 2021
v3.4.2v3.4.2
Sep 28, 2021
v3.4.1v3.4.1
Sep 23, 2021
v3.4.0v3.4.0
Sep 20, 2021
v3.3.5v3.3.5
Sep 18, 2021
v3.3.4v3.3.4
Sep 16, 2021
v3.3.3v3.3.3
Sep 10, 2021
v3.3.2v3.3.2
Sep 6, 2021
v3.3.1v3.3.1
Sep 3, 2021
v3.3.0v3.3.0
Sep 2, 2021
v3.2.4v3.2.4
Aug 20, 2021
v3.2.3v3.2.3
Aug 3, 2021
v3.2.2v3.2.2
Jul 13, 2021
v3.2.1v3.2.1
Jun 29, 2021
v3.2.0v3.2.0
Jun 28, 2021
v3.1.1v3.1.1
Jun 24, 2021
v3.1.0v3.1.0
Jun 20, 2021
v3.0.9v3.0.9
Jun 20, 2021
v3.0.8v3.0.8
Jun 19, 2021
v3.0.7v3.0.7
Jun 18, 2021
v3.0.6v3.0.6
Jun 16, 2021
alpinejsv2.x
27 releases

TL;DR

Alpine.js now correctly handles nested components within Livewire (a full-stack web framework), resolving issues with reactivity and event handling in complex applications.

Fixes Worth Knowing

  • Resolved an issue where Alpine.js components nested inside Livewire components weren’t functioning as expected.

Before You Upgrade

No specific action is needed; this is a bug fix release.

v2.8.2v2.8.2
Mar 23, 2021
v2.8.1v2.8.1
Feb 23, 2021
v2.8.0v2.8.0
Dec 15, 2020
v2.7.3v2.7.3
Oct 27, 2020
v2.7.2v2.7.2
Oct 22, 2020
v2.7.1v2.7.1
Oct 20, 2020
v2.7.0v2.7.0
Sep 9, 2020
v2.6.0v2.6.0
Aug 14, 2020
v2.5.0v2.5.0
Jul 20, 2020
v2.4.1v2.4.1
Jun 21, 2020
v2.4.0v2.4.0
Jun 18, 2020
v2.3.5v2.3.5
May 15, 2020
v2.3.4v2.3.4
May 15, 2020
v2.3.3v2.3.3
May 4, 2020
v2.3.2v2.3.2
May 4, 2020
v2.3.1v2.3.1
Apr 24, 2020
v2.3.0v2.3.0
Apr 21, 2020
v2.2.5v2.2.5
Apr 2, 2020
v2.2.4v2.2.4
Mar 31, 2020
v2.2.3v2.2.3
Mar 30, 2020
v2.2.2v2.2.2
Mar 29, 2020
v2.2.1v2.2.1
Mar 16, 2020
v2.2.0v2.2.0
Mar 16, 2020
v2.1.1v2.1.1
Mar 7, 2020
v2.1.0v2.1.0
Mar 6, 2020
v2.0.2v2.0.2
Feb 29, 2020
v2.0.0v2.0.0
Feb 19, 2020
alpinejsv1.x
33 releases

TL;DR

Alpine.js now includes built-in transitions for x-show, making it easier to animate elements appearing and disappearing (JavaScript framework for adding behavior to HTML).

New

  • Transitions with x-show: Easily add default or customized transitions when toggling element visibility using x-show.transition and modifiers.
  • Parent Waiting: x-show on parent elements now waits for child transitions to complete before hiding, improving visual flow.

Fixes Worth Knowing

  • Fixed an issue where nested x-show directives weren’t working correctly.

Before You Upgrade

If you were relying on immediate hiding of parent elements when children had x-show, use x-show.immediate to restore the previous behavior.

v1.12.0v1.12.0
Feb 16, 2020
v1.11.0v1.11.0
Feb 14, 2020
v1.11.1v1.11.1
Feb 14, 2020
v1.10.1v1.10.1
Feb 7, 2020
v1.10.0v1.10.0
Feb 7, 2020
v1.9.8v1.9.8
Feb 4, 2020
v1.9.7v1.9.7
Jan 28, 2020
v1.9.6v1.9.6
Jan 28, 2020
v1.9.5v1.9.5
Jan 22, 2020
v1.9.4v1.9.4
Jan 21, 2020
v1.9.3v1.9.3
Jan 17, 2020
v1.9.2v1.9.2
Jan 16, 2020
v1.9.1v1.9.1
Jan 16, 2020
v1.9.0v1.9.0
Jan 16, 2020
v1.8.2v1.8.2
Jan 14, 2020
v1.8.1v1.8.1
Jan 14, 2020
v1.8.0v1.8.0
Jan 11, 2020
v1.7.0v1.7.0
Jan 10, 2020
v1.6.2v1.6.2
Jan 9, 2020
v1.6.1v1.6.1
Jan 9, 2020
v1.6.0v1.6.0
Jan 9, 2020
v1.5.0v1.5.0
Jan 7, 2020
v1.4.0v1.4.0
Jan 7, 2020
v1.3.1v1.3.1
Jan 7, 2020
v1.3.0v1.3.0
Jan 7, 2020
v1.2.0v1.2.0
Jan 4, 2020
v1.1.5v1.1.5
Jan 3, 2020
Jan 3, 2020
v1.1.3v1.1.3
Jan 3, 2020
v1.1.2v1.1.2
Dec 31, 2019
v1.1.1v1.1.1
Dec 24, 2019
v1.1.0v1.1.0
Dec 20, 2019
v1.0.0v1.0.0
Dec 18, 2019
alpinejsv0.x
8 releases

TL;DR

Alpine.js now correctly handles reactivity with deeply nested data and boolean attributes, improving data binding reliability.

New

  • Boolean attributes (like hidden) are now correctly bound.
  • The .once event modifier allows an event handler to run only the first time the event is triggered.

Fixes Worth Knowing

  • Nested components and subsequent elements now render as expected.
  • Deeply nested data now updates reactively.

Before You Upgrade

No specific action is needed for this upgrade.

v0.4.4v0.4.4
Dec 18, 2019
v0.4.3v0.4.3
Dec 13, 2019
v0.4.2v0.4.2
Dec 12, 2019
v0.4.1v0.4.1
Dec 10, 2019
v0.4.0v0.4.0
Dec 4, 2019
v0.3.0v0.3.0
Dec 2, 2019
v0.2.0v0.2.0
Nov 30, 2019
v0.1.0v0.1.0
Nov 28, 2019