v3.2.0
Minor Changes
-
7307139: Finish the
Mcu→Mtbrename in the valueuseMtb()returns:mcuConfig,
setMcuConfigandgetMcuColorare nowmtbConfig,setMtbConfigand
getMtbColor.The
mcu*keys stay on the context value as deprecated aliases holding the very
same references as theirmtb*counterparts, so existing destructuring keeps
working until the next major.- const { setMcuConfig, getMcuColor } = useMtb(); + const { setMtbConfig, getMtbColor } = useMtb();
The
idof the injected<style>tag staysmcu-styles, since user CSS and
scripts may target it.