All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.1.0 (2023-11-25)
- add TypeScript types (dc82b58)
5.0.1 (2022-04-17)
- disable misleading container warning for some cases (84033c0)
5.0.0 (2022-02-20)
- drop TailwindCSS 2 support
- add TailwindCSS 3 support (95b8062)
4.0.0 (2021-05-19)
- Tailwind CSS v1 will no longer be supported.
- Gutter class changes and removing gridGutterWidths, generateNoGutters options.
- deps: bump chalk, joi, lodash, reduce-css-calc (e512bd9)
3.3.0 (2021-03-04)
- add plugin scoped respectImportant support (a06f8c6)
3.2.0 (2021-03-03)
3.1.0 (2020-11-04)
- add support for [email protected] (781133d)
3.0.1 (2020-11-04)
- fix container correPlugin detection (93d476f)
3.0.0 (2020-11-04)
- now there are no defaults for container's max-width properties
- add console warning if container is generated by core plugin and the grid plugin (dc2cd27)
- change containerMaxWidths default to {} (1d66105)
- add missing spacings for .col-* on responsive gutters (112ed90)
- add missing spacings for .row on responsive gutters (cc4ebb8)
- add plugin options validation & make gridGutterWidths stricter (84b32c4)
- reduce redundant .container-fluid styles output (e8966c5)
2.2.2 (2020-08-18)
2.2.1 (2020-08-17)
- default gutter width when using gutters by breakpoint (e77a5ef)
2.2.0 (2020-08-17)
- responsive gutter widths (ace11e3)
- upgrade to [email protected] (f06f622)
2.1.0 (2019-06-06)
- remove redundant new lines from output (703bfea)
- update test setup (9cd4613)
2.0.2 (2019-05-14)
- version bump (057df19)
2.0.0 (2019-05-14)
- tailwind: add tailwind v1 support (335b212)
- simplify test configs (fea50c0)
- tailwind: Drop tailwind 0.x.x version support