Skip to content

v1.3.0

Choose a tag to compare

@juicycleff juicycleff released this 11 Mar 23:11
· 7 commits to main since this release

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

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.0

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Homebrew (macOS/Linux)

brew install xraph/tap/forgeui

Library Usage

To use ForgeUI as a library in your Go project:

go get github.com/xraph/forgeui@v1.3.0

What's Changed

Full changelog: v1.2.0...v1.3.0

Documentation