@ktjs/core 0.30.11 → 0.30.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,12 +10,17 @@
10
10
  </a>
11
11
  </p>
12
12
 
13
- ## Intro
13
+ ## Document
14
14
 
15
15
  <p align="center"><strong>Visit KT.js: <a href="https://baendlorel.github.io/kt.js/">https://baendlorel.github.io/kt.js/</a></strong></p>
16
16
 
17
- kt.js is a simple framework with a tiny runtime that renders real DOM directly (no virtual DOM), uses explicit reactivity variables and gives you manual control over refs, bindings, and redraw timing.
17
+ ## Community
18
+
19
+ - QQ Group: `1070434849`
20
+ - Telegram: https://t.me/kt_js
18
21
 
19
- ## Philosophy
22
+ ## Introduction
23
+
24
+ kt.js is a simple framework with a tiny runtime that renders real DOM directly (no virtual DOM), uses explicit reactivity variables and gives you manual control over refs, bindings, and redraw timing.
20
25
 
21
26
  KT.js focuses on one principle: keep direct control of the DOM and avoid unnecessary repainting.
package/dist/index.mjs CHANGED
@@ -599,7 +599,7 @@ function applyKModel(element, valueRef) {
599
599
  * ## About
600
600
  * @package @ktjs/core
601
601
  * @author Kasukabe Tsumugi <futami16237@gmail.com>
602
- * @version 0.30.11 (Last Update: 2026.02.24 22:42:59.392)
602
+ * @version 0.30.12 (Last Update: 2026.02.25 12:18:47.174)
603
603
  * @license MIT
604
604
  * @link https://github.com/baendlorel/kt.js
605
605
  * @link https://baendlorel.github.io/ Welcome to my site!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ktjs/core",
3
- "version": "0.30.11",
3
+ "version": "0.30.12",
4
4
  "description": "Core functionality for kt.js - DOM manipulation utilities with JSX/TSX support",
5
5
  "description_zh": "kt.js 的核心功能,提供支持 JSX/TSX 的 DOM 操作工具。",
6
6
  "type": "module",