Skip to content

2.0.0

Compare
Choose a tag to compare
@tonysm tonysm released this 07 Jan 17:16
· 46 commits to main since this release
f37c9b5

What's Changed

Full Changelog: 1.8.3...2.0.0


Upgrade Guide

The pinned imports to CDN URLs will still work, but I recommend you re-pin them now and host them yourself (we're now always downloading vendor libs to resources/js/vendor/).

The <x-importmap-tags /> component has changed to <x-importmap::tags /> so you can run the following command to replace all occurrences of the previous component name in your layout files:

sed -i 's/x-importmap-tags/x-importmap::tags/g' resources/**/*.php

Also, ensure you have php artisan view:cache in your deployment script.