Skip to content

Releases: anatoliy-t7/base-ui-svelte

Release list

v0.2.0

Choose a tag to compare

@anatoliy-t7 anatoliy-t7 released this 23 Aug 06:38

What's in v0.2.0

  • Enhance Accordion and Autocomplete components with improved prop handling and new features
  • Align NumberField parsing with Base UI parseNumber
  • Persist Select and Combobox values in form submissions
  • Parse locale-formatted NumberField values on commit
  • Simplify drawer popup classes and enhance CSS transitions for improved performance
  • Update README and release notes with links for better navigation
  • Enhance styling documentation and add keyboard navigation tests
  • Improve main page

v0.1.0

Choose a tag to compare

@anatoliy-t7 anatoliy-t7 released this 16 Aug 12:51

Initial release

Unofficial Svelte 5 port of Base UI — unstyled, accessible compound components.

Not affiliated with MUI / Base UI.

Packages

Package npm Notes
base-ui-svelte 0.1.0 Headless components
@base-ui-svelte/styles 0.1.0 Optional Tailwind CSS v4 styles
bun add base-ui-svelte
# optional
bun add @base-ui-svelte/styles

Docs

  • Repo docs app: apps/docs
  • Local: bun run dev from the monorepo root