File size: 524 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# 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/).
## 0.1.1
### Bug Fixes
- Add missing dependencies to package.json
## 0.1.0 - Initial Release
### Added
- Grid component for CSS Grid layouts
- Customizable columns, spacing, and row height
- Support for automated responsive layout by specifying minimum column widths
- Support for drag-and-drop reordering of grid items
- Support for resizing grid items
|