This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
Releases: girardinsamuel/django-inertia
Releases · girardinsamuel/django-inertia
v1.3.0
Changed
- Used idiomatic Django to reference static files by @mujahidfa in #6
Fixed
- Ensured valid JSON string is generated in the data-page attr by @mujahidfa in #8
New Contributors
- @mujahidfa made their first contribution in #6
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Changed
- Add
view_data
keyword argument toInertia.render()
method allowing to pass context to django template and not to Inertia view by @muarachmann in #5 - A new parameter
INERTIA_PAGE_CONTEXT
has been added which default to__page
to define the context template variable used
to pass data from backend to frontend.
New Contributors
- @muarachmann made their first contribution in #5
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
Fixed
- Fix default sharing of
errors
andsuccess
messages. They are now removed after being added to the response, so that they are
really non persistent flash messages.
Full Changelog: https://github.com/girardinsamuel/django-inertia/commits/v1.0.1