Skip to content

Latest commit

 

History

History
114 lines (65 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

114 lines (65 loc) · 5.78 KB

Flet-Easy changelog

v0.2.9 (25/01/25)

Bug fixes

  • Fix error when using login() method in async function (#34)
  • Fix and improve error message in fs.decode (async) (#35)

v0.2.8 (21/12/24)

  • Support for Flet>=0.25.*.
  • Switching to uv as package manager.
  • New methods to initialize and obtain by the application. (#33) [Docs]
  • Update of the tests code for flet 0.25.*

v0.2.7 (29/10/24)

  • Fix error in non-dynamic routing. (#30) [Docs]
  • Add page without creating an instance of AddPagesy class. (#31)

0.2.6 (19/10/24)

  • Fix route error page 404. (#28)
  • Add route checker without dependency. (#29)

0.2.4 (03/09/24)

  • ⚡The speed of the router is improved to more than twice as fast. (#20)

  • Ways to install Flet-Easy. (#25) [Doc]

  • Add go_back method. (#21) [Doc]

  • Ruff configuration update (>=0.4.4) (#22)

  • Supporting the use of class to create a view (#24) [Doc]

  • Bug fixes found in previous changes.

  • Documentation improvements and updates. (#26) [view]

Changes in the api:

New method added in Datasy (data) [Doc]

  • history_routes : Get the history of the routes.
  • go_back : Method to go back to the previous route.

🔎Note

  • Now page.go() and data.go() work similarly to go to a page (View), the only difference is that data.go() checks for url redirects when using data.redirect().
  • The 'clear' parameter of Pagesy and the page decorator is deprecated, it will be removed in future versions.

0.2.2 (04/05/24)

  • Fix sensitivity in url with capital letters (#15)
  • Fix 'back' button in dashboard page app bar not working (#18)
  • Fix error caused by Timeout waiting invokeMethod (#19)

0.2.1 (25/04/24)

  • Fix page loading twice (#14)

0.2.0 (17/04/24)

  • Optimize code for flet >0.21 (#4)

  • Fix async.

  • Automatic routing (#11) Docs

  • Add the title parameter to the page decorator (#5) Docs

  • Add JWT support for authentication sessions in the data parameter (#6) Docs

  • Add a Cli to create a project structure based on the MVC design pattern (#7) Docs

  • Middleware Support (#9) Docs

  • Add more simplified Ref control (commit)

  • Enhanced Documentation (commit)

  • Ruff Integration (commit)

Changes in the api:

  • The async methods have been removed, as they are not necessary.

  • Change update_login method to login of Datasy. (Docs)

  • Change logaut method to logout of Datasy. (Docs)

  • Changed function parameter decorated on login | (page:ft.Page -> data:fs:Datasy) (Docs)

  • Changed function parameter decorated on config_event_handler | (page:ft.Page -> data:fs:Datasy) (Docs)

0.1.3 (11/03/2024)

  • Flet installation is required to use Flet-Easy.
  • Fixed error when running the application with flet 0.21 (#3).
  • Fixed packing when compiling an apk (#2).

0.1.1 (31/01/2024)

  • Small improvements in the code and documentation.
  • Parameter proctect_route changed to protected_route of page decorator (Docs)
  • Added functionality to share data between pages in a more controlled way (Docs)
  • Added a more ordered documentation (Docs)

0.1.0

Initial commit