This log was last generated on Mon, 18 Nov 2024 21:55:11 GMT and should not be manually modified.
Mon, 18 Nov 2024 21:55:11 GMT
- Remove React.StrictMode Wrapper
Mon, 18 Nov 2024 15:26:35 GMT
- Updated unified-selection version for template
Fri, 01 Nov 2024 21:36:57 GMT
- update to use React18, presentation-components@5, and measure-tools@latest
Fri, 01 Nov 2024 14:07:47 GMT
- Update tree-widget to 3.0
- Update Presentation packages to ^1.0.0
Thu, 31 Oct 2024 13:22:46 GMT
- Updated .env file in CRA template to have the
itwin-platform
scope.
Tue, 10 Sep 2024 16:25:04 GMT
- register ecschemarpcinterface to prevent error on element selection in web
Mon, 05 Aug 2024 06:05:01 GMT
- Integrated
@itwin/unified-selection
for unified selection handling whenSelectionStorage
is provided.
Tue, 26 Sep 2023 16:55:17 GMT
- Fixed typo when pushing new URL with provided iModelId.
Wed, 02 Aug 2023 12:31:38 GMT
- Consume itwin/[email protected] and itwin/[email protected]
Tue, 06 Jun 2023 15:05:19 GMT
- Ugrading @itwin/tree-widget-react version
Wed, 24 May 2023 21:22:26 GMT
- See release notes.
Wed, 19 Apr 2023 13:42:11 GMT
- Update readme
Wed, 19 Apr 2023 13:30:41 GMT
- Add
USING_NPM
env var and default to true. Will be the case if bootstrapped using npx
Fri, 06 Jan 2023 14:28:28 GMT
- Update react-scripts to v5
Wed, 16 Nov 2022 07:15:12 GMT
- Added redux as dependency, removed @itwin/imodels-client-management as dependency
Thu, 10 Nov 2022 13:34:14 GMT
- blank connection will be created if iTwinId is supplied and iModelId is not; deprecate blankConnectionProps
Mon, 20 Jun 2022 14:39:09 GMT
- See release notes.
Mon, 16 May 2022 15:03:07 GMT
- Fix env var spelling
Tue, 29 Mar 2022 14:20:55 GMT
- Add env vars for optimization
Mon, 07 Feb 2022 14:48:13 GMT
- Add TileTreesLoaded performance measure
Wed, 26 Jan 2022 03:31:33 GMT
- Add sign in loading bar indicator
Tue, 25 Jan 2022 22:20:19 GMT
- Update to always pull in latest version of viewer
Tue, 25 Jan 2022 20:14:40 GMT
- Upgrade to iTwin.js 3.0
Tue, 12 Oct 2021 16:52:48 GMT
- Revert Sandbox Export CRA Web Template Refactor (#47)
Thu, 30 Sep 2021 13:57:43 GMT
- App.tsx refactored to modularize the viewer. A react context has been added to feed in the iModelId and contextId. The header has been removed and authentication is now automatically handled on app start.
Wed, 04 Aug 2021 19:32:44 GMT
- Default to using
ims.bentley.com
for auth issuer. Newly registered apps at developer.bentley.com will use theitwinjs
scope under the Visualization API section, eliminating the need for having the following scopes:rbac-user:external-client
,projectwise-share
,product-settings-service
,context-registry-service:read-only
, andimodelhub
. Users will now be able to make requests to other iTwin Platform APIs without having to manage a separate client. If you have an app generated from an older template, update your app to use the new issuer and add the new scope.
Wed, 21 Jul 2021 19:45:37 GMT
- Execute the fitview tool when the iModel is loaded
Fri, 16 Jul 2021 13:42:02 GMT
- Upgrade minimum iTwin Viewer version
Wed, 07 Jul 2021 21:58:42 GMT
- Bump bentley/react-scripts to ^4.0.3, ts to ~4.3, add some default env configs
Tue, 06 Jul 2021 20:16:10 GMT
- Upgrade web-viewer-react min version
Thu, 01 Jul 2021 18:46:45 GMT
- bump react-scripts to 3.4.13
- add other public assets like favicon, logos, manifest
Tue, 29 Jun 2021 14:16:33 GMT
- bump version of bentley/react-scripts to get localized strings and static assets in development
Sun, 27 Jun 2021 21:12:37 GMT
- Upgrade react-scripts
Fri, 04 Jun 2021 15:23:23 GMT
- Prepare README for 1.0 release
Wed, 19 May 2021 13:41:38 GMT
- Temporarily remove support for runtime extensions
Tue, 18 May 2021 18:50:47 GMT
- Better handle missing env vars
Mon, 17 May 2021 17:10:49 GMT
- Updates to CRA template
Wed, 24 Mar 2021 21:29:43 GMT
- README updates
Wed, 24 Mar 2021 21:03:22 GMT
- Initial add