Releases: livewire/blaze
Releases · livewire/blaze
v1.0.11
Upgrading
After upgrading, clear compiled views using php artisan view:clear.
What's Changed
- Fix/forward this through component chain by @SanderMuller in #147
- Skip class-based components in Blaze compilation by @ganyicz in #146
- Fix nested component attribute corruption by @ganyicz in #145
- Optimize BlazeAttributeBag constructor by @SanderMuller in #152
- Optimize
BlazeAttributeBag::__toString()rendering by @SanderMuller in #150 - Fix kebab-case prop handling by @ganyicz in #148
- Add on demand benchmark by @ganyicz in #155
- Optimize slot extraction and appendable attribute merging by @SanderMuller in #151
New Contributors
- @SanderMuller made their first contribution in #147
Full Changelog: v1.0.10...v1.0.11
v1.0.10
v1.0.9
v1.0.8
What's Changed
- Fix Blaze Debug Bar Injection for Multi-Line Body Tags by @faraweilyas in #133
- Fix aware propagation in slots by @ganyicz in #135
New Contributors
- @faraweilyas made their first contribution in #133
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
v1.0.5
Upgrading
After upgrading, clear compiled views using php artisan view:clear.
What's Changed
- Add benchmarks to CI by @ganyicz in #103
- fix: add file_exists check to ensureCompiled in-memory cache guard by @erhanurgun in #97
- Benchmark tests by @ganyicz in #104
- Revert "fix: add file_exists check to ensureCompiled in-memory cache guard" by @ganyicz in #106
- Consolidate view composers by @ganyicz in #105
- Fix verbatim inside components by @ganyicz in #98
- Improve benchmarks by @ganyicz in #108
- Add comparison tests and fix whitespace issues by @ganyicz in #111
- Thread blade compiler instance through pipeline by @ganyicz in #95
- Add Octane support by @ganyicz in #113
- Fix handling of deleted compiled files by @ganyicz in #114
- Fix custom namespaces by @ganyicz in #100
- Fix required cache by @ganyicz in #117
- Fix debugger timer injection and empty profiler by @ganyicz in #118
- Improve compile speed by @ganyicz in #116
New Contributors
- @erhanurgun made their first contribution in #97
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
What's Changed
- Keep unnecessary artifacts out of releases by @raphaelstolt in #76
- Fix directives detected inside Blade comments by @ganyicz in #77
- Fix
@assetsdirective not loading in Blaze-compiled views by @joshhanley in #87 - Fix path resolution during optimize with Sentry by @ganyicz in #88
- Fix Statamic serialization issue by @ganyicz in #89
- Fix debug mode by @ganyicz in #92
New Contributors
- @raphaelstolt made their first contribution in #76
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix null offset deprecation in Config path matching by @prateekbhujel in #63
- Freeze all properties during isolated render by @ganyicz in #67
- Fix env options by @ganyicz in #69
- Fix raw block restoration by @ganyicz in #73
- Fix debug mode registration by @ganyicz in #74
New Contributors
- @prateekbhujel made their first contribution in #63
Full Changelog: v1.0.1...v1.0.2