Releases: chasegiunta/craft-vue-tailwind
Releases · chasegiunta/craft-vue-tailwind
Version 3.1
- Pull in updates from upstream https://github.com/chasegiunta/craft-vue/releases/tag/3.1
- Upgrade purgecss-webpack-plugin dependency to 2.0
- Remove scoped styles & add caveat comment about Purge a47ece2
Version 3.0.1
- Default
build
script to use--modern
flag, so manifest-legacy.json is also generated to ensure twigpack doesn't throw errors trying to find it.
Version 3.0.0
-
🌬️ Updated Tailwind CSS to ^1.0.0 & Purgecsss webpack plugin to ^1.5.0
-
🖖 Updated Vue dep to ^2.6 & Vue CLI dep to ^3.8.0
-
🎉 Ditched AssetRev plugin in favor of Twigpack (thanks @khalwat!) & turned on Vue CLI's Modern Mode
- Vue CLI now produces two versions of your app: one modern bundle targeting modern browsers that support ES modules, and one legacy bundle targeting older browsers that do not. (https://cli.vuejs.org/guide/browser-compatibility.html#modern-mode)
- For a Hello World app, the modern bundle is already 16% smaller. In production, the modern bundle will typically result in significantly faster parsing and evaluation, improving your site's loading performance
- Twigpack automatically serves up either modern or legacy build when applicable
- Adds browser refreshing on error pages
- Vue CLI now produces two versions of your app: one modern bundle targeting modern browsers that support ES modules, and one legacy bundle targeting older browsers that do not. (https://cli.vuejs.org/guide/browser-compatibility.html#modern-mode)
-
⚡️ Babel configured out of the box, added hints to resources in config files
-
®️ Removed requirement for camelCase components to be automatically registered. Can now nest components in subfolders.
-
🥃 Pulled in updates from Craft starter (https://github.com/craftcms/craft)
-
🧹Removed unnecessary settings from CLI config
- Removed Sane watcher - no longer necessary
- Removed MiniCssExtractPlugin - provided by Vue CLI
Version 2.1.1
- FIxes HMR
- Update tailwindcss dependency
Version 2.1.0
- Adds automatic component registration
- Any vue components placed within src/components will be registered with Vue automatically
Version 2.0.3
Version 2.0.2
Version 2.0.1
- Fix env check for styles loading
Version 2.0.0
Applies all updates from craft-vue 2.0.0.
- Switches from using ExtractTextWebpackPlugin to MiniCSSExtractPlugin for reading final CSS output.
- Requires Tailwind’s experimental
shadowLookup
flag to be enabled for styling in<hello-world>
component to load.
v1.1.1
Get versioning right. Update README