There is a newer version of the record available.

Published February 6, 2026 | Version v1.0.0
Software Open

muraliavarma/vue-slot-table: v1.0.0

Authors/Creators

  • 1. SoFi/Galileo FT

Description

v1.0.0 — Vue 3 Modernization

Complete rewrite from Vue 2 to Vue 3.

Breaking Changes

  • Migrated from Vue 2 to Vue 3 (requires Vue 3.4+)
  • New component API — columns are now child <SlotTableColumn> components with #header and #cell named slots
  • Removed SlotTableRow, SlotTableCell, SlotTableHeader (inlined into SlotTable)

Added

  • row-click event on <SlotTable>
  • TypeScript declarations
  • GitHub Actions CI/CD
  • Full API documentation

Changed

  • Toolchain: Vue CLI 3 → Vite 5, Jest → Vitest
  • All components rewritten with defineComponent + setup() + h()

Files

muraliavarma/vue-slot-table-v1.0.0.zip

Files (54.9 kB)

Name Size Download all
md5:ffb8afdb4e9de271f378db8c4983b549
54.9 kB Preview Download

Additional details

Related works