Skip to content

Releases: chasegiunta/craft-vue-tailwind

Version 3.1

11 Feb 15:24
Compare
Choose a tag to compare

Version 3.0.1

21 Jun 03:59
34ede64
Compare
Choose a tag to compare
  • 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

07 Jun 05:21
Compare
Choose a tag to compare
  • 🌬️ 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
  • ⚡️ 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

07 Jan 22:53
Compare
Choose a tag to compare
  • FIxes HMR
  • Update tailwindcss dependency

Version 2.1.0

01 Sep 18:08
Compare
Choose a tag to compare
  • 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

08 Aug 17:36
Compare
Choose a tag to compare

Version 2.0.1

06 Aug 02:47
Compare
Choose a tag to compare
  • Fix env check for styles loading

Version 2.0.0

04 Aug 23:35
Compare
Choose a tag to compare

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

22 Jun 20:53
Compare
Choose a tag to compare

Get versioning right. Update README