Releases: tighten/jigsaw
Releases · tighten/jigsaw
v1.7.0
What's Changed
- Fix Blade files without
extendsoverwriting 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
v1.3.43
Bump version number
Full Changelog: v1.3.42...v1.3.43
v1.3.42
What's Changed
- feat: add event bus type hints by @owenvoke in #635
- Fix PHP 8.1 deprecation notice by @bakerkretzmar in #627
- Update
larave-mix-jigsawin stub by @bakerkretzmar in #628
New Contributors
Full Changelog: v1.3.41...v1.3.42
v1.3.41
v1.3.40
What's Changed
- Update Illuminate components to v8 by @bakerkretzmar in #571
Full Changelog: v1.3.39...v1.3.40