v2.1.4 - 2025-05-15
channel
is now immediately available by @joetannenbaum in #435- Type fixes in core library by @joetannenbaum in #434
- Check for import.meta.env before using Vite environment variables by @joetannenbaum in #436
- Fix channel return type by @joetannenbaum in #437
Full Changelog: https://github.com/laravel/echo/compare/v2.1.3...v2.1.4
v2.1.3 - 2025-05-13
- Fix Reverb app key env name by @joetannenbaum in #431
Full Changelog: https://github.com/laravel/echo/compare/v2.1.2...v2.1.3
v2.1.1 - 2025-05-13
- Fix Ably cluster error by @joetannenbaum in #429
- Make events and listeners optional by @joetannenbaum in #430
Full Changelog: https://github.com/laravel/echo/compare/v2.1.0...v2.1.1
v2.1.0 - 2025-05-07
- fixes: unable to build by @fxnm in #419
- Update logo by @iamdavidhill in #421
- CI Improvements by @crynobone in #424
- React/Vue Typescript Hooks by @tnylea in #422
- Final hook prep by @joetannenbaum in #426
- Added listen to
*
, stronger typing by @joetannenbaum in #427
v2.0.2 - 2025-02-18
- [2.x] Fix TS errors with
skipLibCheck: false
by @SanderMuller in #416
- Fix TypeScript Error in
isConstructor
by @SanderMuller in #412 - [2.0] Major package upgrades, better TypeScript support, smaller build by @SanderMuller in #413
- [2.x] move tslib to dev deps by @SanderMuller in #414