Releases: trendmicro-frontend/tonic-ui
@tonic-ui/[email protected]
What's Changed
- refactor: revert the change from
Object.hasOwn(obj, prop)
withObject.prototype.hasOwnProperty.call(obj, prop)
to resolve compatibility issue in certain environments by @cheton in #776
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
- feat: improve scrollbar observers for environments without
MutationObserver
andResizeObserver
support by @cheton in #774
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
- feat: enhance
ToastManager
anduseToastManager
Hook with the ability to update internal toast state by @cheton in #767 - feat: allow the usage of pseudo style props through the
sx
prop by @cheton in #771
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
- fix: disable Popper's scroll event listener for preventing
Submenu
from scrolling withMenuList
by @cheton in #770
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]
@tonic-ui/[email protected]
What's Changed
- feat: add
Code
component to display inline code in a monospace font by @cheton in #756
https://trendmicro-frontend.github.io/tonic-ui/react/latest/components/code - feat: add table layout support to the
Table
component by @cheton in #745
https://trendmicro-frontend.github.io/tonic-ui/react/latest/components/table
- feat: add
TableColumnResizeHandle
component by @cheton in #758
https://trendmicro-frontend.github.io/tonic-ui/react/latest/components/table#column-resizing - feat: add
InvertedMode
component for color mode inversion by @cheton in #759
https://trendmicro-frontend.github.io/tonic-ui/react/latest/components/color-mode/invertedmode
Full Changelog: https://github.com/trendmicro-frontend/tonic-ui/compare/@tonic-ui/[email protected]...@tonic-ui/[email protected]