Skip to content

Releases: kaedroho/django-render

Version 0.1 Beta 7

25 May 18:59
Compare
Choose a tag to compare

Version 0.1 Beta 6

25 May 15:26
Compare
Choose a tag to compare

What's Changed

  • Put the initial response in a separate element in bootstrap template
  • Removed default widget adapters (projects should create these themselves)
  • Implemented widget adapter auto-discovery (will look for an adapters module in each app)
  • Fixed bug causing StreamingHttpResponse to crash

Full Changelog: v0.1b5...v0.1b6

Version 0.1 Beta 5

29 Apr 19:11
Compare
Choose a tag to compare

Version 0.1 Beta 4

29 Apr 10:55
Compare
Choose a tag to compare

What's Changed

  • Context providers by @kaedroho in #3
  • Initial structure for documentation
  • Set up unit testing and Ruff linting on GitHub actions
  • Add DjangoRenderMiddleware
  • Remove broken 404 handlers (leave this to implementers to implement)

Full Changelog: v0.1b3...v0.1b4

Version 0.1 Beta 3

10 Apr 11:58
Compare
Choose a tag to compare
  • Fix some more typos from renaming to Django Render
  • Remove static folder

Version 0.1 Beta 2

10 Apr 11:02
Compare
Choose a tag to compare
  • Fixed some typos introduced by rename to Django Render

Version 0.1 Beta 1

09 Apr 12:36
Compare
Choose a tag to compare
  • Renamed project to Django Render

Version 0.1 Alpha 9

18 Jan 21:28
Compare
Choose a tag to compare
  • Renamed "context" to "props"
  • Renamed "global context" to "context"
  • Renamed "modal" to "overlay"
  • Moved ModalWindow and ToastMessages out of core
  • Add Form

Version 0.1 Alpha 11

18 Jan 22:07
Compare
Choose a tag to compare
  • Improved customisability of bootstrap.html
  • Fixed static files config for production

Version 0.1 Alpha 8

08 Jan 21:35
Compare
Choose a tag to compare

djream (python)

  • Fixed location of manifest.json in DJREAM_VITE_BUNDLE_DIR (was moved in recent versions of Vite)
  • Removed a stray print

@djream/core (npm)

No changes

create-djream (npm)

Changes to server template:

  • Added docker compose
  • Configuration for PostgreSQL (with dj-database-url)
  • Added Gunicorn

@djream/storybook

No changes