Skip to content

@kobalte/core@0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 21:54
· 363 commits to main since this release
8c48340

Minor Changes

  • 721c0ad: ## Breaking changes

    • Select and MultiSelect:
      • .Root component renders a div by default.
      • renderItem prop is now itemComponent.
      • renderSection prop is now sectionComponent.
      • renderValue prop is now valueComponent.

    New features

    • Added AlertDialog component.
    • Added Toast component.
    • Ability to clear and remove an item from selection in Select.Value and MultiSelect.Value using the .Root’s valueComponent prop.
    • Select and MultiSelect better integration with form libraries.

    Bug fixes