Releases: xzripper/flet_navigator
Releases · xzripper/flet_navigator
FletNavigator V3.10.11 [PATCH]
FletNavigator V3.10.10L [LATEST]
⚓📦 FletNavigator v3.10.10L
Minor patch for FletNavigator.
Key Changes:
- Minor changes.
- Updated ReadMe.
FletNavigator V3.10.10 [PATCH]
⚓📦 FletNavigator v3.10.10
Minor patch for FletNavigator.
Key Changes:
- Use hash route IDs instead of an O(n) calculation.
- Removed
calc_route_idmethod (AbstractFletNavigator). - Other minor changes.
- Updated ReadMe.
- New release.
FletNavigator V3.10.9 [PATCH]
⚓📦 FletNavigator v3.10.9
Minor patch for FletNavigator.
Key Changes:
- Removed redundant recompilation of
_afn_vrouteregex expression. - Richer stack trace for
load_page. - Other minor changes.
- Updated ReadMe.
- New release.
FletNavigator V3.10.8 [MINOR]
⚓📦 FletNavigator v3.10.8
Minor update for FletNavigator fixing a bug that was detected a long time ago, with a lot of other improvements/changes.
Key Changes:
- Implemented properties mapping, allowing individual routes to have distinct properties without impacting others (see #23).
- Extracted route ID calculation into a separate function (
AbstractFletNavigator). - Renamed
PageDatatoContextRoute. - New global function:
fn_process. - Now
RouteChangeCallbackacceptsContextRouteas a control flow making implementation of guards for routes more possible. - New alias:
RouteProperties. - Updated logging messages.
- Updated docstrings.
- Other minor improvements and changes.
- Moved documentation to another site: Click Me!
- Updated ReadMe.
- New release.
FletNavigator V3.9.8 [PATCH MINOR-INTENDED]
⚓📦 FletNavigator v3.9.8
Minor update for FletNavigator.
Key Changes:
- New
PageDatamethod:set_homepage. - Now it's impossible to update homepage address with invalid route.
- Removed
parametersargument inVirtualFletNavigator::navigate_back. - Other minor changes.
- Updated ReadMe.
- Updated documentation.
- New release.
FletNavigator V3.9.7 [PATCH]
⚓📦 FletNavigator v3.9.7
Minor update for FletNavigator.
Key Changes:
- Super minor updates.
- Updated ReadMe.
- Updated documentation.
- New release.
FletNavigator V3.9.6 [GREAT MINOR]
⚓📦 FletNavigator v3.9.6
A new great minor release of FletNavigator, adding new features, improving stability, and fixing bugs.
Key Changes:
- Generic code improvements.
- Implemented backward navigation (#22)
- Implemented previous routes list.
- Renamed
virtualtois_virtual. - Renamed
del_navbartodelete_navbar. - Updated some aliases.
- Removed
/special syntax forAbstractFletNavigator. - Now parameters transferring to
/route error is being handled by FletNavigator. - Updated docstrings.
- Other minor changes/improvements.
- Updated ReadMe.
- Completely rewrote the documentation.
- New release.
FletNavigator V3.8.6 [PATCH]
FletNavigator v3.8.6
Patch with generic code improvements, documentation, ReadMe, etc.
Key Changes:
- Generic code improvements.
- Updated documentation and ReadMe.
- New release.
FletNavigator V3.8.5 [GREAT MAJOR]
FletNavigator v3.8.5
The new major release of FletNavigator introduces groundbreaking optimizations, lightning-fast performance, and a streamlined, cutting-edge navigation experience. Unnecessary overhead has been eliminated, resulting in a cleaner and leaner framework for optimal performance.
Key Changes:
- Centralized
VirtualFletNavigatorandPublicFletNavigatorby introducingAbstractFletNavigator. - Animations have been completely removed.
- Removed the
anon,anon_argless,render, andparameters_utility functions. - Renamed and restricted public access to the
parametersfunction. - Implemented proper logging with structured setup, replacing the previous usage of
warn_explicit. - Dropped support for previous routes, affecting
PageDataalso. - Fixed alignment issues in the default route-404 handler.
- Removed routes data features for simplicity.
- Renamed
define_pagetoload_pagefor better consistency. - Added new
PageDatamethods:current_route() -> stranddel_navbar() -> None. - Renamed all
appbarsreferences tonavbarsfor uniformity. - Enhanced URL parameters parser to recognize
NoneType. - The
ROUTE_404ID is now mapped in thenavbarsdictionary for route-404. - The
routedecorator now supports unnamed routes by automatically registering with the function name. - Introduced a new alias:
RouteParameters. - Revised all doc-strings for clarity and comprehension.
- Improved stability, optimization, and code clarity while addressing unexpected errors.
- Completely rewrote the README and documentation.
- Additional minor enhancements.
- New release.