TanStack / ranger

🤖 Headless utilities for building range and multi-range sliders in React, Preact, Solid, Vue, Svelte and Angular
MIT License
753 stars 63 forks source link

Upgrade Build system + Lit Integration #91

Open kadoshms opened 4 months ago

kadoshms commented 4 months ago

A rather large PR that includes:

Upgrade of the Build system

  1. Use NX instead of Lerna (they are actually the same company now ^^)
  2. Upgrade Vite and Vitest
  3. Use @tanstack/config for packages configuration
  4. Remove redundantjest.config.js files
  5. Update examples to use workspace:* protocol instead of explicit version

Lit Integration

Integration for Lit by creating a Reactive Controller to create a ranger + basic example.