# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2025-08-04

### Improved

- Fixed responsive column hiding behavior using modern CSS container queries
- Replaced JavaScript ResizeObserver with performant CSS-based progressive column hiding
- Restored semantic HTML `<colgroup>` structure with proper column width management
- Enhanced table responsiveness with smooth, width-based column hiding at 600px, 500px, 400px, and 300px breakpoints

## [1.0.3] - 2025-08-03

### Removed

- Deleted `<colgroup>`

## [1.0.2] - 2025-08-03

### Improved

- Enhanced table layout structure with proper HTML `<colgroup>` and `<col>` elements for better column management
- Optimized table wrapper sizing and padding for improved visual layout
- Refactored component structure for better maintainability

## [1.0.1] - 2024-08-02

### 🎉 Initial Release

This is the first stable release of the Sanity Bulk Actions Table plugin, modernized for **Sanity Studio v3/v4**. This plugin is a complete rewrite and modernization of Rico Kahler's original [Sanity Super Pane](https://github.com/ricokahler/sanity-super-pane) plugin, updating it from Sanity v2.
