v0.2.1 release

This commit is contained in:
Michael Freno
2025-11-16 09:36:46 -05:00
parent 4142b7e831
commit 39ccf0c450
26 changed files with 11070 additions and 220 deletions

View File

@@ -1,4 +1,4 @@
# FlexLöve v0.2.0
# FlexLöve v0.2.1
**A comprehensive UI library providing flexbox/grid layouts, theming, animations, and event handling for LÖVE2D games.**
@@ -67,6 +67,25 @@ function love.draw()
end
```
## Documentation
📚 **[View Full API Documentation](https://mikefreno.github.io/FlexLove/api.html)**
Complete API reference with all classes, methods, and properties is available on GitHub Pages. The documentation includes:
- Searchable sidebar navigation
- Syntax-highlighted code examples
- Version selector (access docs for previous versions)
- Detailed parameter and return value descriptions
### Documentation Versions
Access documentation for specific versions:
- **Latest:** [https://mikefreno.github.io/FlexLove/api.html](https://mikefreno.github.io/FlexLove/api.html)
- **Specific version:** `https://mikefreno.github.io/FlexLove/versions/v0.2.0/api.html`
Use the version dropdown in the documentation header to switch between versions.
## API Conventions
### Method Patterns