@microsoft/mgt-element
Advanced tools
Changelog
4.0.0 (2024-02-05)
@microsoft/mgt-components
. Importing from the root of @microsoft/mgt-components
no longer has an automatic registration side effect. NOTE Components from @microsoft/mgt-react
will automatically register the underlying web component when they are used for the first time.@microsoft/mgt-react
but not using the wrapper components will not have components automatically registered in the browser. This leads to a breaking change when these applications emit raw web component markup rather than using the wrapper components.@lit/task
to schedule async data fetching (#2912) (14a96ff)