* [ci] release * Update packages/integrations/node/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
6.6 KiB
@astrojs/tailwind
2.1.0
Minor Changes
-
#4947
a5e3ecc80
Thanks @JuanM04! - ## HMR on config file changesNew in this release is the ability for config changes to automatically reflect via HMR. Now when you edit your
tsconfig.json
ortailwind.config.js
configs, the changes will reload automatically without the need to restart your dev server.
2.0.2
Patch Changes
- #4842
812658ad2
Thanks @bluwy! - Add missing dependencies, support strict dependency installation (e.g. pnpm)
2.0.1
Patch Changes
2.0.0
Migration to v2
Tailwind CSS is now a peer dependency, so you will need to install it manually when updating this integration:
npm install tailwindcss
Major Changes
- #4543
664ebf449
Thanks @aFuzzyBear! - Update peer dep with Tailwindcss
1.0.1
Patch Changes
- #4662
8cfb3fb53
Thanks @natemoo-re! - Update README to reference a.cjs
config file
1.0.0
Major Changes
-
04ad44563
- > Astro v1.0 is out! Read the official announcement post.No breaking changes. This package is now officially stable and compatible with
astro@1.0.0
!
0.2.5
Patch Changes
- #4004
ef9c4152b
Thanks @sarah11918! - [READMEs] removed "experimental" from astro add instructions
0.2.4
Patch Changes
0.2.3
Patch Changes
- #3854
b012ee55
Thanks @bholmesdev! - [astro add] Support adapters and third party packages
0.2.2
Patch Changes
- #3732
6360f474
Thanks @inwardmovement! - Marks the Tailwind integration config as optional to fix TypeScript validation warnings
0.2.1
Patch Changes
- #3183
7a61977d
Thanks @bholmesdev! - Support "astro add" before installing project dependencies
0.2.0
Minor Changes
-
#3099
254a8f37
Thanks @tony-sull! - Removes theapplyAstroPreset
integration option. Tailwind presets can be disabled directly from the Tailwind config file by includingpresets: []
See the Tailwind preset docs for more details.
0.1.2
Patch Changes
815d62f1
Thanks @FredKSchott! - no changes.
0.1.1
Patch Changes
c05a544a
Thanks @FredKSchott! - Update README
0.1.0
Minor Changes
e425f896
Thanks @FredKSchott! - Update config options to resepect RFC0019
Patch Changes
e425f896
Thanks @FredKSchott! - Adds an option to opt-out of the default base styles for the Tailwind integration
0.0.2
Patch Changes
- #2831
5315c3f7
Thanks @bholmesdev! - Add support for tailwind config files. These can either be a standardtailwind.config.js|cjs|mjs
, or a custom filename as specified in your integration config.
- #2885
6b004363
Thanks @bholmesdev! - Add README across Astro built-in integrations
- #2847
3b621f7a
Thanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site
0.0.2-next.0
Patch Changes
- #2831
5315c3f7
Thanks @bholmesdev! - Add support for tailwind config files. These can either be a standardtailwind.config.js|cjs|mjs
, or a custom filename as specified in your integration config.
- #2847
3b621f7a
Thanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site