Skip to content

Releases: iTwin/presentation

@itwin/[email protected]

31 Oct 11:16
6bc034a
Compare
Choose a tag to compare

Patch Changes

  • #760: Added missing package.json file under cjs folder. It is needed for package to work as commonjs module.

@itwin/[email protected]

31 Oct 11:16
6bc034a
Compare
Choose a tag to compare

Patch Changes

  • #760: Added missing package.json file under cjs folder. It is needed for package to work as commonjs module.

@itwin/[email protected]

31 Oct 11:16
6bc034a
Compare
Choose a tag to compare

Patch Changes

@itwin/[email protected]

31 Oct 11:16
6bc034a
Compare
Choose a tag to compare

Patch Changes

  • #760: Added missing package.json file under cjs folder. It is needed for package to work as commonjs module.

@itwin/[email protected]

30 Oct 10:56
8c7a306
Compare
Choose a tag to compare

Minor Changes

  • #740: Define type and exports attributes in package.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 to package.json to prohibit access to APIs that are not intended to be used by external consumers.

Patch Changes

@itwin/[email protected]

30 Oct 10:56
8c7a306
Compare
Choose a tag to compare

Minor Changes

  • #754: Define type and exports attributes in package.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 to package.json to prohibit access to APIs that are not intended to be used by external consumers.

  • #754: Export file name utility functions.

    • getTestOutputDir and setTestOutputDir - 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

@itwin/[email protected]

30 Oct 10:56
8c7a306
Compare
Choose a tag to compare

Minor Changes

  • #740: Added an utility julianToDateTime function to convert julian date format to javascript's Date object.

  • #740: Define type and exports attributes in package.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 to package.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]

30 Oct 10:56
8c7a306
Compare
Choose a tag to compare

Minor Changes

  • #740: Define type and exports attributes in package.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 to package.json to prohibit access to APIs that are not intended to be used by external consumers.

@itwin/[email protected]

30 Oct 10:56
8c7a306
Compare
Choose a tag to compare

Minor Changes

  • #740: Define type and exports attributes in package.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 to package.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]

30 Oct 10:56
8c7a306
Compare
Choose a tag to compare

Minor Changes

  • #740: Define type and exports attributes in package.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 to package.json to prohibit access to APIs that are not intended to be used by external consumers.

Patch Changes