7.0.3 (2021-04-09)
7.0.2 (2021-04-08)
7.0.1 (2021-04-07)
- add css and preprocessors file extensions to purge content with jit (e273d96)
7.0.0 (2021-04-07)
- 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)
6.0.2 (2021-01-30)
6.0.1 (2021-01-30)
- change patchPostCss to addTailwindPlugin (55fa8fa)
- ignore config files if exist (f3508a8), closes #61
6.0.0 (2021-01-24)
5.2.4 (2021-01-23)
- ng-add: fix getWorkspace function (a0330f6)
5.2.3 (2021-01-17)
5.2.2 (2021-01-15)
- 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)
5.2.0 (2021-01-14)
- add a prompt to ask user if they want dark mode (#41) (be3a323)
- add class="dark" to index.html with darkMode = class (#40) (edcf041)
- add option to enable @tailwindcss plugins during setup (#37) (2d4b9a4)
5.1.0 (2021-01-07)
- 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)
- add option to enable dark mode during setup (#34) (9e442e5)
- put patchPostCSS into package (#33) (2bdc57a)
5.0.0 (2020-12-28)
- patch angulars postcss config
- add enableTailwindInComponentsStyles to schematics (5a3b325)
- add tailwind to all postcss configs (4bf8c0c)
- check for tailwindConfig variable (eda8fd5)
- patchWebpackPostcssPlugins function (531b4c2)
- edit labels (0c855b8)
- patchWebpackPostcssPlugins (6bf1d9c)
- remove returns in patchWebpackPostcssPlugins (a4e42e4)
- tailwinds pathConfig (77b738b)
- release: 4.0.0 (5109a8b)
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
- patch angulars postcss config
- ensure project windows support (2adc40b)
- add enableTailwindInComponentsStyles to schematics (5a3b325)
- add tailwind to all postcss configs (4bf8c0c)
- check for tailwindConfig variable (eda8fd5)
- patchWebpackPostcssPlugins function (531b4c2)
- edit labels (0c855b8)
- patchWebpackPostcssPlugins (6bf1d9c)
- remove returns in patchWebpackPostcssPlugins (a4e42e4)
- tailwinds pathConfig (77b738b)
3.0.7 (2020-12-27)
- 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)
- remove type annotation (6846e10)
- release: 3.0.6 (6eddb95)
- update packages (7aaab37)
- release: 3.0.5 (6d7964a)
- setup husky, lint-staged, and pretty-quick (d930f13)
- add CODE OF CONDUCT (32ccae2)
- add CONTRIBUTING (8d3b3f6)
- add LICENSE (d75da3b)
- update BK contributions type (4eeaf34)
- update contributions type for BK (986af61)
- update docs about contributing (4400d8d)
3.0.6 (2020-12-05)
- 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
- update packages (7aaab37)
- remove type annotation (6846e10)
3.0.5 (2020-12-03)
- fix update project root styles with InsertChange (ef8c383)
- setup husky, lint-staged, and pretty-quick (d930f13)
- update docs about contributing (4400d8d)
3.0.4 (2020-12-03)
- fix get default project for nx-setup (6e1c64d)
3.0.3 (2020-12-03)
- update readme about installing ngneat/tailwind for nx (8e9136d)
3.0.2 (2020-12-03)
- update publish actions (874d728)
3.0.1 (2020-12-03)
- update test actions (2646539)
3.0.0 (2020-12-03)
-
- Add new schematics nx-setup for NxCLI powered workspaces
- add @beeman as a contributor (9a013f5)
- add @nartc as a contributor (5dde874)
- add @santoshyadavdev as a contributor (b66d89c)
- add @Bilal-io as a contributor (0a43ad3)
- add @NetanelBasal as a contributor (13ed3a4)
- move to Nx (9382261)
2.0.0 (2020-12-03)
-
- Add new schematics nx-setup for NxCLI powered workspaces
- add @beeman as a contributor (9a013f5)
- add @nartc as a contributor (5dde874)
- add @santoshyadavdev as a contributor (b66d89c)
- add @Bilal-io as a contributor (0a43ad3)
- add @NetanelBasal as a contributor (13ed3a4)
- move to Nx (9382261)
- 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.
- clean up idea workspace (37133e7)
- adjust github actions (e88d78d)
1.1.0 (2020-11-20)
1.0.8 (2020-10-28)
- revert change on adding import to styles.scss (c30cbf4)
1.0.7 (2020-10-21)
- fix publish actions (d5a6749)
1.0.6 (2020-10-21)
- fix publish actions (aa1318c)
1.0.5 (2020-10-21)
- fix publish action run steps (8131716)
1.0.4 (2020-10-21)
- fix publish action (cb90520)
1.0.3 (2020-10-21)
- misc. adjustments (9199fe1)