Skip to content

Releases: xzripper/flet_navigator

FletNavigator V2.8.5 [MINOR FINAL]

19 Jul 21:30
6395e5d
Compare
Choose a tag to compare

FletNavigator v2.8.5 (FINAL RELEASE)

This release is last, it means that navigator is not supported anymore. But it doesn't makes it unusable. You can still push new issues and ask for help!

  • Now each ROTATE animation has random rotation angle target.
  • New animations: SHRINK_VERTICAL, CUSTOM.
  • Implemented feature to create custom animations.
  • Optimized animations so they would not try to animate AppBar (its impossible).
  • New global: anon_argless.
  • Code cleanup/fixes/optimizations.
  • Updated version (FLET_NAVIGATOR_VERSION).
  • Updated documentation.
  • Updated ReadMe.
  • New release.

Thank you for being with me!

FletNavigator V2.7.5 [MINOR]

29 Mar 19:25
4df4bd2
Compare
Choose a tag to compare

FletNavigator v2.7.5

  • New global functions: render, anon, parameters.
  • New decorator: global_template.
  • Templates extending: Global templates (+ template function update).
  • New PageData methods: PageData::navigate, PageData::navigate_homepage.
  • virtual property for both navigators.
  • Code cleanup/fixes/optimizations.
  • Updated version (FLET_NAVIGATOR_VERSION).
  • Updated documentation.
  • Updated ReadMe.
  • New release.

FletNavigator V2.6.5 [MINOR]

04 Feb 16:18
8ca1cc8
Compare
Choose a tag to compare

FletNavigator v2.6.5

  • Implemented default 404 page.
  • Now calling route_changed_handler before page load.
  • Fixed len statement fail. (#8).
  • Updated parameters name checking.
  • Updated documentation.
  • Updated ReadMe.
  • New version.

FletNavigator V2.5.5 [MINOR]

14 Jan 08:11
0a2b4c2
Compare
Choose a tag to compare

FletNavigator v2.5.5

  • Fixed boolean parsing in URL parameters.
  • Added parameters argument in FletNavigator::navigate.
  • Implement __repr__ for PageData.
  • New function add in PageData.
  • New animation - SHRINK.
  • Updated documentation.
  • Updated ReadMe.
  • New version.

FletNavigator V2.4.5 [MINOR]

20 Nov 09:51
2c7c2ce
Compare
Choose a tag to compare

FletNavigator v2.4.5

  • Implemented route decorator.
  • Finished animations: improved fade animations, added more animations, more customizable.
  • Updated documentation.
  • Updated ReadMe.
  • New version.

FletNavigator V2.3.5 [MINOR]

19 Nov 16:43
7cf46b0
Compare
Choose a tag to compare

FletNavigator v2.3.5

  • Made template arguments optional.
  • Implemented page ID's.
  • Each appbar for each page. (Issue #4).
  • Updated documentation.
  • Updated ReadMe.
  • New version.

FletNavigator V2.2.5 [PATCH]

16 Nov 21:52
0f1ccf6
Compare
Choose a tag to compare

FletNavigator v2.2.5

  • Code improvements.

FletNavigator V2.2.4 [PATCH]

11 Nov 17:29
ecd8a95
Compare
Choose a tag to compare

FletNavigator v2.2.4

  • Now templates can return widgets (controls).
  • Updated documentation.
  • Updated ReadMe.
  • New version / patch.

FletNavigator V2.2.3 [MINOR]

10 Nov 17:47
9d3ae0a
Compare
Choose a tag to compare

FletNavigator v2.2.3

  • Implement fade animation between pages switching (BETA).
  • Implemented templates.
  • Fallback if developer tries to use URL parameters in VirtualFletNavigator.
  • Added typehints.
  • Updated documentation.
  • Updated ReadMe.
  • New version.

FletNavigator V2.1.3 [PATCH]

08 Nov 23:31
1d16fa7
Compare
Choose a tag to compare

FletNavigator v2.1.3

  • Completely (?) fixed URL parameters parser.