Releases: keyvariable/kvSwiftWebUI
Releases · keyvariable/kvSwiftWebUI
0.9.0
• SEO-related features: automatic robots.txt and sitemaps, description and keywords HTML metadata, alt HTML image attribute, Link HTTP header.
• Any available localization can be selected explicitly with hl URL query item.
• Images, fonts, etc. by default use the configured default bundle instead of Bundle.main.
• help(_:) view modifier.
• Minor improvements.
0.8.0
• Localization of images.
• Various improvements and fixes.
0.7.0
- Localized string interpolations and locale-aware formatting of numbers.
Text.fontDesign(_:)modifier.- Explicit column width in grids when all the column views have the same frame width.
- Minor changes and improvements.
0.6.0
- Support of localized string interpolations.
- Automatic Markdown processing for localized strings.
- Minor fixes and improvements.
0.5.0
API for Markdown has been changed to avoid compile errors in some cases.
0.4.1
Bug-fix: dependency on swift-markdown package has been changed to a stable version.
0.4.0
- Markdown in
Text. - Minor improvements.
0.3.0
- Localization.
- HTML head scripts.
0.2.0
Various improvements, including:
- basic navigation based on URL path components;
- HTTP response cache.