Releases: tighten/jigsaw
Releases · tighten/jigsaw
v1.7.4
What's Changed
- Fix dynamic components by @bakerkretzmar in #708
- Fix format action by @bakerkretzmar in #709
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
- CommonMark Renderer by @scottcharlesworth in #705
- Fix Format Action for Forked Repos by @scottcharlesworth in #706
New Contributors
- @scottcharlesworth made their first contribution in #705
Full Changelog: v1.7.2...v1.7.3
v1.7.2
v1.7.1
What's Changed
- Fix
resolvePath()
removing directories called0
by @bakerkretzmar in #691
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Fix Blade files without
extends
overwriting other pages by @bakerkretzmar in #672 - Update banner by @driftingly in #675
- Collection path: optional transliterate by @husseinalhammad in #683
- Add CommonMark markdown rendering option by @bakerkretzmar in #687
- Allow setting collections using a function by @leopoletto in #686
- Use real filesystem in tests by @bakerkretzmar in #688
New Contributors
- @driftingly made their first contribution in #675
- @husseinalhammad made their first contribution in #683
- @leopoletto made their first contribution in #686
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
What's Changed
- Refactor container bootstrapping to use service providers by @bakerkretzmar in #662
- Re-configure and run PHP-CS-Fixer by @bakerkretzmar in #666
Note
Prior to this release, Jigsaw was unintentionally making a few variables available globally. This has been fixed. If you were accessing any Jigsaw functionality via global variables (e.g.$GLOBALS['container']
) you should update your code to use the container directly (e.g.app()
).
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Support PHP 8.2 by @bakerkretzmar in #659
- Refactor snapshot test harness by @bakerkretzmar in #653
- Update
illuminate/*
components to v9 by @bakerkretzmar in #661
Full Changelog: v1.3.45...v1.4.0
v1.3.45
What's Changed
- Fix backwards compatibility break with PHP 7.3 by @bakerkretzmar in #654
Full Changelog: v1.3.44...v1.3.45
v1.3.44
What's Changed
- Improve serve command option handling by @paulofreitas in #651
- Upgrade tailwindcss to v3 by @khatabwedaa in #643
- Add option to merge collection configs by @bakerkretzmar in #648
New Contributors
- @paulofreitas made their first contribution in #651
- @khatabwedaa made their first contribution in #643
Full Changelog: v1.3.43...v1.3.44