Releases: sadmann7/diceui
Releases · sadmann7/diceui
@diceui/mention@0.8.0
Minor Changes
- abe3df2: Allow mention trigger in middle of text
@diceui/mention@0.7.3
@diceui/combobox@1.2.2
@diceui/combobox@1.2.0
Minor Changes
- 473a777: Prevent item selection on Enter when list is empty
@diceui/combobox@1.1.0
Minor Changes
- 555796c: Update
manualFilteringTSDoc default value
@diceui/combobox@1.0.0
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/tags-input@0.7.2
Patch Changes
- Updated dependencies [a13ae2e]
- @diceui/shared@0.12.0
@diceui/shared@0.12.0
Minor Changes
- a13ae2e: Add better forwardRef
@diceui/mention@0.7.1
Patch Changes
- Updated dependencies [a13ae2e]
- @diceui/shared@0.12.0
@diceui/listbox@0.2.0
Minor Changes
- 11a1247: Cleanup bundler