cheton
released this
24 Jun 13:26
·
121 commits
to master
since this release
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]