1.1.5
September 26th, 2021
- New View output is now handled with Statamic\View\View so that some cascade data is available.
- New You can now create your own mode/methods, If you wanted to use Frosty along side some other Ajax method, you are free to do so.
- Fix Expanded on the documentation a little.
1.1.4
September 1st, 2021
- New Allow endpoint parameter on tag (works the same as existing url parameter)
- Fix Issue with context being supplied as "content" from the Antlers tag.
The view files now use $content
and $endpoint
rather than the frosty class methods, this will allow developers to use Antler override files if they want.
1.1.0
August 8th, 2021
Please read the readme, as this update contains breaking changes.
- New Refactored code, handmadeweb\datafetcher.js will now be the native Javascript used to fetch ajax content.
Alpine Js is still supported however you'll need to publish and update the Frosty configuration and specify alpine
as the Javascript mode.
1.0.2
August 5th, 2021
- New Adds Blade support.
- New Requires PHP 8, Named parameters and Union Types are just the beans!