Skip to content

Releases: axzilla/templui

v0.20.5

12 Oct 14:53
Compare
Choose a tag to compare

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

v0.20.4

12 Oct 14:19
Compare
Choose a tag to compare

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

v0.20.3

11 Oct 12:45
6663361
Compare
Choose a tag to compare

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

v0.20.2

11 Oct 12:14
6663361
Compare
Choose a tag to compare

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

v0.20.1

10 Oct 09:15
Compare
Choose a tag to compare

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 v0.20.0 - First Official Release

09 Oct 17:52
Compare
Choose a tag to compare

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!