forked from iTwin/itwinjs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2.13.0-dev.10 * Disable restart connection test (iTwin#760) * Make the export methods of IModelExporter and the process methods of IModelTransformer async. (iTwin#744) * Fix iOS multiple viewport update issue (iTwin#756) * Add workaround for iOS when adding a WebGL canvas to a div. * Problem understood better; changing fix. * rush change * remove MobileUtils.ts and clarify documentation for ProcessDetector * ProcessDetector.isIOSBrowser should return true for iPad * add isIPhoneBrowser * Use ProcessDetector. * 'rush change', 'rush extract-api' Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Keith Bentley <[email protected]> * Update how custom quantity types are defined and registered and Provide UI controls for defining format. (iTwin#724) * Add use of quantityTypeRegistry to allow the registration of standard and custom quantity types. The allows quantity type to provide display label for the quantity type and explicitly define its unique key. * Remove support for FormatSpecProvider that only used internally and did not provide all the capabilities as new registry. * Add test custom quantity type "Bearing" in ui-test-app. This test type also define custom props that controls its formatting. * Allow FormatProps to hold 'custom' entry for custom quantity types. * Add QuantityFormatPanel that can be used to display and edit FormatProps. * First round of cleanup to have better type safety for CustomQuantityTypes * Add test to exercise custom quantity formatter and parser * Misc QuantityFormatter API cleanup * Deprecate outdated QuantityFormatter methods * Remove unused and unimplemented QuantityFormatter methods that specified a KOQ name. For now all KOQ formatting is limited to backend. * Separate out Units Provider from QuantityFormatter into its own BasicUnitsProvider class. * Fix ContextMenuitem so `hideIconContainer` prop is not passed down to div. * Add breaking QuantityFormatter changes to NextVersion. * Fix processing 'trailZeros' formatTraits and add new unit test to valid fix. * Undo redo shortcuts (iTwin#761) * Undo/Redo shortcuts * PrimitiveTool needs restart after undo/redo even when suspended. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * Vignette effect (iTwin#762) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * 2.13.0-dev.11 * 2.13.0-dev.12 * ElementSetTool class documentation. (iTwin#772) * 2.13.0-dev.13 * Split imagery providers in their own file. (iTwin#768) * Fix Viewport.requestRedraw (iTwin#776) * Compute frustum depth from view attachments. (iTwin#777) Regression causing most 'pseudo-3d' view attachments to be severely clipped. Introduced in iTwin#491. * Fix use of version variable in version bump job (iTwin#773) * Fix api-extractor issues due to missing typescript feature (iTwin#767) * Fix api-extractor issues due to missing typescript feature * Fix tool that clears hide/isolate/emphasize widget in UI 1.0 (iTwin#771) * Fix stateFunction for clear hide/isolate/emphasize that is used in UI 1.0. * Code value trim (iTwin#764) * Trim leading and trailing whitespace from Code.value * Deprecate Code.getValue in favor of Code.value, implement whitespace trimming in setter * React to Code.getValue being deprecated * Add Code.toJSON * Edl parity region bug (iTwin#766) * Correct behavior of frustum animation. Instead of "interpolate the eyepoint and orientation, recompute target", do "interpolate the target and orientation, recompute eyepoint" This makes the eyepoint swing around the target. * Correct behavior of frustum animation. Instead of "interpolate the eyepoint and orientation, recompute target", do "interpolate the target and orientation, recompute eyepoint" This makes the eyepoint swing around the target. * .only * .only * Data files and read-to-unit test for apparent parity bug * Read test files for Daumantas problem with bad facets on LinearSweeps with holes. Tests replicate behavior depends on loop orientation with respect to sweep vector. * Revise earcut algorithm to be more aggressive about finding and reporting overlapping loops. * api * Do segment-intersect-ear tests with toleranced planes * it.only and api Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * @bentley/imodeljs-native 2.13.1 * Begin renaming project from iModel.js to iTwin.js (iTwin#770) * begin renaming project from iModel.js to iTwin.js * renames * fix documentation * rush change * change references to blog to itwinjs * update NextVersion.md * cleanup Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * add utility to display-test-app to set a briefcase to be standalone for testing (iTwin#783) * add utility to set a briefcase to be a standalone for testing * call saveChanges beforee closing * documentation * Fix docs links. * captureClicks prop for ColorPickerPopup (iTwin#740) * Add captureClicks prop on ColorPickerPopup to stop click event propagation. * Rush change and update API doc. * Add popup testing to the captureClicks prop. * Fix time zone issue with solar timeline (iTwin#785) * Fix time sent to display style from being UTC time to being time at project location as defined in iModel or by specified lat/long. * Add a method setDateAndTime that lets project time be set using actual project time or by projecting the user current time to the project location. Co-authored-by: imodeljs-admin <[email protected]> Co-authored-by: Caleb Shafer <[email protected]> Co-authored-by: scsewall <[email protected]> Co-authored-by: markschlosseratbentley <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Keith Bentley <[email protected]> Co-authored-by: bsteinbk <[email protected]> Co-authored-by: bbastings <[email protected]> Co-authored-by: Paul Connelly <[email protected]> Co-authored-by: Michel D'Astous <[email protected]> Co-authored-by: EarlinLutz <[email protected]> Co-authored-by: NancyMcCallB <[email protected]>
- Loading branch information
Showing
512 changed files
with
11,962 additions
and
4,387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: Ask a question | ||
about: Please use the community forum (https://github.com/imodeljs/imodeljs/discussions) for general questions about using iModel.js. | ||
about: Please use the community forum (https://github.com/imodeljs/imodeljs/discussions) for general questions about using iTwin.js. | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
:exclamation: Please use the [community forum](https://github.com/imodeljs/imodeljs/discussions) for asking questions about how to use iModel.js and best practices. The core iModel.js team actively monitors the forum and we love seeing what people are working on! :exclamation: | ||
:exclamation: Please use the [community forum](https://github.com/imodeljs/imodeljs/discussions) for asking questions about how to use iTwin.js and best practices. The core iTwin.js team actively monitors the forum and we love seeing what people are working on! :exclamation: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Reporting Security Issues | ||
|
||
The iModel.js team takes security bugs in the iModel.js library seriously. We appreciate your efforts to responsibly disclose your findings and will make every effort to acknowledge your contributions. | ||
The iTwin.js team takes security bugs in the iTwin.js library seriously. We appreciate your efforts to responsibly disclose your findings and will make every effort to acknowledge your contributions. | ||
|
||
To report a security issue, email [[email protected]](mailto:[email protected]?subject=[SECURITY]%20iModel.js), and include the words **SECURITY** and **iModel.js** in the subject line. | ||
To report a security issue, email [[email protected]](mailto:[email protected]?subject=[SECURITY]%20iTwin.js), and include the words **SECURITY** and **iTwin.js** in the subject line. | ||
|
||
The iModel.js team will send back a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement. We may ask for additional information or guidance. | ||
The iTwin.js team will send back a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement. We may ask for additional information or guidance. | ||
|
||
Report security concerns in third-party modules to the person or team maintaining that module. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# @bentley/backend-application-insights-client | ||
|
||
Copyright © Bentley Systems, Incorporated. All rights reserved. | ||
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice. | ||
|
||
## Description | ||
|
||
The __@bentley/backend-application-insights-client__ package contains client wrappers around Microsoft Application Insights for reporting telemetry data. These classes only work on the backend. | ||
|
||
## Documentation | ||
|
||
See the [iModel.js](https://www.imodeljs.org) documentation for more information. | ||
See the [iTwin.js](https://www.itwinjs.org) documentation for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# iModel.js Extension Client | ||
# iTwin.js Extension Client | ||
|
||
Copyright © Bentley Systems, Incorporated. All rights reserved. | ||
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice. | ||
|
||
## Description | ||
|
||
The __@bentley/extension-client__ package contains client wrappers for querying, uploading and deleting iModel.js Extensions from the Extension Service. | ||
The __@bentley/extension-client__ package contains client wrappers for querying, uploading and deleting iTwin.js Extensions from the Extension Service. | ||
|
||
## Documentation | ||
|
||
See the [iModel.js](https://www.imodeljs.org) documentation for more information. | ||
See the [iTwin.js](https://www.itwinjs.org) documentation for more information. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# @bentley/forms-data-management-client | ||
|
||
Copyright © Bentley Systems, Incorporated. All rights reserved. | ||
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice. | ||
|
||
## Description | ||
|
||
The __@bentley/forms-data-management-client__ package contains client wrappers for sending requests to the Forms Data Management Service. | ||
|
||
## Documentation | ||
|
||
See the [iModel.js](https://www.imodeljs.org) documentation for more information. | ||
See the [iTwin.js](https://www.itwinjs.org) documentation for more information. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# @bentley/frontend-application-insights-client | ||
|
||
Copyright © Bentley Systems, Incorporated. All rights reserved. | ||
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice. | ||
|
||
## Description | ||
|
||
The __@bentley/frontend-application-insights-client__ package contains client wrappers around Microsoft Application Insights for reporting telemetry data. | ||
|
||
## Documentation | ||
|
||
See the [iModel.js](https://www.imodeljs.org) documentation for more information. | ||
See the [iTwin.js](https://www.itwinjs.org) documentation for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.