Migrate jqhtml slot syntax from <#name> to <Slot:name>

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-24 03:43:45 +00:00
parent 22df126977
commit 881425bed6
35 changed files with 124 additions and 122 deletions

View File

@@ -4237,7 +4237,7 @@ function init(jQuery) {
}
}
// Version - will be replaced during build with actual version from package.json
const version = '2.2.220';
const version = '2.2.221';
// Default export with all functionality
const jqhtml = {
// Core

View File

@@ -4233,7 +4233,7 @@ function init(jQuery) {
}
}
// Version - will be replaced during build with actual version from package.json
const version = '2.2.220';
const version = '2.2.221';
// Default export with all functionality
const jqhtml = {
// Core

View File

@@ -1,5 +1,5 @@
/**
* JQHTML Core v2.2.220
* JQHTML Core v2.2.221
* (c) 2025 JQHTML Team
* Released under the MIT License
*/
@@ -4238,7 +4238,7 @@ function init(jQuery) {
}
}
// Version - will be replaced during build with actual version from package.json
const version = '2.2.220';
const version = '2.2.221';
// Default export with all functionality
const jqhtml = {
// Core

View File

@@ -1,6 +1,6 @@
{
"name": "@jqhtml/core",
"version": "2.2.220",
"version": "2.2.221",
"description": "Core runtime library for JQHTML",
"type": "module",
"main": "./dist/index.js",