1.4.0 (2026-05-20)
- add generateContainers option (ef0de2f)
1.3.6 (2026-05-18)
- row-cols: use css nesting for tailwind v4 compatibility (f8a40b3)
1.3.5 (2026-05-15)
1.3.4 (2026-05-14)
1.3.3 (2025-12-01)
- grid: ignore spacing keys with decimals to avoid invalid selectors in gutter utilities (646db8f)
1.3.2 (2025-11-01)
- docs: update readme (72f3b4f)
1.3.1 (2025-10-31)
- grid-row-cols: update
row-cols(bc9902d)
1.3.0 (2025-10-31)
- grid: release version bump (ddc7698)
1.2.3 (2025-06-13)
- docs: update badge order and add bundle size (27301ed)
1.2.2 (2025-05-26)
- trigger release (3b4a24a)
1.2.1 (2025-05-21)
- remove extra comma in rowGutters configuration (a3df9b1)
1.2.0 (2025-05-21)
- add
RTLsupport for offset classes (b3ca47f)
1.1.1 (2025-05-21)
- trigger release (e128332)
1.1.0 (2025-05-21)
- add GitHub Actions workflow for build checks (dcdbf23)
- remove redundant text in README description (6cc7cd2)
- add
.col-autoclass for auto width based on content (dae1a8c) - implement
resolveGuttersutility for grid layout management (9291240) - setup
semantic-releaseand GitHub release integration (72b7049) - setup Tailwind plugin providing Bootstrap-style grid system with responsive containers and gutters (ea36473)
All notable changes to this project will be documented in this file.
- Add
resolveGuttersutility function to centralize gutter resolution logic for container and row - Support custom gutter configuration (
gutters,containerGutters,rowGutters) via plugin options - Add default fallback gutter values when custom ones are not provided
- Add documentation for all gutter options in the README
- Introduce responsive column usage examples using
.rowand.col-*classes
- Clean up internal plugin code for better maintainability
- Improve variable naming and separate utility logic from plugin body
- Add ESLint and TypeScript type-check GitHub Actions workflow
- Introduce
dependabot.ymlto automatically track dependency updates
Initial release of tw-bootstrap-grid, a Tailwind CSS plugin that brings a responsive, Bootstrap-style grid system to Tailwind.
- Generate
.container,.row, and.col-{n}classes (up to 12 columns) - Responsive utility support via Tailwind’s breakpoint syntax
- Minimal default styling with full control via Tailwind config
⚠️ The initial versioning beforev1.0.0may not fully reflect SemVer. These changes were experimental and foundational.
- Setup Tailwind plugin boilerplate
- Add basic
.container,.row, and.col-*styles - Prototype responsive behavior and testing on example layouts