Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Releases: girardinsamuel/django-inertia

v1.3.0

12 May 08:29
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

26 Apr 14:00
Compare
Choose a tag to compare

Changed

  • Add view_data keyword argument to Inertia.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

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Feb 18:43
Compare
Choose a tag to compare

Changed

  • Marked package compatible with Django 4

Full Changelog: v1.0.1...v1.1.0

v1.0.1

11 Feb 10:17
Compare
Choose a tag to compare

Fixed

  • Fix default sharing of errors and success 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