@instructure/theme-registry
Advanced tools
Changelog
8.28.0 (2022-09-02)
ui-pagination: wrong type description for Pagination's onClick (867eb1a)
fix propType for liveRegion (e9ae7d3)
WARNING! In case of SSR(server side rendering) and Jest you will need to substitute Element
from the DOM API because it is used by some components:
Element = typeof Element === 'undefined' ? function(){} : Element
.
// jest.config.js
module.exports = {
...
globals: {
Element: function () {}
}
}
minHeight
and minWidth
props to Drilldown (7e10b29)positionContainerDisplay
prop to Drilldown (834302c)header
icon (46932bc)positionContainerDisplay
prop to Menu (e8ed689)positionContainerDisplay
prop to Popover (fdcacec)containerDisplay
prop to Position (0fdd83f)elementRef
prop to Responsive (be7a338)position
theme variable to Tray (375ed68)TruncateList
utility component (f8b17ea)