-
#6419
0de08773f
Thanks @Yan-Thomas! - Make Tailwind & Turbolinks integration descriptions more consistent -
Updated dependencies [
acf78c5e2
,04e624d06
,cc90d7219
,a9a6ae298
,6a7cf0712
,bfd67ea74
,f6eddffa0
,c63874090
,d637d1ea5
,637f9bc72
,77a046e88
]:- astro@2.1.3
- #6213
afbbc4d5b
Thanks @Princesseuh! - Updated compilation settings to disable downlevelling for Node 14
- Updated dependencies [
fec583909
,b087b83fe
,694918a56
,a20610609
,a4a74ab70
,75921b3cd
,afbbc4d5b
]:- astro@2.1.0
-
#5478
1c7eef308
Thanks @nemo0! - Update READMEs for consistency -
#6002
254eb21c8
Thanks @royeden! - Re-enable autoprefixer in dev -
Updated dependencies [
b4432cd6b
,98a4a914b
,071e1dee7
,322e059d0
,b994f6f35
,12c68343c
]:- astro@2.0.3
-
#5717
a3a7fc929
Thanks @bluwy! - Removestyle.postcss
Astro config. Refactor Tailwind integration to configure throughvite
instead. Also disablesautoprefixer
in dev. -
#5806
7572f7402
Thanks @matthewp! - Make astro apeerDependency
of integrationsThis marks
astro
as apeerDependency
of several packages that are already gettingmajor
version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.
-
#5908
9e57268f1
Thanks @MoustaphaDev! - Fix Vite not picking up PostCSS config files because of the Tailwind integration -
Updated dependencies [
93e633922
,16dc36a87
,01f3f463b
,e2019be6f
,05caf445d
,49ab4f231
,a342a486c
,8fb28648f
,1f92d64ea
,c2180746b
,ae8a012a7
,cf2de5422
,ce5c5dbd4
,ec09bb664
,665a2c222
,259a539d7
,f7aa1ec25
,4987d6f44
,304823811
,302e0ef8f
,55cea0a9d
,dd56c1941
,9963c6e4d
,be901dc98
,f6cf92b48
,e818cc046
,8c100a6fe
,116d8835c
,840412128
,1f49cddf9
,7325df412
,16c7d0bfd
,a9c292026
,2a5786419
,4a1cabfe6
,a8d3e7924
,fa8c131f8
,64b8082e7
,c4b0cb8bf
,23dc9ea96
,63a6ceb38
,a3a7fc929
,52209ca2a
,5fd9208d4
,5eba34fcc
,899214298
,3a00ecb3e
,5eba34fcc
,2303f9514
,1ca81c16b
,b66d7195c
]:- astro@2.0.0
See changes in 3.0.0-beta.2
See changes in 3.0.0-beta.1
-
#5806
7572f7402
Thanks @matthewp! - Make astro apeerDependency
of integrationsThis marks
astro
as apeerDependency
of several packages that are already gettingmajor
version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.
See changes in 3.0.0-beta.0
-
#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.
- #4842
812658ad2
Thanks @bluwy! - Add missing dependencies, support strict dependency installation (e.g. pnpm)
Tailwind CSS is now a peer dependency, so you will need to install it manually when updating this integration:
npm install tailwindcss
- #4543
664ebf449
Thanks @aFuzzyBear! - Update peer dep with Tailwindcss
- #4662
8cfb3fb53
Thanks @natemoo-re! - Update README to reference a.cjs
config file
-
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
!
- #4004
ef9c4152b
Thanks @sarah11918! - [READMEs] removed "experimental" from astro add instructions
- #3854
b012ee55
Thanks @bholmesdev! - [astro add] Support adapters and third party packages
- #3732
6360f474
Thanks @inwardmovement! - Marks the Tailwind integration config as optional to fix TypeScript validation warnings
- #3183
7a61977d
Thanks @bholmesdev! - Support "astro add" before installing project dependencies
-
#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.
815d62f1
Thanks @FredKSchott! - no changes.
c05a544a
Thanks @FredKSchott! - Update README
e425f896
Thanks @FredKSchott! - Update config options to respect RFC0019
e425f896
Thanks @FredKSchott! - Adds an option to opt-out of the default base styles for the Tailwind integration
- #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
- #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