Releases: xraph/forgeui
v0.0.8
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.8Download 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@v0.0.8What's Changed
Full changelog: v0.0.7...v0.0.8
Documentation
v0.0.7
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
- c840ae3: feat(assets): add static path configuration for asset manager (@juicycleff)
Installation
Using Go Install
go install github.com/xraph/forgeui/cmd/forgeui@v0.0.7Download 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@v0.0.7What's Changed
Full changelog: v0.0.6...v0.0.7
Documentation
v0.0.6
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.6Download 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@v0.0.6What's Changed
Full changelog: v0.0.5...v0.0.6
Documentation
v0.0.5
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
- b623299: feat: add MCP configuration and update component styles (@juicycleff)
- d8251a0: feat: add dedicated race detection test targets to Makefile (@juicycleff)
Bug Fixes
- c30b838: fix(assets): normalize manifest paths to forward slashes for cross-platform compatibility (@juicycleff)
- d5a0b06: fix(ci): allow coverage check to continue on error and enhance warning output (@juicycleff)
- 07dcdac: fix(ci): allow coverage check to continue on error and improve warning output (@juicycleff)
- fee2047: fix(ci): remove Go 1.23.x from test matrix (@juicycleff)
- fe68dec: fix: resolve all remaining linting errors (errcheck, unused) (@juicycleff)
- cd3041b: fix: resolve data race in watcher debounce timer (@juicycleff)
- 1786345: fix: resolve linting errors (errcheck, staticcheck, unused) (@juicycleff)
- f620f2d: fix: resolve linting issues (gocritic and godoclint) (@juicycleff)
Refactoring
- 56aa990: refactor: clean up whitespace and enhance Makefile commands (@juicycleff)
Other Changes
- a1949f6: chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (@dependabot[bot])
Installation
Using Go Install
go install github.com/xraph/forgeui/cmd/forgeui@v0.0.5Download 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@v0.0.5What's Changed
Full changelog: v0.0.3...v0.0.5
Documentation
v0.0.4
ForgeUI v0.0.4 (2026-01-15T06:33:28Z)
Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!
Changelog
New Features
- b623299: feat: add MCP configuration and update component styles (@juicycleff)
- d8251a0: feat: add dedicated race detection test targets to Makefile (@juicycleff)
Bug Fixes
- c30b838: fix(assets): normalize manifest paths to forward slashes for cross-platform compatibility (@juicycleff)
- d5a0b06: fix(ci): allow coverage check to continue on error and enhance warning output (@juicycleff)
- 07dcdac: fix(ci): allow coverage check to continue on error and improve warning output (@juicycleff)
- fee2047: fix(ci): remove Go 1.23.x from test matrix (@juicycleff)
- fe68dec: fix: resolve all remaining linting errors (errcheck, unused) (@juicycleff)
- cd3041b: fix: resolve data race in watcher debounce timer (@juicycleff)
- 1786345: fix: resolve linting errors (errcheck, staticcheck, unused) (@juicycleff)
- f620f2d: fix: resolve linting issues (gocritic and godoclint) (@juicycleff)
Refactoring
- 56aa990: refactor: clean up whitespace and enhance Makefile commands (@juicycleff)
Other Changes
- a1949f6: chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (@dependabot[bot])
Installation
Using Go Install
go install github.com/xraph/forgeui/cmd/forgeui@v0.0.4Download 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@v0.0.4What's Changed
Full changelog: v0.0.3...v0.0.4