Skip to content

Latest commit

 

History

History
302 lines (134 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

302 lines (134 loc) · 12.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.2.0 (2021-06-22)

Features

  • set cssPath false to disable adding the CSS (#362) (695d068)

4.1.3 (2021-06-05)

Bug Fixes

  • add ts extension for purging components folder (#356) (8328c52)

4.1.2 (2021-05-13)

4.1.1 (2021-05-07)

4.1.0 (2021-05-05)

Features

  • Update tailwind to 2.1 to natively support JIT (#326) (dfa989a)

4.0.3 (2021-04-01)

4.0.2 (2021-03-23)

4.0.1 (2021-03-16)

Bug Fixes

  • use postcss-nesting instead (6240fdf)

4.0.0 (2021-03-15)

⚠ BREAKING CHANGES

  • v4 (#287)

Features

4.0.0-12 (2021-03-15)

4.0.0-11 (2021-03-15)

4.0.0-10 (2021-03-13)

Bug Fixes

  • revert to using object syntax (a8d4acf)

4.0.0-9 (2021-03-13)

Bug Fixes

  • dont expose config without option defined (d98086e)

4.0.0-8 (2021-03-12)

4.0.0-7 (2021-03-12)

Features

4.0.0-6 (2021-03-12)

Features

4.0.0-5 (2021-03-10)

4.0.0-4 (2021-03-09)

4.0.0-3 (2021-03-08)

4.0.0-2 (2021-03-08)

Bug Fixes

  • use purge as object and force it to provide purge options (910843f)

4.0.0-1 (2021-03-08)

4.0.0-0 (2021-03-05)

⚠ BREAKING CHANGES

  • upgrade to tailwindcss@2 (#270)

Features

3.4.3 (2021-03-10)

Bug Fixes

  • use nuxt resolver to import tailwind.config.js (#286) (62526cf)

3.4.2 (2020-12-22)

3.4.1 (2020-12-18)

Bug Fixes

3.4.0 (2020-12-17)

Features

3.3.4 (2020-12-11)

Bug Fixes

  • addTemplate call compats low version nuxt (#225) (b18380d)

3.3.3 (2020-12-04)

3.3.2 (2020-12-04)

Bug Fixes

  • lib: check listeners value before (431eafc), closes #216

3.3.1 (2020-12-03)

Bug Fixes

  • handle color as string and smarted light/dark detection (6058ea8)

3.3.0 (2020-12-02)

Features

3.2.0 (2020-10-22)

Features

3.1.0 (2020-09-25)

Features

  • purge: handle custom srcDir and support TS (#170) (bf3e0db)

3.0.2 (2020-08-25)

Bug Fixes

  • handle HMR for tailwind config (8c26472), closes #157

3.0.1 (2020-08-24)

3.0.0 (2020-08-05)

⚠ BREAKING CHANGES

  • ability to extend the Tailwind config (#133)

Features

2.1.1 (2020-07-29)

2.1.0 (2020-07-20)

Features

  • use tailwind v1.4 and use purge option (#95) (09c0ee5)

Bug Fixes

  • force production env for postcss on nuxt build (977d605)

1.4.1 (2020-04-22)

Bug Fixes

1.2.0 (2019-11-05)

Features

  • add support for deprecated build.postcss.plugins array syntax (#36) (6c3f550)

1.1.2 (2019-08-08)

Bug Fixes

  • upgrade tailwind and remove log (c2a5798)

1.1.1 (2019-07-29)

Bug Fixes

1.1.0 (2019-06-12)

Features

  • refactor: module and increase coverage (#5) (43443c2)

1.0.0 (2019-06-11)

0.1.1 (2019-06-11)

  • feat: config and css path options (#3)
  • fix: use modules only for building and add logs
  • feat: add cssPath and configPath options
  • chore: update example
  • chore: upgrade dependencies
  • chore: add test

0.1.0 (2019-06-06)

Bug Fixes

Features

  • use postcss preset 1 for nesting support (e80dcc5)

0.0.4 (2019-06-05)

Bug Fixes

0.0.2 (2019-04-04)

Bug Fixes

  • coverage: Use handler for coverage (1cd5a41)
  • esm: Use CommonJS for performances (6427e84)
  • package: Fix url for GitHub (889b742)

0.0.1 (2019-04-04)

Bug Fixes

  • purgeCSS: Add tailwindCSS plugin before calling nuxt-purgecss (0f1072d)