Releases: sadmann7/diceui
Releases · sadmann7/diceui
@diceui/[email protected]
Minor Changes
- abe3df2: Allow mention trigger in middle of text
@diceui/[email protected]
@diceui/[email protected]
@diceui/[email protected]
Minor Changes
- 473a777: Prevent item selection on Enter when list is empty
@diceui/[email protected]
Minor Changes
- 555796c: Update
manualFilteringTSDoc default value
@diceui/[email protected]
Major Changes
-
2444c4d: # Breaking Change: Renamed
ComboboxProgresstoComboboxLoadingWhat Changed
- The component
ComboboxProgresshas been renamed toComboboxLoadingto better reflect its purpose and maintain consistency with other loading components in the library.
Why This Change
- The new name better describes the component's functionality as a loading indicator within the combobox
- Aligns with common UI patterns where loading states are typically named "Loading" rather than "Progress"
- Makes the API more intuitive and easier to understand for developers
How to Update Your Code
- Replace all instances of
ComboboxProgresswithComboboxLoadingin your imports:
// Before import { ComboboxProgress } from "@diceui/combobox"; // After import { ComboboxLoading } from "@diceui/combobox";
- Update all component usage in your JSX:
// Before <ComboboxProgress value={progress} /> // After <ComboboxLoading value={progress} />
Note: The component's props and functionality remain the same, only the name has changed.
- The component
@diceui/[email protected]
Patch Changes
- Updated dependencies [a13ae2e]
- @diceui/[email protected]
@diceui/[email protected]
Minor Changes
- a13ae2e: Add better forwardRef
@diceui/[email protected]
Patch Changes
- Updated dependencies [a13ae2e]
- @diceui/[email protected]
@diceui/[email protected]
Minor Changes
- 11a1247: Cleanup bundler