Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
- Added route_data into Model
- Route Data Passing
- Added `actions` to  bind event handlers
- Added 'on_submit' into event_attrs
  • Loading branch information
fasilwdr committed Nov 28, 2024
1 parent 9c406c0 commit 53993c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flet-model"
version = "0.1.3"
version = "0.1.4"
description = "A Model-based router for Flet applications that simplifies the creation of multi-page applications"
readme = "README.md"
authors = [{ name = "Fasil", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion src/flet_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .model import Model
from .router import Router

__version__ = "0.1.3"
__version__ = "0.1.4"

__all__ = ["Model", "Router"]

0 comments on commit 53993c7

Please sign in to comment.