| last_commit_released | 304800ecb2ab9c78f6062472f4cb2f76316bfaff |
|---|---|
| name | Feliz.ViewEngine |
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.3 (2025-12-02)
- add conventional commit prefix to dependabot config (304800e)
1.0.2 (2025-12-02)
- border style type mismatch in composite border functions (6482068)
1.0.1 (2025-12-02)
- optimize HTML rendering for 35-55% faster performance (dae37f6)
1.0.0 (unreleased)
- First stable release of Feliz.ViewEngine
- Minimal event handler support in ReactElement DOM (not rendered, but available for inspection)
- Fix Bulma.input properties being ignored (fixes #16, #22)
- Relax FSharp.Core dependency constraint to allow modern versions (fixes #27)
- Add Html.table overload for children elements (fixes #19)
- Add release-please for automated releases
- Add conventional commit enforcement for PRs
- Add dependabot for GitHub Actions updates