Skip to content

v0.29.0

Latest

Choose a tag to compare

@Tobi-De Tobi-De released this 14 Jun 08:42
· 3 commits to main since this release

What's new

  • Eliminated runtime partials/templatetags dependency: CRUD no longer depends on falco-cli at runtime. Table HTML is now inline with explicit field references, pagination uses a cotton component, and BooleanField renders heroicon check/x circles.
  • Deleted partials/table.html, partials/pagination.html, templatetags/falco_cli.py, pagination.py from falco-cli.
  • Fixed start_app URL formatting bug: App entries now go on a new line in urls.py instead of the same line.
  • Added fujin.toml to starter-template for Fujin CLI deployment.
  • Added cotton/pagination.html component to starter-template.