Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.75 KB

File metadata and controls

48 lines (29 loc) · 1.75 KB
last_commit_released 304800ecb2ab9c78f6062472f4cb2f76316bfaff
name Feliz.ViewEngine

Changelog

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)

Bug Fixes

  • add conventional commit prefix to dependabot config (304800e)

1.0.2 (2025-12-02)

Bug Fixes

  • border style type mismatch in composite border functions (6482068)

1.0.1 (2025-12-02)

Performance Improvements

  • optimize HTML rendering for 35-55% faster performance (dae37f6)

1.0.0 (unreleased)

Features

  • First stable release of Feliz.ViewEngine
  • Minimal event handler support in ReactElement DOM (not rendered, but available for inspection)

Bug Fixes

  • 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)

Build

  • Add release-please for automated releases
  • Add conventional commit enforcement for PRs
  • Add dependabot for GitHub Actions updates