Skip to content

Latest commit

 

History

History
142 lines (61 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

142 lines (61 loc) · 5.43 KB

4.0.0 (2022-07-12)

Features

  • tailwind: add tailwind types to `tailwind.config.js``
  • angular: update to angular 14

3.0.0 (2022-01-02)

Features

  • tailwind: update to tailwind 3
  • angular: remove support for angular below 11.2
  • angular: remove unnecessary angular production build script

2.3.0 (2021-12-04)

Features

  • angular: update to angular 13
  • tailwind: update version to latest

2.2.2 (2021-09-30)

Features

  • schematics: update default versions (38006ce)

2.2.1 (2021-05-18)

Bug Fixes

  • css: tailwind directives name (20896a4)

2.2.0 (2021-05-17)

Features

  • cli: check @angular/cli version (d904226)
  • tailwind: add jit mode as comment to tailwind config (388f1cf)

2.1.0 (2021-02-15)

Features

  • angular-cli: prompt if using angular cli 11.2 or above (fbf4637)
  • schematics: new setup for angular 11.2 and above (47225ba)

2.0.0 (2021-01-21)

Bug Fixes

  • workspace: new workspace utils import for angular 11 (5926df3)

Features

  • deps: update to latest deps (681b5eb)

1.3.0 (2021-01-19)

Features

1.2.0 (2021-01-13)

Bug Fixes

  • cross-env: modify the flag installCrossPlatform to disableCrossPlatform (af3d717)

Features

  • cross-env: add cross-env to build:prod script (2be0001)
  • deps: update dependencies (651fda8)

1.1.0 (2020-12-11)

Features

  • tailwind: add simple purge option (a6e309b)

1.0.0 (2020-11-18)

Features

  • dependency: install autoprefixer@^10.0.2 (210fa34)
  • dependency: update default dependencies (4395758)
  • npm-script: add purge script for tailwind (f13c66a)
  • postcss: install postcss (dd4042b), closes #8

0.5.1 (2020-10-23)

Features

  • npm-script: add purge script for tailwind (f13c66a)

0.5.0 (2020-10-23)

Features

  • ng-add: save lib as devDeps (120f553)
  • ngx-tailwind: rename lib (70adecf)
  • schematics: add additional version options (ef07ab9)
  • stylesheet: select css stylesheet format (f8c026a)
  • tailwind: add tailwind-init task (3aebe1a)
  • webpack: update postcss options (d7b7389)