This commit is contained in:
2026-06-04 17:19:08 +02:00
parent df9bce64f7
commit e634123904
6 changed files with 287 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
## [1.0.0]
### Added
- .NET MAUI Blazor Hybrid host targeting Android 26+ and iOS 15+
- Blazor Server Web App host sharing UI via `Fixiy.Shared` Razor Class Library
- `IFormFactor` platform abstraction for device/platform detection
- `InteractiveRenderSettings` pattern for sharing render modes between MAUI and Web
- IntegryApiClient integration for both MAUI and Web entry points
- `NoDataAvailable` reusable component
- `NavBar` and `NavMenu` layout components