goilerplate

Goilerplate - Modern UI Components for Go & Templ

MIT License

Stars
109

Bot releases are hidden (Show)

goilerplate - v0.20.8 Latest Release

Published by axzilla 3 days ago

Goilerplate v0.20.8

Changes

Library Updates:

  • Feature: Add radio group component
  • Fix: Checked/disabled checkboxes are now shown correctly

Documentation Updates:

  • Fix: Remove unnecessary checkbox showcase example
  • Fix: Include js/* into Assets embed to use use it for the theme docs

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate - v0.20.7

Published by axzilla 8 days ago

Goilerplate v0.20.7

Changes

Library Updates:

  • Fix: Improve Datepicker smooth positioning
  • Fix: Resolve Checkbox check icon always visible issue

Documentation Updates:

  • Feature: Add themes section to docs
  • Change: Create a great theme preview
  • Fix: Correct typos and URL name issues
  • Improvement: Cleaner UI on getting started sections

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate - v0.20.6

Published by axzilla 9 days ago

Goilerplate v0.20.6

Changes

Library Updates:

  • Hotfix: fix colors on checkbox component

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate - v0.20.5

Published by axzilla 9 days ago

Goilerplate v0.20.5

Changes

Library Updates:

  • Library css makefile hotfix

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate -

Published by axzilla 9 days ago

Goilerplate v0.20.4

Changes

Library Updates:

  • Added checkbox component

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate - v0.20.3

Published by axzilla 10 days ago

Goilerplate v0.20.3

Changes

Patch release to fix package content discrepancy.

  • Corrected package content to match the latest changes

Library Updates:

  • Added dropdown menu component
  • Improved icon implementation and documentation
    • Added link to Lucide in documentation
    • Implemented icon names as constants for autocomplete
    • Optimized icon storage for more efficient resource usage

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate - v0.20.2

Published by axzilla 10 days ago

Goilerplate v0.20.2

Changes

Library Updates:

  • Added dropdown menu component
  • Improved icon implementation and documentation
    • Added link to Lucide in documentation
    • Implemented icon names as constants for autocomplete
    • Optimized icon storage for more efficient resource usage

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate - v0.20.1

Published by axzilla 11 days ago

Goilerplate v0.20.1

Changes

Library Updates:

  • Separate CSS for library components
  • Refactored icon component to use custom implementation
  • Fixed dark mode issues in Datepicker
  • Corrected URL typo

For all other recent changes, see the commit history.

Upgrade

go get github.com/axzilla/[email protected]
go mod tidy
goilerplate - Goilerplate v0.20.0 - First Official Release

Published by axzilla 12 days ago

Goilerplate v0.20.0 - First Official Release

This is the first official GitHub release of Goilerplate. Previous versions (0.1.0 and 0.1.1) were internal development versions. This release marks a significant milestone in the project's development, introducing several new components and improvements.

New Components

  • Avatar component
  • Lucide icon wrapper component
  • Input component
  • Modal component
  • Alert component
  • Accordion component
  • Datepicker component
  • Card component
  • Button component
  • Sheet component
  • Tabs component

Improvements

  • Enhanced documentation and introduction page
  • Improved docs layout and UI
  • Added button type prop
  • Updated all current components with library comments
  • Improved landing page UI
  • Added theme switcher on landing page
  • Implemented Product Hunt badge on landing page and footer

Bug Fixes

  • Resolved width issue on tabs component
  • Fixed dark mode switch issue
  • Removed/commented HTMX due to browser console issue/bug

Other Changes

  • Now using our own input component in tabs example
  • Optimized Plausible analytics to run only in production

We're excited to share this release and look forward to your feedback. Please note that as we're still in the early stages of development (pre-1.0), there might be frequent updates and potential breaking changes.

Thank you for your interest in Goilerplate!