Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 2.25 KB

File metadata and controls

64 lines (38 loc) · 2.25 KB

Changelog

All notable changes to livewire-slide-overs will be documented in this file.

v2.1.0 - 2026-05-13

What's Changed

  • feat: instant open, dynamic resize, native dialog mode by @mckenziearts in #19

Full Changelog: https://github.com/laravelcm/livewire-slide-overs/compare/v2.0.4...v2.1.0

v2.0.4 - 2026-05-08

What's Changed

  • chore(deps-dev): bump the js-dependencies group with 2 updates by @dependabot[bot] in #16
  • chore(deps-dev): bump the js-dependencies group with 2 updates by @dependabot[bot] in #17
  • fix: stacked slide-over UX (ESC pops single panel, responsive width) by @mckenziearts in #18

Full Changelog: https://github.com/laravelcm/livewire-slide-overs/compare/v2.0.3...v2.0.4

v2.0.3 - 2026-03-17

What's Changed

  • fix: safelist max-width classes for Tailwind v4 by @mckenziearts in #15

Full Changelog: https://github.com/laravelcm/livewire-slide-overs/compare/v2.0.2...v2.0.3

v2.0.2 - 2026-03-17

What's Changed

  • fix: stacked panel overflow and initialize changelog by @mckenziearts in #14

Full Changelog: https://github.com/laravelcm/livewire-slide-overs/compare/v2.0.1...v2.0.2

v2.0.1 - 2026-03-17

  • fix: support both Livewire 3.x and 4.x component resolution (#13)

v2.0.0 - 2026-03-16

Breaking Changes

  • PanelContract now defines method signatures (was an empty marker interface)
  • Component ID hashing changed from serialize() to json_encode()
  • getListeners() replaced by #[On] attributes

New Features

  • Stacked panels support ('stack' => true in config)
  • Per-component position in panelAttributes

Improvements

  • Bug fix: this.showthis.open in closePanel() JS
  • Escape key closes only active panel in stacked mode
  • Modern Livewire: #[On] attributes
  • Cleaner type resolution: Reflector::getParameterClassName()
  • Reactive close-icon: Alpine x-if="closeOnEscape" per-component
  • Build workflow: path filter on resources/
  • 2 new tests