Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 20:19
· 7 commits to main since this release

1.0.0 (2026-01-02)

BREAKING CHANGES

  • Complete rewrite for Svelte 5 with runes
  • Scaffold new SvelteKit library project with Svelte 5
  • Add semantic-release configuration for main and next branches
  • Update GitHub workflow to publish pre-releases from next branch
  • Add Vitest with browser testing via Playwright
  • Add Tailwind CSS for demo page
  • Add testing-library/user-event for component tests
  • chore: disable npm publishing until features are ready

  • chore(release): 1.0.0-next.1

1.0.0-next.1 (2026-01-01)

  • feat!: scaffold Svelte 5 project with semantic-release for next branch (222cab4)

BREAKING CHANGES

  • Complete rewrite for Svelte 5 with runes
  • Scaffold new SvelteKit library project with Svelte 5
  • Add semantic-release configuration for main and next branches
  • Update GitHub workflow to publish pre-releases from next branch
  • Add Vitest with browser testing via Playwright
  • Add Tailwind CSS for demo page
  • Add testing-library/user-event for component tests