# Changelog

All notable changes to `tab-layout-plugin` will be documented in this file.

## 3.2.2 - 2025-08-13

### What's Changed in 3.2.2

#### 🔧 Other Changes

* chore: change minimum stability from beta to stable in composer.json

### Installation

```bash
composer require solution-forest/tab-layout-plugin:^3.2.2

```
## 3.2.1 - 2025-08-11

### What's Changed in 3.2.1

#### 🐛 Bug Fixes

- fix: Update MakeTabWidgetCommand to ensure the widget can create inside the filament panel/ resource
- fix: Unable to find `TabsWidget` widget

### Installation

```bash
composer require solution-forest/tab-layout-plugin:^3.2.1


```
## 3.2.0 - 2025-08-01

<!-- Release notes generated using configuration in .github/release.yml at 3.2.0 -->
✨ New Feature

- Refactor Tabs component to conditionally apply 'contained' class

**Full Changelog**: https://github.com/solutionforest/filament-tab-plugin/compare/3.1.0...3.2.0
