v1.3.0
ForgeUI v1.3.0 (2026-03-11T23:10:19Z)
Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!
Changelog
New Features
- 6ac2175: feat: add lax parameter validation and HTTP parameter parsing (@juicycleff)
Refactoring
- 5c6a268: refactor: remove unused renderComponent function from scripts_test.go (@juicycleff)
Installation
Using Go Install
go install github.com/xraph/forgeui/cmd/forgeui@v1.3.0Download Binary
Download the appropriate binary for your platform from the assets below.
Using Homebrew (macOS/Linux)
brew install xraph/tap/forgeuiLibrary Usage
To use ForgeUI as a library in your Go project:
go get github.com/xraph/forgeui@v1.3.0What's Changed
Full changelog: v1.2.0...v1.3.0