Skip to content

Commit dfe88de

Browse files
authored
feat: add video tutorials to documentation (#95)
* Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Update package references to scoped package name (#84) * Release v0.1.0: Initial scoped package release * Update package references to scoped package name * Fix Windows ARM64 CLI execution error (#87) * Release v0.1.0: Initial scoped package release (#83) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Updated all package installation commands and npm package URLs (#85) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Update package references to scoped package name (#84) * Release v0.1.0: Initial scoped package release * Update package references to scoped package name * Fix Windows ARM64 CLI execution error * fix: display hierarchy paths instead of numeric IDs in node editor (#90) * Fix Windows ARM64 CLI execution error (#88) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Update package references to scoped package name (#84) * Release v0.1.0: Initial scoped package release * Update package references to scoped package name * Fix Windows ARM64 CLI execution error (#87) * Release v0.1.0: Initial scoped package release (#83) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Updated all package installation commands and npm package URLs (#85) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Update package references to scoped package name (#84) * Release v0.1.0: Initial scoped package release * Update package references to scoped package name * Fix Windows ARM64 CLI execution error * fix: display hierarchy paths instead of numeric IDs in node editor * bump version to 0.1.2 and update changelog * feat: add video tutorials to documentation (#93) (#94) * Fix Windows ARM64 CLI execution error (#88) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Update package references to scoped package name (#84) * Release v0.1.0: Initial scoped package release * Update package references to scoped package name * Fix Windows ARM64 CLI execution error (#87) * Release v0.1.0: Initial scoped package release (#83) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.…
1 parent 1c081ea commit dfe88de

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

docs/docs/getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ sidebar_position: 1
66

77
Welcome to **Chatbot Flow Editor** - a visual development tool for designing chatbot conversation flows. This tool helps you create, test, and export chatbot flows as JSON for integration with any chatbot framework.
88

9+
## Introduction Video
10+
11+
<iframe width="560" height="315" src="https://www.youtube.com/embed/4wV240EaIPA?si=inZ6wGqkYxVzGsEC" title="Introduction to Chatbot Flow Editor" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen style={{borderRadius: '8px'}}></iframe>
12+
13+
Watch this video to get a quick overview of how to use the Chatbot Flow Editor.
14+
915
## What is Chatbot Flow Editor?
1016

1117
Chatbot Flow Editor is a **GUI design tool**, not a complete chatbot solution. It provides:

docs/src/pages/index.tsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,37 @@ export default function Home() {
142142
</div>
143143
</section>
144144

145+
{/* Video Tutorial Section */}
146+
<section className={styles.videoSection}>
147+
<div className="container">
148+
<div className="text--center margin-bottom--xl">
149+
<Heading as="h2" className={styles.sectionTitle}>
150+
See It In Action
151+
</Heading>
152+
<p className={styles.sectionSubtitle}>
153+
Watch this introduction to understand how Chatbot Flow Editor works
154+
</p>
155+
</div>
156+
<div className="row">
157+
<div className="col col--8 col--offset-2">
158+
<div className={styles.videoContainer}>
159+
<iframe
160+
width="100%"
161+
height="400"
162+
src="https://www.youtube.com/embed/4wV240EaIPA?si=inZ6wGqkYxVzGsEC"
163+
title="Introduction to Chatbot Flow Editor"
164+
frameBorder="0"
165+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
166+
referrerPolicy="strict-origin-when-cross-origin"
167+
allowFullScreen
168+
style={{ borderRadius: '8px' }}
169+
/>
170+
</div>
171+
</div>
172+
</div>
173+
</div>
174+
</section>
175+
145176
{/* JSON Export Section */}
146177
<section className={styles.useCasesSection}>
147178
<div className="container">

0 commit comments

Comments
 (0)