Skip to content

Latest commit

 

History

History
110 lines (85 loc) · 6.16 KB

File metadata and controls

110 lines (85 loc) · 6.16 KB

[v0.0.8] - UNRELEASED

Changed

Added

[v0.0.7] - 2025-11-03

Changed

Added

  • Added app.Main property Aside *layout.Aside
  • Added layout.Aside component as an alternative to layout.Header

Removed

  • Removed layout.Header property View string

[v0.0.6] - 2025-10-15

Changed

The Component.Mount() method is now called separately after the Component Graph has been parsed by the components.Document and is now a top-down call tree. Each Component is responsible for Mounting and Unmounting its own nested Components.

  • Changed gooey/components/app.To* behavior (no auto-mount)
  • Changed gooey/components/content.To* behavior (no auto-mount)
  • Changed gooey/components/layout.To* behavior (no auto-mount)
  • Changed gooey/components/ui.To* behavior (no auto-mount)

Added

[v0.0.5] - 2025-10-10

Changed

Added

[v0.0.4] - 2025-10-02

Initial release