This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: rompetomp/inertia-bundle
Releases · rompetomp/inertia-bundle
v2.4.3
What's Changed
- Fix small typo by @mercuryseries in #52
- Allow custom page url in response by @FluffyDiscord in #50
New Contributors
- @FluffyDiscord made their first contribution in #50
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- fix: check prop is not string instead of callable by @cydrickn in #47
- Update README.md by @archistico in #48
- Fix small typo by @mercuryseries in #49
New Contributors
- @archistico made their first contribution in #48
- @mercuryseries made their first contribution in #49
Full Changelog: v2.4.1...v2.4.2
Fix SSR defaultValue bug
- Use default value of an empty string instead of null
Full Changelog: v2.4.0...v2.4.1
Bugfix + add lazy prop
What's Changed
Full Changelog: v2.3.1...v2.4.0
Add SSR to README, add inertiaHead support
- Add SSR to README, add inertiaHead support (#41)
Add SSR support
- Add SSR support (#40)
Fix max depth error
- Enable max depth to avoid error when having multiple relation in entities (Fatal error: Allowed memory size of x bytes exhausted) #39
Fix deprecation warning
- Fix - PHP8.1 deprecation warning #38
Upgrade to Symfony 6.0
v2.2.0 Bug Fix. (#32)
Support PHP 8
- Added support for PHP 8
- Replaced Travis with Github Actions
Thanks to @aleksblendwerk for this release