Releases: girardinsamuel/masonite-inertia
Releases · girardinsamuel/masonite-inertia
v4.2.5
Fixed
- Fixed using url with query string params that were stripped (same issue as here inertiajs/inertia#912)
Full Changelog: v4.2.4...v4.2.5
v4.2.4
Fixed
- Fix
inertia
view helper usage by @girardinsamuel in #111
Build
- Bump frontend dependencies for integrated demo
Full Changelog: v4.2.3...v4.2.4
v4.2.3
- Update chat community link to Discord
Full Changelog: v4.2.2...v4.2.3
v4.2.2
Build
- Add
Framework :: Masonite
classifier to list package on future masonite packages website
Full Changelog: v4.2.1...v4.2.2
v4.2.1
Fixes
- Fixed InertiaMiddleware declaration by @josephmancuso in #97
- Fixed package publishing configuration by @girardinsamuel
Full Changelog: v4.2.0...v4.2.1
v4.2.0
Fixes
- Fixed fetching errors from session and sharing it as prop client-side
- Cleaned some unused code and comments
v4.1.0
Update the way to create the package with new handy PackageProvider
from Masonite 4.
BREAKING CHANGES
- You must now use
python craft package:publish inertia
to publish the configuration file to your project (if needed).
v4.0.3
First official release for Masonite 4.
Fixes
- Improve README
- Update online documentation
v4.0.2
- Fix integration test project where middleware were not defined in correct order
- Add warning in README about order between InertiaMiddleware and EncryptCookies
v4.0.1
Made some fixes