Releases: HandmadeWeb/frosty
Releases · HandmadeWeb/frosty
1.1.6
1.1.5
- [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
- [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.3
1.1.2
1.1.1
1.1.0
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.