Skip to content

Commit

Permalink
Update NextVersion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdom committed Jul 31, 2024
1 parent c4f872a commit 2fdf00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changehistory/NextVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Table of contents:
});
```

- `getIconClassName`, `getIconSpecFromDetails` methods of `MessageManager` class. Use [iTwinUI icons](<https://itwinui.bentley.com}> instead.
- `getIconClassName`, `getIconSpecFromDetails` methods of `MessageManager` class. Use [iTwinUI icons](https://itwinui.bentley.com) instead.
- `PropsHelper` class that is used internally. Use your custom helper functions instead.

- `CalculatorPopup` component and related props type `CalculatorPopupProps`. Use `Calculator` component with [iTwinUI Popover](https://itwinui.bentley.com/docs/popover) or `AccuDrawPopupManager.showCalculator` method instead. [#901](https://github.com/iTwin/appui/pull/901)
Expand Down Expand Up @@ -250,7 +250,7 @@ Table of contents:
- Fixed `activeMatchIndex` not working correctly on adjacent matches in `HighlightedText`. [#898](https://github.com/iTwin/appui/pull/898)
- Fixed widget tab styling to match the SVG and CSS icon size. [#901](https://github.com/iTwin/appui/pull/901)
- Fixed [mixed-decls](https://sass-lang.com/documentation/breaking-changes/mixed-decls/) Sass warnings. [#939](https://github.com/iTwin/appui/pull/939)
- Fixed `EditorContainer` trying to commit updated value twice when tab is pressed. []()
- Fixed `EditorContainer` trying to commit updated value twice when tab is pressed. [#942](https://github.com/iTwin/appui/pull/942)

## @itwin/core-react

Expand Down

0 comments on commit 2fdf00f

Please sign in to comment.