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