Minor changes
- Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. (PR #34166 by behowell)
- Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. (PR #34166 by behowell)
Patches
- fix: improve element validation to work with React 19 (PR #34164 by layershifter)
- fix(Popover): revert to a single composition mode for slide animations (PR #34160 by robertpenner)
- fix: fix infite loop caused by hydration errors in React 18 (PR #34194 by dmytrokirpa)
- fix: design change of selected state for ColorSwatch (PR #34214 by ValentinaKozlova)
- fix: avoid "ResizeObserver loop limit exceeded" being thrown (PR #34139 by layershifter)
- fix: target area for extra-small Tag (PR #34261 by ValentinaKozlova)
- chore: update useToastContainer callback type to support React 18 (PR #34253 by dmytrokirpa)
- fix: rely on aria-expanded to prevent showing Tooltip when it's trigger opens Popover (PR #34086 by mainframev)
- Change chart-utilities to es2019 and module type esnext (PR #34183 by AtishayMsft)
- fix: map stacked plotly scatter traces to area chart (PR #34229 by krkshitij)
- fix: add support for ybins in plotly schema (PR #34240 by krkshitij)
- fix: map plotly histogram2d trace to heatmap chart (PR #34230 by krkshitij)
- fix: remove devDeps from deps (PR #34157 by Hotell)
- fix: revert min-width: max-content for Badge (PR #34215 by mainframev)
- Stop and reinitialize autoplay on carousel when autoplay interval changes (PR #34142 by Mitch-At-Work)
- fix(react-charts): Enabling multiple legend selection for Vertical Bar Chart in V9 (PR #34149 by srmukher)
- Enable Controlled legends in v9 (PR #34197 by Anush2303)
- feat: center align bars with auto barWidth in plotly mode (PR #34213 by krkshitij)
- feat: add SankeyChart in v9 (PR #34162 by krkshitij)
- Full Y Axis labels in Heatmap chart (PR #34260 by Anush2303)
- feat: add HeatMapChart in v9 (PR #34095 by krkshitij)
- feat: port all declarative chart changes from v8 to v9 (PR #34195 by krkshitij)
- fix(react-charts): Dark mode theme colors for declarative charts in v9 (PR #34190 by srmukher)
- Remove duplicate key warning (PR #34200 by Anush2303)
- Add scaling factor to height of VSBC bars (PR #34205 by Anush2303)
- fix(react-charts): Replace plotly schema interface and conversion logic with chart utilities (PR #34183 by AtishayMsft)
- feat: add support for line curves (PR #34209 by krkshitij)
- fix(react-charts): Add background to the SVGTooltipText (PR #34176 by srmukher)
- Support rounded ticks in v9 (PR #34201 by Anush2303)
- feat(react-charts): Migrate Area Chart to v9 (PR #34148 by Anush2303)
- fix: map stacked plotly scatter traces to area chart (PR #34229 by krkshitij)
- fix(react-charts): Secondary Y Axis margin adjustment in v9 (PR #34192 by srmukher)
- Enable Negative y value support in v9 (PR #34174 by Anush2303)
- fix: remove duplicate legends + resolve overlapping bars across legends in VBC (PR #34208 by krkshitij)
- Port fixes from v8 to v9 (PR #34210 by Anush2303)
- Migrate HBC With Axis to V9 (PR #34094 by Anush2303)
- fix(react-charts): Handle invalid plotly data in V9 and fixing id related error in donut chart (PR #34191 by srmukher)
- fix(react-charts): Enabling multiple legend selection for Scatter Chart in v9 (PR #34156 by srmukher)
- feat: transform plotly histogram2d trace to heatmap props (PR #34240 by krkshitij)
- fix: ensure that the listbox is labelled by the field label (PR #34196 by dmytrokirpa)
- Support internal slot metadata change for SLOT_CLASS_NAME_PROP_SYMBOL (PR #34166 by behowell)