Skip to content

Latest commit

 

History

History
433 lines (245 loc) · 20.3 KB

CHANGELOG.md

File metadata and controls

433 lines (245 loc) · 20.3 KB

7.0.3 (2021-04-09)

Bug Fixes

7.0.2 (2021-04-08)

Bug Fixes

  • wrap getPackageManager with try catch for older versions (#91) (86039aa)

7.0.1 (2021-04-07)

Bug Fixes

  • add css and preprocessors file extensions to purge content with jit (e273d96)

7.0.0 (2021-04-07)

Features

  • add styles to angular.json or styles file (#31) (05c237b)
  • leveraging angular built-in tailwind support & setting purge.en… (#80) (b47cc36)
  • update to Nx11 (#87) (2d0ddee)

6.0.3 (2021-02-01)

Bug Fixes

6.0.2 (2021-01-30)

Bug Fixes

  • add patchPostCss back to support old version (7d583a0)
  • adjust template and update README (0125f50)

6.0.1 (2021-01-30)

Bug Fixes

  • change patchPostCss to addTailwindPlugin (55fa8fa)
  • ignore config files if exist (f3508a8), closes #61

6.0.0 (2021-01-24)

Bug Fixes

5.2.4 (2021-01-23)

Bug Fixes

  • ng-add: fix getWorkspace function (a0330f6)

5.2.3 (2021-01-17)

Refactor

5.2.2 (2021-01-15)

Bug Fixes

  • change schema so plugins accepts a comma-separated string (#43) (cad2e8a)
  • tailwind.config.js.template: fix for syntax error in tailwind config template (#45) (2123e50), closes #44
  • honor tailwindConfig.purge.enabled if it exists in tailwind.config (2b7a48d), closes #46

5.2.1 (2021-01-14)

Bug Fixes

  • make sure Angular version does not depend on @nrwl/workspace (#42) (7fbda4a)

5.2.0 (2021-01-14)

Bug Fixes

  • tailwindcss-intellisense support (#39) (ae4e0fb)

Features

5.1.0 (2021-01-07)

Bug Fixes

  • add sourceRoot in webpack config template (92bb009)
  • move patchPostCss to separate file and use webpack types (028f94e)
  • use require instead of import syntax in webpack config template (40dbb90)

Features

  • add option to enable dark mode during setup (#34) (9e442e5)
  • put patchPostCSS into package (#33) (2bdc57a)

5.0.0 (2020-12-28)

⚠ BREAKING CHANGES

  • patch angulars postcss config

Bug Fixes

  • add postcss back to dependencies (f4919a5)
  • ensure project windows support (2adc40b)

Features/Enhancements

  • add enableTailwindInComponentsStyles to schematics (5a3b325)
  • add tailwind to all postcss configs (4bf8c0c)
  • check for tailwindConfig variable (eda8fd5)
  • patchWebpackPostcssPlugins function (531b4c2)

Refactors

  • edit labels (0c855b8)
  • patchWebpackPostcssPlugins (6bf1d9c)
  • remove returns in patchWebpackPostcssPlugins (a4e42e4)
  • tailwinds pathConfig (77b738b)

Chores

Documentations

4.0.0 (2020-12-28)

ngneat/tailwind v4 will have Webpack config to ride on top of Angular's Webpack configuration. We add TailwindCSS plugins directly on Angular PostCSS config by patching the config.

This will help with all the Styles Extension supports as well as 3rd-party UI libraries styles imports (eg: Angular Material). Also, v4 will not install any PostCSS dependencies anymore because we use the ones installed with Angular.

If you're already setup with ngneat/tailwind before v4, please check out the repo and copy the content of webpack.config.js.template to your webpack.config.js

⚠ BREAKING CHANGES

  • patch angulars postcss config

Bug Fixes

  • ensure project windows support (2adc40b)

Features/Enhancements

  • add enableTailwindInComponentsStyles to schematics (5a3b325)
  • add tailwind to all postcss configs (4bf8c0c)
  • check for tailwindConfig variable (eda8fd5)
  • patchWebpackPostcssPlugins function (531b4c2)

Refactors

  • edit labels (0c855b8)
  • patchWebpackPostcssPlugins (6bf1d9c)
  • remove returns in patchWebpackPostcssPlugins (a4e42e4)
  • tailwinds pathConfig (77b738b)

Documentations

3.0.7 (2020-12-27)

Bug Fixes

  • add opt-in custom-webpack beta (0a69c09)
  • fix update project root styles with InsertChange (ef8c383)
  • remove useCustomWebpack option since custom-webpack@11 is released (97e8900)

Refactors

Chores

Documentations

3.0.6 (2020-12-05)

Bug Fixes

  • add opt-in custom-webpack beta (0a69c09)
    • @angular-builders/custom-webpack@beta supports for Angular 11. Using beta is considered a risk but if you want to experiment with Angular 11 (new build output etc...), you'd want to opt-in to use @angular-builders/custom-webpack@beta

Chores

Refactors

3.0.5 (2020-12-03)

Bug Fixes

  • fix update project root styles with InsertChange (ef8c383)

Chores

  • setup husky, lint-staged, and pretty-quick (d930f13)

Documentations

  • update docs about contributing (4400d8d)

3.0.4 (2020-12-03)

Bug Fixes

  • fix get default project for nx-setup (6e1c64d)

3.0.3 (2020-12-03)

Bug Fixes

CI/CD

  • adjust test actions (c3922c5)
  • use matrix node in test actions (f64a447)

Documentations

  • update readme about installing ngneat/tailwind for nx (8e9136d)

3.0.2 (2020-12-03)

CI/CD

3.0.1 (2020-12-03)

CI/CD

3.0.0 (2020-12-03)

⚠ BREAKING CHANGES

    • Add new schematics nx-setup for NxCLI powered workspaces

Documentations

Features/Enhancements

Chores

CI/CD

2.0.0 (2020-12-03)

⚠ BREAKING CHANGES

    • Add new schematics nx-setup for NxCLI powered workspaces

Documentations

Features/Enhancements

  • Nx Workspace provides support for schematics via nx-plugin out of the box.
  • Jest testing also comes by default and E2E testings for schematics is setup by default.
  • Support for Builders is also available.

Chores

  • clean up idea workspace (37133e7)

CI/CD

1.1.0 (2020-11-20)

Features

1.0.8 (2020-10-28)

Bug Fixes

  • revert change on adding import to styles.scss (c30cbf4)

1.0.7 (2020-10-21)

Bug Fixes

1.0.6 (2020-10-21)

Bug Fixes

1.0.5 (2020-10-21)

Bug Fixes

  • fix publish action run steps (8131716)

1.0.4 (2020-10-21)

Bug Fixes

1.0.3 (2020-10-21)

Bug Fixes

1.0.2 (2020-10-21)

Bug Fixes

1.0.1 (2020-09-09)

Bug Fixes

  • fix webpack config for postcss-loader v4.0.1 (6f40cd9), closes #3