All Versions
500
Latest Version
Avg Release Cycle
9 days
Latest Release
-

Changelog History
Page 25

  • v4.0.0-alpha.52 Changes

    • [Autocomplete] Display loading feedback with freeSolo (#20869) @weslenng
    • ๐Ÿ‘ [Autocomplete] Fix support for limitTags={0} (#20850) @tykdn
    • [Skeleton] Fix z-index elevation issue (#20803) @luminaxster
    • [SpeedDial] Fix direct dependency on react-transition-group (#20847) @squirly
    • [TreeView] Add onIconClick and onLabelClick (#20657) @tonyhallett
  • v4.0.0-alpha.51 Changes

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿšš [Autocomplete] Remove startAfter props (#20729) @marcosvega91

    ๐Ÿ”„ Change

    • [Autocomplete] Add new onHighlightChange callback (#20691) @marcosvega91
    • ๐Ÿ›  [Autocomplete] Fix "fixed tags" demo (#20687) @kthyer
    • [Autocomplete] Fix popup open logic when non empty (#20732) @marcosvega91
    • ๐Ÿšš [Autocomplete] Remove dead code (#20663) @oliviertassinari
    • โšก๏ธ [TreeView] Update firstCharMap when a TreeItem is removed (#20085) @tonyhallett
  • v4.0.0-alpha.50 Changes

    • [Autocomplete] Add fullWidth prop (#20538) @Uzwername
    • โœ… [Autocomplete] Add test cases for createFilterOptions (#20499) @netochaves
    • [Autocomplete] Fix autoHighlight behavior (#20606) @qkdreyer
    • [Autocomplete] Fix correcy core peer-dependency @oliviertassinari
    • [Autocomplete] Fix missing startAfter type (#20542) @dohomi
    • [Autocomplete] Fix reset input on blur for freeSolo mode too (#20603) @goffioul
    • [Pagination] Fix missing renderItem types (#20592) @ankitasingh170190
  • v4.0.0-alpha.5 Changes

    ๐Ÿ’ฅ Breaking Changes

    • [TextField] Prevent fullwidth textfield expanding the screen (#14988) @FMcIntosh

    Change the default box sizing model of the InputBase. It uses the following CSS now:

      box-sizing: border-box;
    

    It solves issues with the fullWidth prop.

    • 0๏ธโƒฃ [Modal] Ignore event.defaultPrevented (#14991) @oliviertassinari

    The new logic closes the Modal even if event.preventDefault() is called on the key down escape event. event.preventDefault() is meant to stop default behaviors like clicking a checkbox to check it, hitting a button to submit a form, and hitting left arrow to move the cursor in a text input etc. Only special HTML elements have these default behaviors. You should use event.stopPropagation() if you don't want to trigger an onClose event on the modal.

    ๐Ÿ”„ Changes

    • โš  [Popover] Correct warning for tall component (#14925) @vitkon
    • [List] Memoize context value (#14934) @mkermani144
    • [Typography] Add a custom, self-hosted font demo (#14928) @johnrichter
    • [RadioGroup] Warn for uncontrolled <-> controlled switch (#14878) @manonthemat
    • [Slide] Attach ref to child instead of Transition (#14847) @eps1lon
    • โš  [Grid] Fix zeroMinWidth proptype warning (#14967) @pmacom
    • [TextField] Reduce the specificity (#14953) @oliviertassinari
    • [MenuList] Convert to a function component (#14865) @ryancogswell
    • ๐Ÿ“š [Popper] Add ClickAwayListener documentation (#14986) @charlax
    • [RadioGroup] Convert to a function component (#14964) @joshwooding
    • [Tab] Enable generic props (#15003) @caroe233
    • [Tooltip] Make enterTouchDelay match the specification (#15008) @devsumanmdn
    • ๐Ÿ‘ [Chip] Support pressing delete to delete a chip (#14978) @keeslinp
    • [Box] Improve TypeScript definitions (#15024) @pheuter
  • v4.0.0-alpha.49 Changes

    • ๐Ÿ‘ [Alert] Fix support for nested elements (#20490) @developerKumar
    • [Autocomplete] Improve virtualization example (#20496) @galkadaw
    • [Autocomplete] Warn when mixing controlled/uncontrolled inputValue states (#20403) @vileppanen
    • [Rating] Warn if precision prop is below 0.1 (#20491) @AlexAndriyanenko
    • 0๏ธโƒฃ [ToggleButton] Don't set default for disableRipple prop (#20493) @cp
  • v4.0.0-alpha.48 Changes

    • [Autocomplete] Fix blurOnSelect consistency for keyboard (#20314) @alexbarkin
    • [Autocomplete] Fix multiselect regression (#20315) @oliviertassinari
    • [Autocomplete] Go back to the initial groupBy tradeoff (#20376) @oliviertassinari
    • [TreeView] Allow TreeItem to have conditional child (#20238) @tonyhallett
    • [TreeView] Correct visibleNodes on re-render (#20157) @tonyhallett
    • ๐Ÿšš [TreeView] Fix move focus when pressing a modifier key + letter (#20309) @m4theushw
  • v4.0.0-alpha.47 Changes

    • [Autocomplete] Add limitTags prop (#20209) @netochaves
    • [Autocomplete] Add startAfter option (#20305) @netochaves
    • [Autocomplete] Warn when value does not match options (#20235) @igorbrasileiro
    • ๐Ÿ‘ [Pagination] Add RTL support (#20247) @HenryLie
    • [TreeView] Correct single-select aria-selected (#20102) @tonyhallett
    • [TreeView] Disable all selection when disableSelection (#20146) @tonyhallett
    • [TreeView] Fix focus steal (#20232) @tonyhallett
    • [TreeView] fix inconsistent focus for programmatically focused treeitem (#20237) @tonyhallett
  • v4.0.0-alpha.46 Changes

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘€ [Autocomplete] Improvement popup open logic (#19901) @haseebdaone

    ๐Ÿ”„ Changes

    • [Autocomplete] Add more details in the onChange event (#19959) @akharkhonov
    • ๐Ÿ‘ [Autocomplete] Add scrollbar support in IE11 (#19969) @SergeyUstinovich
    • ๐Ÿ”€ [Autocomplete] Better synchronize the highlight with the value (#19923) @captain-yossarian
    • [Autocomplete] Document listbox limitation (#20101) @zatine
    • [Autocomplete] Fix clearOnEscape + multiple combination (#20065) @chaudharykiran
    • [Autocomplete] Fix GitHub's demo behavior (#19928) @hasanozacar
    • [Autocomplete] Fix typo in prop description (#20086) @vince1995
    • [Autocomplete] Make categories more obvious (#20142) @embeddedt
    • [Autocomplete] Simplify error for wrong getOptionLabel (#20103) @oliviertassinari
    • โšก๏ธ [Autocomplete] Update onChange API @oliviertassinari
    • [Autocomplete] Use getOptionLabel over stringify (#19974) @a-type
    • [AvatarGroup] Add max avatar prop (#19853) @GFynbo
    • [Pagination] Add TypeScript types (#19933) @pvdstel
    • [Pagination] Fix prop forwarding of onChange and page (#19964) @eps1lon
    • 0๏ธโƒฃ [Pagination] Leverage @default over default values (#19966) @eps1lon
    • ๐Ÿšš [Pagination] Remove children prop (#19987) @mbrookes
    • [Rating] Fix text alignment inheritance (#20055) @mlizchap
    • [Skeleton] Fix SkeletonClassKey type (#20047) @100terres
    • ๐Ÿ‘ [Skeleton] Improve wave dark mode support (#20112) @oliviertassinari
  • v4.0.0-alpha.45 Changes

    • [Autocomplete] Fix list of countries (#19862) @FottyM
    • ๐Ÿ‘ [TreeView] Fix conditional nodes support (#19849) @joshwooding
    • ๐Ÿ‘ [Treeview] Add node selection support (#18357) @joshwooding
  • v4.0.0-alpha.44 Changes

    • [Autocomplete] Built-in fullWidth (#19805) @oliviertassinari
    • [Autocomplete] Fix stuck with open popup (#19794) @hasanozacar
    • [Autocomplete] Warn when using wrong getOptionSelected (#19699) @ahmad-reza619
    • [AvatarGroup] Add spacing prop (#19761) @GFynbo
    • [Pagination] Fix activatedOpacity typo (#19758) @zettca