Skip to content

1.1.0

Choose a tag to compare

@JohnathonKoster JohnathonKoster released this 08 Feb 22:28
· 18 commits to main since this release

What's Changed

  • Adds a new "Compile Time Rendering" system, which can render components at compile time and inline the static output
  • Adds compiler support for circular component references, like nested comment threads
  • Adds a #cache compiler attribute, which may be used to cache the results of any Dagger component
  • Bumps the minimum Laravel version to 11.23, for Cache::flexible support
  • Improves compilation of custom functions declared within a component's template
  • Reduces overall memory utilization
  • Simplifies serialized output of dynamic and circular components