Skip to content

JsWeb 1.2.0 Beta 1

Choose a tag to compare

@Jones-peter Jones-peter released this 07 Dec 07:17
· 91 commits to main since this release

This is the first beta release for JsWeb version 1.2!

✨ New Features

  • Automatic AJAX: Forms and navigation now happen without a full page reload, right out of the box!
  • Built-in Admin Panel: A production-ready admin interface is now included.
  • Smart Forms: The forms system is now more robust and easier to use with automatic HTML rendering.

🐛 Bug Fixes & Improvements

  • The framework is now correctly identified as ASGI, not WSGI.
  • Fixed browser caching issues on protected pages.