Skip to content

Releases: xraph/forgeui

v1.4.1

30 Mar 15:33

Choose a tag to compare

ForgeUI v1.4.1 (2026-03-30T15:33:16Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

Refactoring

  • 6247c1b: refactor: update basePath handling in router and tests for clarity (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v1.4.1

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

What's Changed

Full changelog: v1.4.0...v1.4.1

Documentation

v1.4.0

28 Mar 04:25

Choose a tag to compare

ForgeUI v1.4.0 (2026-03-28T04:24:24Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

New Features

  • 8381e85: feat: enhance error handling in router and add panic recovery test (@juicycleff)

Other Changes

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v1.4.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.4.0

What's Changed

Full changelog: v1.3.0...v1.4.0

Documentation

v1.3.0

11 Mar 23:11

Choose a tag to compare

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

v1.2.0

07 Mar 05:10

Choose a tag to compare

ForgeUI v1.2.0 (2026-03-07T05:09:50Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

Other Changes

  • 1dd574e: Update templ version to v0.3.1001 and reorganize imports across multiple components (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v1.2.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.2.0

What's Changed

Full changelog: v1.1.0...v1.2.0

Documentation

v1.1.0

28 Feb 01:11

Choose a tag to compare

ForgeUI v1.1.0 (2026-02-28T01:10:32Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

New Features

  • 2dc27ad: feat: add Toast and Tooltip components with customizable properties (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v1.1.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.1.0

What's Changed

Full changelog: v1.0.0...v1.1.0

Documentation

v1.0.0

27 Feb 22:30

Choose a tag to compare

ForgeUI v1.0.0 (2026-02-27T22:29:54Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

New Features

  • 8fd1b07: feat(release): update GoReleaser steps to use goreleaser-action for config validation and snapshot builds (@juicycleff)

Bug Fixes

  • a6189da: fix(goreleaser): update archive formats and Homebrew cask configuration (@juicycleff)

Other Changes

  • e506e9b: Refactor layout rendering and improve error handling in router (@juicycleff)
  • 17f109b: Refactor toggle tests to use context in Render calls and add utility functions for Tailwind CSS management (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v1.0.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.0.0

What's Changed

Full changelog: v0.0.8...v1.0.0

Documentation

v0.0.8

08 Feb 00:50

Choose a tag to compare

ForgeUI v0.0.8 (2026-02-08T00:50:07Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

New Features

  • 7c58af3: feat(app): enhance AppConfig with BasePath and AssetFileSystem support (@juicycleff)

Refactoring

  • 58a5334: refactor(tests): clean up formatting and enhance JavaScript MIME type validation (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v0.0.8

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@v0.0.8

What's Changed

Full changelog: v0.0.7...v0.0.8

Documentation

v0.0.7

17 Jan 22:50

Choose a tag to compare

ForgeUI v0.0.7 (2026-01-17T22:49:34Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

New Features

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v0.0.7

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@v0.0.7

What's Changed

Full changelog: v0.0.6...v0.0.7

Documentation

v0.0.6

15 Jan 06:58

Choose a tag to compare

ForgeUI v0.0.6 (2026-01-15T06:58:08Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

New Features

  • d886568: feat(ci): enhance release workflow with pre-release detection and GoReleaser validation (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v0.0.6

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@v0.0.6

What's Changed

Full changelog: v0.0.5...v0.0.6

Documentation

v0.0.5

15 Jan 06:53

Choose a tag to compare

ForgeUI v0.0.5 (2026-01-15T06:52:32Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

New Features

Bug Fixes

Refactoring

Other Changes

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v0.0.5

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@v0.0.5

What's Changed

Full changelog: v0.0.3...v0.0.5

Documentation