Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@jwkvam jwkvam released this 13 Oct 06:17
· 12 commits to master since this release

Added

  • Start of Authentication API
  • Better interoperability with Flask
  • Views have a layout attribute that is run a build time, which can save time at serve time.

Breaking

  • Apps layout now happens in global state or in layout functions.
  • Remove server.py and templates, bundle.js{,.gz} is placed directly in build directory.
  • load and subscribe are decorators now, simplifying usage.
  • Sidebar now defaults to False.
  • Removed respond function, moved feature to subscribe.