# Changelog

## 2.0.0

### Patch Changes

- Updated dependencies []:
  - @ivtui/base@1.1.0

## 1.3.11

### Patch Changes

- "feat: implement TextEditor package & preset ConfirmDialog"

- Updated dependencies []:
  - @ivtui/base@1.0.11

## 1.3.10

### Patch Changes

- "Fix Add custom class to the tooltip, modify styles of table, make table can control external selection behavior

- Updated dependencies []:
  - @ivtui/base@1.0.9

## 1.3.9

### Patch Changes

- "Fix icon action sizing"

## 1.3.8

### Patch Changes

- "Fix: column action styling"

## 1.3.7

### Patch Changes

- Fix missing export types

## 1.3.6

### Patch Changes

- Modified Tabled Component, Add horizontal scroll, Add fixed columns, Custom Filter, Toggle usingn toolbar, Add new Icon

- Updated dependencies []:
  - @ivtui/base@1.0.8

## 1.3.5

### Patch Changes

- Updated dependencies []:
  - @ivtui/base@1.0.7

All notable changes to this package 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).

## [0.0.0] - 2024-01-XX

### Added

- Initial release of the table component package
- Basic table components: `Table`, `TableHeader`, `TableBody`, `TableFooter`, `TableRow`, `TableHead`, `TableCell`, `TableCaption`
- DataTable component for data-driven table rendering
- Support for custom cell rendering
- Responsive design with overflow handling
- Storybook stories for all components
- Comprehensive documentation and examples
