v36.5.0
Permalink to documentation
Minor Changes
-
#4027
49f585f9Thanks @iansan5653! - DeprecateMarkdownEditor,MarkdownViewer,InlineAutocomplete, and related hooks -
#4049
f0d38bc39Thanks @TylerJDev! - Replaces deprecatedButtoncomponent inDialogwith newest version -
#4061
f46c07189Thanks @mperrotti! - Adds a new prop,animated, to the ProgressBar component. This allows the "filled" segment(s) to animate and indicate some process is still in progress. -
#3913
cf225772Thanks @mperrotti! - Supports inactive ActionList items by letting users pass the required message to theinactiveTextprop. -
#4028
bbe58b8e1Thanks @joshblack! - Use a CSS variable for the monospace font stack
Patch Changes
-
#4082
c2809d677Thanks @mperrotti! - - Corrects the math to calculate the width of AvatarStack containers.- Prevents
.pc-AvatarStackBodyfrom being removed from document flow byposition: absolute. This isn't strictly necessary now that we're correctly setting the width of the stack, but it's an extra level of safety for preserving the correct layout.
- Prevents
-
#4020
c2a53a003Thanks @siddharthkp! - experimental/SelectPanel2: Use<dialog>element -
#4056
752bea4fThanks @broccolinisoup! - Tooltip2: Do not wrap the tooltip span and its trigger in a div -
#4039
21e75dd8Thanks @mattcosta7! - Sync theme in effect -
#4023
83c125fcThanks @mperrotti! - Usearia-requiredinstead ofrequiredon required form elements -
#4058
4d841b77Thanks @mperrotti! - TextInput, Textarea: Does not passaria-requiredattribute to input or textarea if it is undefined. This fixes some tests that were breaking in dotcom. -
#3869
57fcfe6fThanks @mperrotti! - Adapts Blankslate to render proportionally in narrow areas. -
#4000
a416298cThanks @strackoverflow! - Fix an issue where the scrollable Dialog body could not be focused with the keyboard -
#4002
1a1d89ce0Thanks @peterbe! - Adds the ability to unsetemptyStateTextin Autocomplete.Menu. This results in no menu being rendered. -
#3926
4e4c5ec68Thanks @strackoverflow! - Allow overflow scrolling to be controlled via an optionaloverflowproperty on Overlay -
#4096
1b9011da4Thanks @strackoverflow! - Fix missingaria-selected&aria-checkedattributes in ActionList items -
#4035
6497f715Thanks @keithamus! - use<BaseStyles>in confirm() -
#4033
bca709d0Thanks @keithamus! - Fixed confirm() leaving<div>s in the DOM. -
#4074
06c7c6c1dThanks @dependabot! - Update types for Select to includeplaceholder -
#4037
c2a18b9aThanks @mattcosta7! - Portal avoids useless createElement