@ghchinoy/litflow 0.2.7 → 0.2.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/package.json +4 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,54 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## 2025-12-26
6
+ - Implement M3-styled Controls component (litflow-qwm)
7
+ - Style lit-handle with Material 3 (litflow-rip)
8
+ - Style lit-node with Material 3 (litflow-clx)
9
+ - Example: Static Documentation Display (litflow-l52)
10
+ - Packaging and Distribution (litflow-b9b)
11
+ - Example: Subflows (Parent/Child) (litflow-2lt)
12
+ - Example: Custom Edges (Step/SmoothStep) (litflow-8zz)
13
+ - Implement manual edge connections (litflow-ycn)
14
+ - Establish Material 3 Design System (litflow-m7y)
15
+ - Investigate and fix node jumping on subsequent drags (litflow-v7y)
16
+ - Example: Custom Nodes with Lit templates (litflow-aop)
17
+ - Implement Controls and MiniMap components (litflow-04c)
18
+ - Example: Dynamic Interactivity (Add/Remove) (litflow-4bd)
19
+ - Implement SignalWatcher in lit-node and lit-edge (litflow-lu1)
20
+ - Integrate Lit Signals for state management (litflow-txd)
21
+ - Refactor store.ts to use @lit-labs/signals (litflow-jdv)
22
+ - Migrate from npm to pnpm (litflow-ytd)
23
+ - Example: Multiple Handles/Ports (litflow-e6c)
24
+ - Example: Basic Flow (litflow-xzk)
25
+ - Setup examples/ directory and base runner (litflow-8oj)
26
+
27
+ ## 2025-12-27
28
+ - Implement Advanced FitView (litflow-w6a)
29
+ - Example: Gemini AI Nodes (Prompt & Image) (litflow-ln0)
30
+ - Implement Keyboard Interactivity (litflow-d81)
31
+ - Validate and Debug Marquee Selection reliability (litflow-cc1)
32
+ - Example: Overview (litflow-59h)
33
+ - Implement Marquee Selection (litflow-ucl)
34
+ - Investigate and implement Edge Labels (litflow-3z2)
35
+ - Implement Edge Markers (Arrowheads) (litflow-c56)
36
+ - Configurable Node Naming on Drop (litflow-8ku)
37
+ - Create Drag & Drop Guide (litflow-w6v)
38
+ - Example: Drag & Drop (litflow-lyd)
39
+ - Implement M3-styled Sidebar for Drag & Drop (litflow-kyi)
40
+ - Implement project method in LitFlow (litflow-ypx)
41
+ - Investigate and implement Edge Labels (litflow-1ed)
42
+ - Tutorial: Building Static Documentation with LitFlow (litflow-vgd)
43
+ - Project Documentation System (Eleventy + Diataxis + gh-pages) (litflow-46j)
44
+ - Draft Welcome Landing Page (litflow-46j.5)
45
+ - Configure GitHub Actions Deployment (litflow-46j.4)
46
+ - Implement Live Example integration (litflow-46j.3)
47
+ - Migrate and structure docs using Diataxis (litflow-46j.2)
48
+ - Initialize Eleventy project in docs/ (litflow-46j.1)
49
+ - Example: Graphviz to LitFlow (litflow-48p)
50
+
51
+ ## 2025-12-29
52
+ - Designer: Integrate Drag & Drop Palette (litflow-aa8)
53
+ - Example: Inspector Designer with live JSON sync (litflow-0i5)
54
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghchinoy/litflow",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "xyflow core integrated with Lit WebComponents",
5
5
  "homepage": "https://litflow.dev",
6
6
  "license": "MIT",
@@ -15,7 +15,9 @@
15
15
  "type": "module",
16
16
  "files": [
17
17
  "dist",
18
- "src"
18
+ "src",
19
+ "README.md",
20
+ "CHANGELOG.md"
19
21
  ],
20
22
  "exports": {
21
23
  ".": {