Commit 6074097
authored
Release packages [publish docs] (#247)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to master, this PR
will be updated.
# Releases
## @itwin/changed-elements-react@0.16.0
### Minor Changes
####
[0.16.0](https://github.com/iTwin/changed-elements-react/tree/v0.16.0/packages/changed-elements-react)
- 2025-08-05
_Frontend Enhancements:_
1. Provide consumers a way to inject their own changes and skip using
the changed elements service altogether
2. Provide colorization overrides for any special customization logic
3. Provide a callback when changed instances are selected in the UI
_Backend Enhancements:_
1. Initial ChangesRpcInterface and ChangesRpcImpl which aim to allow
using the Partial EC Change Unifier in a simplified way
2. The Rpc interface allows the app to provide relationships that they
care about and marks any related changed ec instance with what
relationships were affected that may drive the element for changes
See VersionCompare initialization options (`changesProvider`,
`colorOverrideProvider` and `onInstancesSelected`) for more information.
### Patch Changes
####
[0.15.9](https://github.com/iTwin/changed-elements-react/tree/v0.15.9/packages/changed-elements-react)
- 2025-08-05
### **Performance Issues Fixed:**
1. **Eliminated massive changeset over-fetching**
- Previously loaded ALL changesets `[0 -> Inf)` upfront
- Now uses efficient pagination (20 items at a time)
2. **Parallelized individual changeset queries**
- Replaced sequential api calls with more efficient method
### **Critical Bug Fixed:**
3. **Missing index offset for Named Versions**
- Fixed to properly apply `+1 offset` as required by [Changed Elements
API](https://developer.bentley.com/tutorials/changed-elements-api/#221-using-the-api-to-get-changed-elements)
Co-authored-by: imodeljs-admin <imodeljs-admin@users.noreply.github.com>1 parent 2a10e64 commit 6074097
File tree
5 files changed
+39
-35
lines changed- .changeset
- packages/changed-elements-react
5 files changed
+39
-35
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
3 | 41 | | |
4 | 42 | | |
5 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments