·
64 commits
to master
since this release
Minor Changes
-
#740: Define
type
andexports
attributes inpackage.json
.The change moves this package a step closer towards dropping CommonJS support - it's now transpiled from ESM to CommonJS instead of the opposite.
In addition, the
exports
attribute has been added topackage.json
to prohibit access to APIs that are not intended to be used by external consumers.
Patch Changes
- #758: Promote
@beta
APIs to@public
. - #756: Added missing
ref
property toTreeNodeRendererProps
type. - Updated dependencies:
- @itwin/[email protected]
- @itwin/[email protected]
- @itwin/[email protected]