Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Pinate <[email protected]>
  • Loading branch information
roluk and diegopinate authored Feb 14, 2024
1 parent 1d0805a commit 87e5ae4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/changed-elements-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased](https://github.com/iTwin/changed-elements-react/tree/HEAD/packages/changed-elements-react)

## [0.3.6](https://github.com/iTwin/changed-elements-react/tree/v0.3.6/packages/changed-elements-react) - 2024-02-13

### Patch changes

* Export V2 selector dialog.

## [0.3.5](https://github.com/iTwin/changed-elements-react/tree/v0.3.5/packages/changed-elements-react) - 2024-02-13

### Patch changes

* Add functionality for using Changed Elements V2 for visualizing changes.
* Changed Elements Widget now works with V2 when supplied with the new prop `useV2Widget`.

## [0.3.4](https://github.com/iTwin/changed-elements-react/tree/v0.3.4/packages/changed-elements-react) - 2023-12-15

### Patch changes

* You can now check change tracking status by calling `VersionCompare.isChangeTrackingEnabled`.
Expand Down
2 changes: 1 addition & 1 deletion packages/changed-elements-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/changed-elements-react",
"version": "0.3.3",
"version": "0.3.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 87e5ae4

Please sign in to comment.