From 6c7904bc84031973ee9e16c8261af82af5571042 Mon Sep 17 00:00:00 2001 From: adnaan <758447+adnaan@users.noreply.github.com> Date: Wed, 20 May 2026 21:27:08 +0000 Subject: [PATCH] Sync from livetemplate@v0.10.0 --- content/contributing/livetemplate.md | 4 ++-- content/guides/ephemeral-components.md | 4 ++-- content/guides/observability.md | 4 ++-- content/guides/progressive-complexity.md | 4 ++-- content/guides/scaling.md | 4 ++-- content/guides/standard-html-reactivity.md | 4 ++-- content/reference/api.md | 4 ++-- content/reference/authentication.md | 4 ++-- content/reference/client-attributes.md | 4 ++-- content/reference/configuration.md | 4 ++-- content/reference/controller-pattern.md | 4 ++-- content/reference/error-handling.md | 4 ++-- content/reference/limitations.md | 4 ++-- content/reference/navigate.md | 4 ++-- content/reference/progressive-complexity.md | 4 ++-- content/reference/pubsub.md | 4 ++-- content/reference/server-actions.md | 4 ++-- content/reference/session.md | 4 ++-- content/reference/template-support-matrix.md | 4 ++-- content/reference/uploads.md | 4 ++-- 20 files changed, 40 insertions(+), 40 deletions(-) diff --git a/content/contributing/livetemplate.md b/content/contributing/livetemplate.md index fd5f194..a95ec7f 100644 --- a/content/contributing/livetemplate.md +++ b/content/contributing/livetemplate.md @@ -2,8 +2,8 @@ title: "Contributing to LiveTemplate Core Library" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "CONTRIBUTING.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Contributing to LiveTemplate Core Library diff --git a/content/guides/ephemeral-components.md b/content/guides/ephemeral-components.md index 7ceab5b..089a864 100644 --- a/content/guides/ephemeral-components.md +++ b/content/guides/ephemeral-components.md @@ -2,8 +2,8 @@ title: "Ephemeral Components Guide" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/guides/ephemeral-components.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Ephemeral Components Guide diff --git a/content/guides/observability.md b/content/guides/observability.md index 4ae359c..d0720f8 100644 --- a/content/guides/observability.md +++ b/content/guides/observability.md @@ -2,8 +2,8 @@ title: "LiveTemplate Observability Guide" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/guides/OBSERVABILITY.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # LiveTemplate Observability Guide diff --git a/content/guides/progressive-complexity.md b/content/guides/progressive-complexity.md index f349a1a..8a1a512 100644 --- a/content/guides/progressive-complexity.md +++ b/content/guides/progressive-complexity.md @@ -2,8 +2,8 @@ title: "Progressive Complexity Guide" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/guides/progressive-complexity.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Progressive Complexity Guide diff --git a/content/guides/scaling.md b/content/guides/scaling.md index 27947ce..76525b1 100644 --- a/content/guides/scaling.md +++ b/content/guides/scaling.md @@ -2,8 +2,8 @@ title: "LiveTemplate Scaling Guide" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/guides/SCALING.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # LiveTemplate Scaling Guide diff --git a/content/guides/standard-html-reactivity.md b/content/guides/standard-html-reactivity.md index f8a66de..45f37d4 100644 --- a/content/guides/standard-html-reactivity.md +++ b/content/guides/standard-html-reactivity.md @@ -2,8 +2,8 @@ title: "Standard HTML Reactivity" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/guides/standard-html-reactivity.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Standard HTML Reactivity diff --git a/content/reference/api.md b/content/reference/api.md index 6842dc8..4480e3a 100644 --- a/content/reference/api.md +++ b/content/reference/api.md @@ -2,8 +2,8 @@ title: "Go Library API Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/api-reference.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Go Library API Reference diff --git a/content/reference/authentication.md b/content/reference/authentication.md index 3ebe740..3f1283c 100644 --- a/content/reference/authentication.md +++ b/content/reference/authentication.md @@ -2,8 +2,8 @@ title: "Authentication Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/authentication.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Authentication Reference diff --git a/content/reference/client-attributes.md b/content/reference/client-attributes.md index e03dcfd..42714fb 100644 --- a/content/reference/client-attributes.md +++ b/content/reference/client-attributes.md @@ -2,8 +2,8 @@ title: "Client Attributes Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/client-attributes.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Client Attributes Reference diff --git a/content/reference/configuration.md b/content/reference/configuration.md index 08796b6..eb32e11 100644 --- a/content/reference/configuration.md +++ b/content/reference/configuration.md @@ -2,8 +2,8 @@ title: "LiveTemplate Configuration Guide" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/CONFIGURATION.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # LiveTemplate Configuration Guide diff --git a/content/reference/controller-pattern.md b/content/reference/controller-pattern.md index 21b5942..f361ba4 100644 --- a/content/reference/controller-pattern.md +++ b/content/reference/controller-pattern.md @@ -2,8 +2,8 @@ title: "Controller+State Pattern Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/controller-pattern.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Controller+State Pattern Reference diff --git a/content/reference/error-handling.md b/content/reference/error-handling.md index 2f0c9c1..83361b5 100644 --- a/content/reference/error-handling.md +++ b/content/reference/error-handling.md @@ -2,8 +2,8 @@ title: "Error Handling Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/error-handling.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Error Handling Reference diff --git a/content/reference/limitations.md b/content/reference/limitations.md index 6ac43ec..33afc0a 100644 --- a/content/reference/limitations.md +++ b/content/reference/limitations.md @@ -2,8 +2,8 @@ title: "Current Limitations" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/current-limitations.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Current Limitations diff --git a/content/reference/navigate.md b/content/reference/navigate.md index f55a05d..98fefbf 100644 --- a/content/reference/navigate.md +++ b/content/reference/navigate.md @@ -2,8 +2,8 @@ title: "Navigate Action Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/navigate.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Navigate Action Reference diff --git a/content/reference/progressive-complexity.md b/content/reference/progressive-complexity.md index 4fc88b9..56d6c49 100644 --- a/content/reference/progressive-complexity.md +++ b/content/reference/progressive-complexity.md @@ -2,8 +2,8 @@ title: "Progressive Complexity Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/progressive-complexity-reference.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Progressive Complexity Reference diff --git a/content/reference/pubsub.md b/content/reference/pubsub.md index 9016174..d6fcfa7 100644 --- a/content/reference/pubsub.md +++ b/content/reference/pubsub.md @@ -2,8 +2,8 @@ title: "PubSub Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/pubsub.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # PubSub Reference diff --git a/content/reference/server-actions.md b/content/reference/server-actions.md index 8c95cef..226b7fb 100644 --- a/content/reference/server-actions.md +++ b/content/reference/server-actions.md @@ -2,8 +2,8 @@ title: "Server Actions Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/server-actions.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Server Actions Reference diff --git a/content/reference/session.md b/content/reference/session.md index 16aaee7..644a41c 100644 --- a/content/reference/session.md +++ b/content/reference/session.md @@ -2,8 +2,8 @@ title: "Session Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/session.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Session Reference diff --git a/content/reference/template-support-matrix.md b/content/reference/template-support-matrix.md index e5b7763..0bcd4c0 100644 --- a/content/reference/template-support-matrix.md +++ b/content/reference/template-support-matrix.md @@ -2,8 +2,8 @@ title: "LiveTemplate Go Template Support Matrix" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/template-support-matrix.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # LiveTemplate Go Template Support Matrix diff --git a/content/reference/uploads.md b/content/reference/uploads.md index 6f9c4ac..265d0e1 100644 --- a/content/reference/uploads.md +++ b/content/reference/uploads.md @@ -2,8 +2,8 @@ title: "Upload Reference" source_repo: "https://github.com/livetemplate/livetemplate" source_path: "docs/references/uploads.md" -source_ref: "v0.9.1" -source_commit: "e9a44d16e52d68472e399a5a68ad8713179e9c7f" +source_ref: "v0.10.0" +source_commit: "3294d8d30a6c25b0781d2b4046fe42296fc03ced" --- # Upload Reference