Draft
dragtable v4.0.0 release: TypeScript declarations, CHANGELOG, and GitHub Actions CI/publish#41
Conversation
Co-authored-by: jebaird <280778+jebaird@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Research converting to a web component
Research: Web Component conversion analysis for dragtable
Mar 17, 2026
Owner
|
@copilot move on to the next step |
…ild, and demo page Co-authored-by: jebaird <280778+jebaird@users.noreply.github.com>
Author
Implemented the Web Component in commit e53583c. The
|
Copilot
AI
changed the title
Research: Web Component conversion analysis for dragtable
Web Component conversion for dragtable
Mar 17, 2026
Owner
|
@copilot lets move on to the second step |
…e-NodeList bug Co-authored-by: jebaird <280778+jebaird@users.noreply.github.com>
Author
Added comprehensive tests in commit 2b0c99a — 47 Vitest tests covering:
Tests also uncovered and fixed a real bug: |
Co-authored-by: jebaird <280778+jebaird@users.noreply.github.com>
Copilot
AI
changed the title
Web Component conversion for dragtable
Web Component conversion for dragtable (v4): implementation, tests, and migration docs
Mar 17, 2026
…/publish workflows Co-authored-by: jebaird <280778+jebaird@users.noreply.github.com>
Copilot
AI
changed the title
Web Component conversion for dragtable (v4): implementation, tests, and migration docs
dragtable v4.0.0 release: TypeScript declarations, CHANGELOG, and GitHub Actions CI/publish
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Completes the final step of the jQuery→Web Component conversion by wiring up everything needed to ship v4.0.0 as a proper npm package.
Build: TypeScript declaration generation
vite-plugin-dtstovite.config.ts— generatesdist/dragtable.d.tson every build, satisfying the existing"types"field inpackage.jsonexports: 'named'to eliminate the named/default export warning in the UMD outputformats: ['es', 'umd']CHANGELOG.md
GitHub Actions
.github/workflows/ci.yml— runs on every push/PR tomain/master:typecheck→test→build→ verifies all three dist artefacts are present (dragtable.js,dragtable.umd.js,dragtable.d.ts)permissions: contents: read.github/workflows/publish.yml— triggered on GitHub Release published:npm publish --provenance --access publicviaNPM_TOKENsecret📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.