Releases: bazzalabs/ui
@bazza-ui/select@0.1.0-canary.6
Minor Changes
-
#240
83f89c6Thanks @kianbazza! - A light API redesign for theSelectcomponent:- The compound component pattern is now required for
Select.TriggerandSelect.Value - Moved form-related props to
Select.Root - Support a children function for
Select.Valuewith access to the selected value + context
- The compound component pattern is now required for
@bazza-ui/select@0.1.0-canary.5
Patch Changes
-
#238
75a2393Thanks @kianbazza! - StabilizegetScrollElementandgetItemKeycallbacks in virtualizer to prevent infinite re-rendering errors with all menus. -
Updated dependencies [
75a2393]:- @bazza-ui/popup-menu@0.1.0-canary.5
@bazza-ui/popup-menu@0.1.0-canary.5
Patch Changes
- #238
75a2393Thanks @kianbazza! - StabilizegetScrollElementandgetItemKeycallbacks in virtualizer to prevent infinite re-rendering errors with all menus.
@bazza-ui/dropdown-menu@0.1.0-canary.5
Patch Changes
-
#238
75a2393Thanks @kianbazza! - StabilizegetScrollElementandgetItemKeycallbacks in virtualizer to prevent infinite re-rendering errors with all menus. -
Updated dependencies [
75a2393]:- @bazza-ui/popup-menu@0.1.0-canary.5
@bazza-ui/context-menu@0.1.0-canary.5
Patch Changes
-
#238
75a2393Thanks @kianbazza! - StabilizegetScrollElementandgetItemKeycallbacks in virtualizer to prevent infinite re-rendering errors with all menus. -
Updated dependencies [
75a2393]:- @bazza-ui/popup-menu@0.1.0-canary.5
@bazza-ui/command-menu@0.1.0-canary.5
Patch Changes
- #238
75a2393Thanks @kianbazza! - StabilizegetScrollElementandgetItemKeycallbacks in virtualizer to prevent infinite re-rendering errors with all menus.
@bazza-ui/select@0.1.0-canary.4
@bazza-ui/popup-menu@0.1.0-canary.4
Patch Changes
-
#232
e6a9230Thanks @kianbazza! - Resolves an issue when surfacing deep search results for rows with identical IDs in different submenus. -
Updated dependencies [
e6a9230,d19598a]:- @bazza-ui/menu@0.1.0-canary.4
@bazza-ui/menu@0.1.0-canary.4
Patch Changes
-
#232
e6a9230Thanks @kianbazza! - Resolves an issue when surfacing deep search results for rows with identical IDs in different submenus. -
#234
d19598aThanks @kianbazza! - Fixessearch.minLengthbehaviour to configure when local or deep search are triggered when typing in a surface input.