Skip to content

Latest commit

 

History

History
163 lines (80 loc) · 6.26 KB

File metadata and controls

163 lines (80 loc) · 6.26 KB

1.4.0 (2026-05-20)

Features

  • add generateContainers option (ef0de2f)

1.3.6 (2026-05-18)

Bug Fixes

  • row-cols: use css nesting for tailwind v4 compatibility (f8a40b3)

1.3.5 (2026-05-15)

Bug Fixes

  • align main/module/exports paths with actual tsup output (#160) (a7616cd)

1.3.4 (2026-05-14)

Bug Fixes

  • add default condition to exports field (#158) (aa4f152)

1.3.3 (2025-12-01)

Bug Fixes

  • grid: ignore spacing keys with decimals to avoid invalid selectors in gutter utilities (646db8f)

1.3.2 (2025-11-01)

Bug Fixes

1.3.1 (2025-10-31)

Bug Fixes

  • grid-row-cols: update row-cols (bc9902d)

1.3.0 (2025-10-31)

Features

  • grid: release version bump (ddc7698)

1.2.3 (2025-06-13)

Bug Fixes

  • docs: update badge order and add bundle size (27301ed)

1.2.2 (2025-05-26)

Bug Fixes

1.2.1 (2025-05-21)

Bug Fixes

  • remove extra comma in rowGutters configuration (a3df9b1)

1.2.0 (2025-05-21)

Features

  • add RTL support for offset classes (b3ca47f)

1.1.1 (2025-05-21)

Bug Fixes

1.1.0 (2025-05-21)

Features

  • add GitHub Actions workflow for build checks (dcdbf23)

1.0.0 (2025-05-21)

Bug Fixes

  • remove redundant text in README description (6cc7cd2)

Features

  • add .col-auto class for auto width based on content (dae1a8c)
  • implement resolveGutters utility for grid layout management (9291240)
  • setup semantic-release and GitHub release integration (72b7049)
  • setup Tailwind plugin providing Bootstrap-style grid system with responsive containers and gutters (ea36473)

Changelog

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


[1.1.0] - 2025-05-20

Features

  • Add resolveGutters utility 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

Documentation

  • Add documentation for all gutter options in the README
  • Introduce responsive column usage examples using .row and .col-* classes

Refactoring

  • Clean up internal plugin code for better maintainability
  • Improve variable naming and separate utility logic from plugin body

CI/CD

  • Add ESLint and TypeScript type-check GitHub Actions workflow
  • Introduce dependabot.yml to automatically track dependency updates

[1.0.0] - 2025-05-19

Initial release of tw-bootstrap-grid, a Tailwind CSS plugin that brings a responsive, Bootstrap-style grid system to Tailwind.

Features

  • 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

[0.1.0] - Pre-release commits (before 1.0)

⚠️ The initial versioning before v1.0.0 may 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