Releases: iTwin/presentation
@itwin/[email protected]
Patch Changes
- #760: Added missing
package.json
file undercjs
folder. It is needed for package to work as commonjs module.
@itwin/[email protected]
Patch Changes
- #760: Added missing
package.json
file undercjs
folder. It is needed for package to work as commonjs module.
@itwin/[email protected]
Patch Changes
- Updated dependencies:
- @itwin/[email protected]
@itwin/[email protected]
Patch Changes
- #760: Added missing
package.json
file undercjs
folder. It is needed for package to work as commonjs module.
@itwin/[email protected]
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
. - Updated dependencies:
- @itwin/[email protected]
@itwin/[email protected]
Minor Changes
-
#754: 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. -
#754: Export file name utility functions.
getTestOutputDir
andsetTestOutputDir
- get/set functions for the global test output directory used by this package.setupOutputFileLocation
- given a file name, returns a full path to the file in the test output directory.createFileNameFromString
- creates a valid, sanitized file name from any string.limitFilePathLength
- makes sure the given file path is shorter than 260 characters.
Patch Changes
- Updated dependencies:
- @itwin/[email protected]
@itwin/[email protected]
Minor Changes
-
#740: Added an utility
julianToDateTime
function to convert julian date format to javascript's Date object. -
#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
.
@itwin/[email protected]
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.
@itwin/[email protected]
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
- #743: Fixed hierarchy filtering having a limit of 500 filtered nodes under a single parent.
- #758: Promote
@beta
APIs to@public
. - Updated dependencies:
- @itwin/[email protected]
@itwin/[email protected]
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]