Skip to content

Releases: bitcode-framework/ui-web-components

v0.1.1

25 May 06:21

Choose a tag to compare

v0.1.1 — Kanban Board + GitHub Pages Demo

New Features

  • Kanban Board (bc-kanban-board) — Enterprise kanban with drag-drop, inline editing, batch save/cancel

    • 5 components: board, subtasks, comments, attachments, activity
    • Batch edit mode for assignees/labels (Done/Cancel to prevent miss-clicks)
    • Inline editing: title, priority, start/due dates, description
    • @Mention system with dropdown + keyboard navigation
    • Comment attachments
    • 4-layer data fetching (localData → dataFetcher → dataSource → model)
    • Full dark mode
    • i18n: 44 keys across 11 languages
  • GitHub Pages Demo — Live interactive component gallery

    • [\https://bitcode-framework.github.io/ui-stencil-web-components/demo/](https://bitcode-framework.github.io/ui-stencil-web-components/demo/)
    • 127 components across 12 groups
    • Theme switcher (light/dark/system)
    • Auto-deploy via GitHub Actions

Improvements

  • Component count: 119 → 127 (8 new kanban components)
  • 12 component groups (was 11)
  • All i18n locales updated (en, id, fr, de, es, pt-BR, ja, zh-CN, ko, ar, ru)

Migration Notes

  • No breaking changes
  • New optional props on \�c-kanban-board: \card-start-date-field, \mention-model, \mention-data-source, \mention-local-data\