@itwin/appui-react 5.3.1 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. package/CHANGELOG.md +330 -30
  2. package/lib/appui-react/UiFramework.d.ts +6 -2
  3. package/lib/appui-react/UiFramework.d.ts.map +1 -1
  4. package/lib/appui-react/UiFramework.js +30 -3
  5. package/lib/appui-react/UiFramework.js.map +1 -1
  6. package/lib/appui-react/accudraw/AccuDrawFieldContainer.d.ts.map +1 -1
  7. package/lib/appui-react/accudraw/AccuDrawFieldContainer.js +4 -4
  8. package/lib/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  9. package/lib/appui-react/accudraw/AccuDrawPopupManager.d.ts.map +1 -1
  10. package/lib/appui-react/accudraw/AccuDrawPopupManager.js +10 -6
  11. package/lib/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  12. package/lib/appui-react/accudraw/AccuDrawWidget.d.ts.map +1 -1
  13. package/lib/appui-react/accudraw/AccuDrawWidget.js +1 -0
  14. package/lib/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  15. package/lib/appui-react/accudraw/Calculator.js +2 -2
  16. package/lib/appui-react/accudraw/Calculator.js.map +1 -1
  17. package/lib/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  18. package/lib/appui-react/backstage/BackstageItemUtilities.js +2 -0
  19. package/lib/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  20. package/lib/appui-react/childwindow/ChildWindowRenderer.d.ts +2 -0
  21. package/lib/appui-react/childwindow/ChildWindowRenderer.d.ts.map +1 -1
  22. package/lib/appui-react/childwindow/ChildWindowRenderer.js +15 -10
  23. package/lib/appui-react/childwindow/ChildWindowRenderer.js.map +1 -1
  24. package/lib/appui-react/configurableui/ConfigurableUiContent.d.ts +23 -1
  25. package/lib/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  26. package/lib/appui-react/configurableui/ConfigurableUiContent.js +20 -12
  27. package/lib/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  28. package/lib/appui-react/content/ContentLayout.d.ts.map +1 -1
  29. package/lib/appui-react/content/ContentLayout.js +10 -11
  30. package/lib/appui-react/content/ContentLayout.js.map +1 -1
  31. package/lib/appui-react/content/ContentOverlay.d.ts +1 -0
  32. package/lib/appui-react/content/ContentOverlay.d.ts.map +1 -1
  33. package/lib/appui-react/content/ContentOverlay.js +3 -1
  34. package/lib/appui-react/content/ContentOverlay.js.map +1 -1
  35. package/lib/appui-react/content/DefaultViewOverlay.d.ts.map +1 -1
  36. package/lib/appui-react/content/DefaultViewOverlay.js +6 -2
  37. package/lib/appui-react/content/DefaultViewOverlay.js.map +1 -1
  38. package/lib/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  39. package/lib/appui-react/content/FloatingViewportContent.js +1 -1
  40. package/lib/appui-react/content/FloatingViewportContent.js.map +1 -1
  41. package/lib/appui-react/cursor/CursorInformation.d.ts +4 -1
  42. package/lib/appui-react/cursor/CursorInformation.d.ts.map +1 -1
  43. package/lib/appui-react/cursor/CursorInformation.js +6 -1
  44. package/lib/appui-react/cursor/CursorInformation.js.map +1 -1
  45. package/lib/appui-react/cursor/cursormenu/CursorMenu.d.ts +1 -24
  46. package/lib/appui-react/cursor/cursormenu/CursorMenu.d.ts.map +1 -1
  47. package/lib/appui-react/cursor/cursormenu/CursorMenu.js +37 -58
  48. package/lib/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  49. package/lib/appui-react/cursor/cursorpopup/CursorPopup.scss +3 -0
  50. package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +8 -22
  51. package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts.map +1 -1
  52. package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.js +111 -116
  53. package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  54. package/lib/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +12 -15
  55. package/lib/appui-react/cursor/cursorprompt/CursorPrompt.d.ts.map +1 -1
  56. package/lib/appui-react/cursor/cursorprompt/CursorPrompt.js +85 -48
  57. package/lib/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  58. package/lib/appui-react/framework/FrameworkFrontstages.d.ts +47 -0
  59. package/lib/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
  60. package/lib/appui-react/framework/FrameworkFrontstages.js +136 -0
  61. package/lib/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  62. package/lib/appui-react/framework/FrameworkVisibility.d.ts +2 -0
  63. package/lib/appui-react/framework/FrameworkVisibility.d.ts.map +1 -1
  64. package/lib/appui-react/framework/FrameworkVisibility.js.map +1 -1
  65. package/lib/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
  66. package/lib/appui-react/frontstage/InternalFrontstageManager.js +121 -115
  67. package/lib/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  68. package/lib/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  69. package/lib/appui-react/frontstage/StandardFrontstageProvider.js +1 -0
  70. package/lib/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  71. package/lib/appui-react/hooks/useActiveTool.d.ts +9 -0
  72. package/lib/appui-react/hooks/useActiveTool.d.ts.map +1 -0
  73. package/lib/appui-react/hooks/useActiveTool.js +23 -0
  74. package/lib/appui-react/hooks/useActiveTool.js.map +1 -0
  75. package/lib/appui-react/icons/SvgAngle.d.ts +7 -0
  76. package/lib/appui-react/icons/SvgAngle.d.ts.map +1 -0
  77. package/lib/appui-react/icons/SvgAngle.js +15 -0
  78. package/lib/appui-react/icons/SvgAngle.js.map +1 -0
  79. package/lib/appui-react/icons/SvgBackspace.d.ts +7 -0
  80. package/lib/appui-react/icons/SvgBackspace.d.ts.map +1 -0
  81. package/lib/appui-react/icons/SvgBackspace.js +14 -0
  82. package/lib/appui-react/icons/SvgBackspace.js.map +1 -0
  83. package/lib/appui-react/icons/SvgDistance.d.ts +7 -0
  84. package/lib/appui-react/icons/SvgDistance.d.ts.map +1 -0
  85. package/lib/appui-react/icons/SvgDistance.js +16 -0
  86. package/lib/appui-react/icons/SvgDistance.js.map +1 -0
  87. package/lib/appui-react/icons/SvgHeight.d.ts +7 -0
  88. package/lib/appui-react/icons/SvgHeight.d.ts.map +1 -0
  89. package/lib/appui-react/icons/SvgHeight.js +17 -0
  90. package/lib/appui-react/icons/SvgHeight.js.map +1 -0
  91. package/lib/appui-react/icons/SvgMouseClickLeftDrag.d.ts +7 -0
  92. package/lib/appui-react/icons/SvgMouseClickLeftDrag.d.ts.map +1 -0
  93. package/lib/appui-react/icons/SvgMouseClickLeftDrag.js +15 -0
  94. package/lib/appui-react/icons/SvgMouseClickLeftDrag.js.map +1 -0
  95. package/lib/appui-react/icons/SvgMouseClickRightDrag.d.ts +7 -0
  96. package/lib/appui-react/icons/SvgMouseClickRightDrag.d.ts.map +1 -0
  97. package/lib/appui-react/icons/SvgMouseClickRightDrag.js +15 -0
  98. package/lib/appui-react/icons/SvgMouseClickRightDrag.js.map +1 -0
  99. package/lib/appui-react/icons/SvgMouseClickWheelDrag.d.ts +7 -0
  100. package/lib/appui-react/icons/SvgMouseClickWheelDrag.d.ts.map +1 -0
  101. package/lib/appui-react/icons/SvgMouseClickWheelDrag.js +15 -0
  102. package/lib/appui-react/icons/SvgMouseClickWheelDrag.js.map +1 -0
  103. package/lib/appui-react/icons/SvgTouchCursorPan.d.ts +7 -0
  104. package/lib/appui-react/icons/SvgTouchCursorPan.d.ts.map +1 -0
  105. package/lib/appui-react/icons/SvgTouchCursorPan.js +15 -0
  106. package/lib/appui-react/icons/SvgTouchCursorPan.js.map +1 -0
  107. package/lib/appui-react/icons/SvgTouchCursorPoint.d.ts +7 -0
  108. package/lib/appui-react/icons/SvgTouchCursorPoint.d.ts.map +1 -0
  109. package/lib/appui-react/icons/SvgTouchCursorPoint.js +16 -0
  110. package/lib/appui-react/icons/SvgTouchCursorPoint.js.map +1 -0
  111. package/lib/appui-react/layout/StandardLayout.scss +3 -8
  112. package/lib/appui-react/layout/base/DragManager.d.ts.map +1 -1
  113. package/lib/appui-react/layout/base/DragManager.js +10 -15
  114. package/lib/appui-react/layout/base/DragManager.js.map +1 -1
  115. package/lib/appui-react/layout/state/NineZoneAction.d.ts +1 -0
  116. package/lib/appui-react/layout/state/NineZoneAction.d.ts.map +1 -1
  117. package/lib/appui-react/layout/state/NineZoneAction.js.map +1 -1
  118. package/lib/appui-react/layout/state/NineZoneStateReducer.d.ts.map +1 -1
  119. package/lib/appui-react/layout/state/NineZoneStateReducer.js +23 -16
  120. package/lib/appui-react/layout/state/NineZoneStateReducer.js.map +1 -1
  121. package/lib/appui-react/messages/Pointer.js +1 -1
  122. package/lib/appui-react/messages/Pointer.js.map +1 -1
  123. package/lib/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  124. package/lib/appui-react/navigationaids/CubeNavigationAidControl.js +1 -0
  125. package/lib/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  126. package/lib/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  127. package/lib/appui-react/navigationaids/DrawingNavigationAidControl.js +1 -0
  128. package/lib/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  129. package/lib/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  130. package/lib/appui-react/navigationaids/SheetNavigationAid.js +1 -0
  131. package/lib/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  132. package/lib/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  133. package/lib/appui-react/navigationaids/StandardRotationNavigationAid.js +1 -0
  134. package/lib/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  135. package/lib/appui-react/popup/KeyinPalettePanel.js +1 -1
  136. package/lib/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  137. package/lib/appui-react/popup/PopupManager.d.ts.map +1 -1
  138. package/lib/appui-react/popup/PopupManager.js +9 -3
  139. package/lib/appui-react/popup/PopupManager.js.map +1 -1
  140. package/lib/appui-react/preview/PreviewFeatures.d.ts +5 -0
  141. package/lib/appui-react/preview/PreviewFeatures.d.ts.map +1 -1
  142. package/lib/appui-react/preview/PreviewFeatures.js +1 -0
  143. package/lib/appui-react/preview/PreviewFeatures.js.map +1 -1
  144. package/lib/appui-react/preview/horizontal-panel-alignment/PreviewHorizontalPanelAlign.d.ts.map +1 -1
  145. package/lib/appui-react/preview/horizontal-panel-alignment/PreviewHorizontalPanelAlign.js +8 -2
  146. package/lib/appui-react/preview/horizontal-panel-alignment/PreviewHorizontalPanelAlign.js.map +1 -1
  147. package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.d.ts +5 -0
  148. package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.d.ts.map +1 -0
  149. package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.js +13 -0
  150. package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.js.map +1 -0
  151. package/lib/appui-react/shared/MenuItem.d.ts +3 -0
  152. package/lib/appui-react/shared/MenuItem.d.ts.map +1 -1
  153. package/lib/appui-react/shared/MenuItem.js +2 -3
  154. package/lib/appui-react/shared/MenuItem.js.map +1 -1
  155. package/lib/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  156. package/lib/appui-react/statusbar/StatusBarItemUtilities.js +2 -0
  157. package/lib/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  158. package/lib/appui-react/statusfields/ActivityCenter.js +1 -1
  159. package/lib/appui-react/statusfields/ActivityCenter.js.map +1 -1
  160. package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +2 -55
  161. package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  162. package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.js +333 -403
  163. package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  164. package/lib/appui-react/toolbar/Toolbar.d.ts.map +1 -1
  165. package/lib/appui-react/toolbar/Toolbar.js +4 -3
  166. package/lib/appui-react/toolbar/Toolbar.js.map +1 -1
  167. package/lib/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -1
  168. package/lib/appui-react/toolbar/ToolbarItemUtilities.js +3 -0
  169. package/lib/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
  170. package/lib/appui-react/toolbar/new-toolbars/ActionItem.d.ts.map +1 -1
  171. package/lib/appui-react/toolbar/new-toolbars/ActionItem.js +3 -0
  172. package/lib/appui-react/toolbar/new-toolbars/ActionItem.js.map +1 -1
  173. package/lib/appui-react/toolbar/new-toolbars/GroupItem.d.ts +1 -1
  174. package/lib/appui-react/toolbar/new-toolbars/GroupItem.d.ts.map +1 -1
  175. package/lib/appui-react/toolbar/new-toolbars/GroupItem.js +2 -0
  176. package/lib/appui-react/toolbar/new-toolbars/GroupItem.js.map +1 -1
  177. package/lib/appui-react/toolbar/new-toolbars/Item.d.ts +2 -2
  178. package/lib/appui-react/toolbar/new-toolbars/Toolbar.d.ts +6 -3
  179. package/lib/appui-react/toolbar/new-toolbars/Toolbar.d.ts.map +1 -1
  180. package/lib/appui-react/toolbar/new-toolbars/Toolbar.js +4 -3
  181. package/lib/appui-react/toolbar/new-toolbars/Toolbar.js.map +1 -1
  182. package/lib/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
  183. package/lib/appui-react/toolsettings/DefaultToolSettingsProvider.js +1 -0
  184. package/lib/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  185. package/lib/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -1
  186. package/lib/appui-react/ui-items-provider/AbstractUiItemsManager.js +9 -2
  187. package/lib/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -1
  188. package/lib/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  189. package/lib/appui-react/ui-items-provider/StandardContentToolsProvider.js +1 -0
  190. package/lib/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  191. package/lib/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
  192. package/lib/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +1 -0
  193. package/lib/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  194. package/lib/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  195. package/lib/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +1 -0
  196. package/lib/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  197. package/lib/appui-react/uiprovider/ComponentGenerator.d.ts.map +1 -1
  198. package/lib/appui-react/uiprovider/ComponentGenerator.js +4 -2
  199. package/lib/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  200. package/lib/appui-react/utils/InternalUiShowHideManager.d.ts +2 -0
  201. package/lib/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -1
  202. package/lib/appui-react/utils/InternalUiShowHideManager.js +6 -0
  203. package/lib/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
  204. package/lib/appui-react/utils/PropsHelper.js +1 -1
  205. package/lib/appui-react/utils/PropsHelper.js.map +1 -1
  206. package/lib/appui-react/widget-panels/Frontstage.d.ts +7 -2
  207. package/lib/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  208. package/lib/appui-react/widget-panels/Frontstage.js +29 -12
  209. package/lib/appui-react/widget-panels/Frontstage.js.map +1 -1
  210. package/lib/appui-react/widgets/BackstageAppButton.scss +8 -3
  211. package/lib/appui-react/widgets/BasicToolWidget.d.ts.map +1 -1
  212. package/lib/appui-react/widgets/BasicToolWidget.js +3 -1
  213. package/lib/appui-react/widgets/BasicToolWidget.js.map +1 -1
  214. package/lib/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  215. package/lib/appui-react/widgets/WidgetDef.js +0 -1
  216. package/lib/appui-react/widgets/WidgetDef.js.map +1 -1
  217. package/lib/appui-react.d.ts +1 -1
  218. package/lib/appui-react.d.ts.map +1 -1
  219. package/lib/appui-react.js +1 -1
  220. package/lib/appui-react.js.map +1 -1
  221. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +3 -0
  222. package/lib/cjs/appui-react/layout/StandardLayout.scss +3 -8
  223. package/lib/cjs/appui-react/widgets/BackstageAppButton.scss +8 -3
  224. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +3 -0
  225. package/lib/esm/appui-react/layout/StandardLayout.scss +3 -8
  226. package/lib/esm/appui-react/widgets/BackstageAppButton.scss +8 -3
  227. package/package.json +29 -30
  228. package/lib/appui-react/accudraw/angle.svg +0 -1
  229. package/lib/appui-react/accudraw/backspace.svg +0 -9
  230. package/lib/appui-react/accudraw/constraint-2d.svg +0 -11
  231. package/lib/appui-react/accudraw/distance.svg +0 -1
  232. package/lib/appui-react/accudraw/height-2.svg +0 -10
  233. package/lib/appui-react/accudraw/height.svg +0 -11
  234. package/lib/appui-react/statusfields/toolassistance/accept-point.svg +0 -1
  235. package/lib/appui-react/statusfields/toolassistance/cursor-click.svg +0 -1
  236. package/lib/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +0 -1
  237. package/lib/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +0 -1
  238. package/lib/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +0 -1
  239. package/lib/appui-react/statusfields/toolassistance/gesture-pinch.svg +0 -1
  240. package/lib/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +0 -1
  241. package/lib/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +0 -1
  242. package/lib/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +0 -1
  243. package/lib/appui-react/statusfields/toolassistance/mouse-click-left.svg +0 -1
  244. package/lib/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +0 -1
  245. package/lib/appui-react/statusfields/toolassistance/mouse-click-right.svg +0 -1
  246. package/lib/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +0 -1
  247. package/lib/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +0 -1
  248. package/lib/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +0 -1
  249. package/lib/appui-react/statusfields/toolassistance/touch-cursor-point.svg +0 -1
  250. package/lib/cjs/appui-react/accudraw/angle.svg +0 -1
  251. package/lib/cjs/appui-react/accudraw/backspace.svg +0 -9
  252. package/lib/cjs/appui-react/accudraw/constraint-2d.svg +0 -11
  253. package/lib/cjs/appui-react/accudraw/distance.svg +0 -1
  254. package/lib/cjs/appui-react/accudraw/height-2.svg +0 -10
  255. package/lib/cjs/appui-react/accudraw/height.svg +0 -11
  256. package/lib/cjs/appui-react/statusfields/toolassistance/accept-point.svg +0 -1
  257. package/lib/cjs/appui-react/statusfields/toolassistance/cursor-click.svg +0 -1
  258. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +0 -1
  259. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +0 -1
  260. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +0 -1
  261. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-pinch.svg +0 -1
  262. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +0 -1
  263. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +0 -1
  264. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +0 -1
  265. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left.svg +0 -1
  266. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +0 -1
  267. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right.svg +0 -1
  268. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +0 -1
  269. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +0 -1
  270. package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +0 -1
  271. package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-point.svg +0 -1
  272. package/lib/esm/appui-react/accudraw/angle.svg +0 -1
  273. package/lib/esm/appui-react/accudraw/backspace.svg +0 -9
  274. package/lib/esm/appui-react/accudraw/constraint-2d.svg +0 -11
  275. package/lib/esm/appui-react/accudraw/distance.svg +0 -1
  276. package/lib/esm/appui-react/accudraw/height-2.svg +0 -10
  277. package/lib/esm/appui-react/accudraw/height.svg +0 -11
  278. package/lib/esm/appui-react/statusfields/toolassistance/accept-point.svg +0 -1
  279. package/lib/esm/appui-react/statusfields/toolassistance/cursor-click.svg +0 -1
  280. package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +0 -1
  281. package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +0 -1
  282. package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +0 -1
  283. package/lib/esm/appui-react/statusfields/toolassistance/gesture-pinch.svg +0 -1
  284. package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +0 -1
  285. package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +0 -1
  286. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +0 -1
  287. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left.svg +0 -1
  288. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +0 -1
  289. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right.svg +0 -1
  290. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +0 -1
  291. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +0 -1
  292. package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +0 -1
  293. package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-point.svg +0 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,37 @@
1
1
  # Change Log - @itwin/appui-react
2
2
 
3
- This log was last generated on Thu, 20 Mar 2025 11:10:28 GMT and should not be manually modified.
3
+ ## 5.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c619667: Updated peer dependencies to support iTwin.js core v5 packages.
8
+ - a69108d: Added `toolSettingsNewEditors` preview feature for enabling new editors system in tool settings. [#1289](https://github.com/iTwin/appui/pull/1289)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [c619667]
13
+ - Updated dependencies [c619667]
14
+ - Updated dependencies [a69108d]
15
+ - @itwin/components-react@5.5.0
16
+ - @itwin/imodel-components-react@5.5.0
17
+ - @itwin/core-react@5.5.0
18
+
19
+ ## 5.4.0
20
+
21
+ Thu, 17 Apr 2025 09:55:41 GMT
22
+
23
+ ### Updates
24
+
25
+ - Fixed `iconNode` property rendering of `CursorMenuItemProps` interface in `CursorPopupMenu` component.
26
+ - Add DefaultFrameworkFrontstages class.
27
+ - Add `toolSettings.defaultLocation` to `StandardLayout` component.
28
+ - Display prompt at cursor in child windows.
29
+ - Simplify grid template definitions of standard layout to avoid CSS issues in `RsBuild` production build.
30
+ - Changed `ToolAssistanceField` from class to functional component.
31
+ - Added `visibleToolSettings` prop to `StandardLayout` component.
4
32
 
5
33
  ## 5.3.1
34
+
6
35
  Thu, 20 Mar 2025 11:10:28 GMT
7
36
 
8
37
  ### Updates
@@ -11,6 +40,7 @@ Thu, 20 Mar 2025 11:10:28 GMT
11
40
  - Fix Firefox specific style loading issue of widget popouts.
12
41
 
13
42
  ## 5.3.0
43
+
14
44
  Fri, 14 Mar 2025 17:37:48 GMT
15
45
 
16
46
  ### Updates
@@ -20,6 +50,7 @@ Fri, 14 Mar 2025 17:37:48 GMT
20
50
  - Add `widgetActions` prop to `StandardLayout` component.
21
51
 
22
52
  ## 5.2.0
53
+
23
54
  Thu, 27 Feb 2025 08:07:36 GMT
24
55
 
25
56
  ### Updates
@@ -29,6 +60,7 @@ Thu, 27 Feb 2025 08:07:36 GMT
29
60
  - Add `useSavedState` to `Widget` interface.
30
61
 
31
62
  ## 5.1.0
63
+
32
64
  Thu, 30 Jan 2025 09:15:23 GMT
33
65
 
34
66
  ### Updates
@@ -39,6 +71,7 @@ Thu, 30 Jan 2025 09:15:23 GMT
39
71
  - Fixed some AccuDraw behaviors that where working incorrectly, like input highlight, focus and update. Improved typing Bearing angles.
40
72
 
41
73
  ## 5.0.5
74
+
42
75
  Tue, 21 Jan 2025 11:38:58 GMT
43
76
 
44
77
  ### Updates
@@ -46,6 +79,7 @@ Tue, 21 Jan 2025 11:38:58 GMT
46
79
  - Update `react-error-boundary` version.
47
80
 
48
81
  ## 5.0.4
82
+
49
83
  Fri, 17 Jan 2025 14:12:03 GMT
50
84
 
51
85
  ### Updates
@@ -53,6 +87,7 @@ Fri, 17 Jan 2025 14:12:03 GMT
53
87
  - Fixed `module 'lodash' does not provide an export named...` error when running in Node.js.
54
88
 
55
89
  ## 5.0.3
90
+
56
91
  Fri, 17 Jan 2025 11:42:02 GMT
57
92
 
58
93
  ### Updates
@@ -60,6 +95,7 @@ Fri, 17 Jan 2025 11:42:02 GMT
60
95
  - Fix popout widget issue when `useDefaultPopoutUrl` is not enabled.
61
96
 
62
97
  ## 5.0.2
98
+
63
99
  Thu, 16 Jan 2025 12:04:12 GMT
64
100
 
65
101
  ### Updates
@@ -67,6 +103,7 @@ Thu, 16 Jan 2025 12:04:12 GMT
67
103
  - Use import attributes for json imports.
68
104
 
69
105
  ## 5.0.1
106
+
70
107
  Wed, 15 Jan 2025 11:47:00 GMT
71
108
 
72
109
  ### Updates
@@ -74,6 +111,7 @@ Wed, 15 Jan 2025 11:47:00 GMT
74
111
  - Fix `useWidget` hook issue when used in a popout widget.
75
112
 
76
113
  ## 5.0.0
114
+
77
115
  Mon, 16 Dec 2024 11:43:27 GMT
78
116
 
79
117
  ### Updates
@@ -102,13 +140,14 @@ Mon, 16 Dec 2024 11:43:27 GMT
102
140
  - Expose all `Popover` props in `StatusBarPopover` component.
103
141
  - Removed beta tag from addFrontstage
104
142
  - Handle snap toolbar opacity in toolbars.
105
- - Added 2 preview features. One to allow letters in accudraw input fields. The other one to disable colors in accudraw xyz fields.
143
+ - Added 2 preview features. One to allow letters in accudraw input fields. The other one to disable colors in accudraw xyz fields.
106
144
  - Provide file extension in import declarations.
107
145
  - Add `exports` field to `package.json`.
108
146
  - Replaced SCSS `@import` rules with `@use` rules.
109
147
  - Replace buic variables with iTwinUI CSS variables.
110
148
 
111
149
  ## 4.17.6
150
+
112
151
  Wed, 20 Nov 2024 14:27:46 GMT
113
152
 
114
153
  ### Updates
@@ -116,6 +155,7 @@ Wed, 20 Nov 2024 14:27:46 GMT
116
155
  - Update `MessageManager.addMessage` to ignore messages that are already active.
117
156
 
118
157
  ## 4.17.5
158
+
119
159
  Thu, 14 Nov 2024 08:22:04 GMT
120
160
 
121
161
  ### Updates
@@ -123,6 +163,7 @@ Thu, 14 Nov 2024 08:22:04 GMT
123
163
  - Fix styling of alert dialog used by notification APIs.
124
164
 
125
165
  ## 4.17.4
166
+
126
167
  Fri, 08 Nov 2024 14:41:23 GMT
127
168
 
128
169
  ### Updates
@@ -130,6 +171,7 @@ Fri, 08 Nov 2024 14:41:23 GMT
130
171
  - Fix localization of StandardMessageBox component.
131
172
 
132
173
  ## 4.17.3
174
+
133
175
  Wed, 06 Nov 2024 09:04:20 GMT
134
176
 
135
177
  ### Updates
@@ -138,11 +180,13 @@ Wed, 06 Nov 2024 09:04:20 GMT
138
180
  - Fix an issue where restore frontstage layout would require an active frontstage.
139
181
 
140
182
  ## 4.17.2
183
+
141
184
  Wed, 30 Oct 2024 14:46:15 GMT
142
185
 
143
186
  _Version update only_
144
187
 
145
188
  ## 4.17.1
189
+
146
190
  Wed, 09 Oct 2024 10:50:47 GMT
147
191
 
148
192
  ### Updates
@@ -151,6 +195,7 @@ Wed, 09 Oct 2024 10:50:47 GMT
151
195
  - Add `-webkit` prefix to `user-select` CSS property to fix selection issues on Safari.
152
196
 
153
197
  ## 4.17.0
198
+
154
199
  Thu, 19 Sep 2024 12:50:53 GMT
155
200
 
156
201
  ### Updates
@@ -171,6 +216,7 @@ Thu, 19 Sep 2024 12:50:53 GMT
171
216
  - Added `UiFramework.onIModelConnectionChanged` event to get notified whenever the iModel connection returned by `UiFramework.getIModelConnection()` is changed.
172
217
 
173
218
  ## 4.16.5
219
+
174
220
  Tue, 10 Sep 2024 16:40:45 GMT
175
221
 
176
222
  ### Updates
@@ -182,6 +228,7 @@ Tue, 10 Sep 2024 16:40:45 GMT
182
228
  - Fix `undefined` property access within `StatusBarComposer` component.
183
229
 
184
230
  ## 4.16.4
231
+
185
232
  Wed, 04 Sep 2024 08:10:19 GMT
186
233
 
187
234
  ### Updates
@@ -189,6 +236,7 @@ Wed, 04 Sep 2024 08:10:19 GMT
189
236
  - Fix link style load timing issue in window popups.
190
237
 
191
238
  ## 4.16.3
239
+
192
240
  Tue, 03 Sep 2024 14:32:22 GMT
193
241
 
194
242
  ### Updates
@@ -196,6 +244,7 @@ Tue, 03 Sep 2024 14:32:22 GMT
196
244
  - Render `MenuItem` without `item` or `submenu` props.
197
245
 
198
246
  ## 4.16.2
247
+
199
248
  Wed, 28 Aug 2024 06:32:12 GMT
200
249
 
201
250
  ### Updates
@@ -205,6 +254,7 @@ Wed, 28 Aug 2024 06:32:12 GMT
205
254
  - Increased margins of `SelectionCountField` component.
206
255
 
207
256
  ## 4.16.1
257
+
208
258
  Fri, 16 Aug 2024 08:18:13 GMT
209
259
 
210
260
  ### Updates
@@ -214,6 +264,7 @@ Fri, 16 Aug 2024 08:18:13 GMT
214
264
  - Fix `useActiveViewport` to correctly return the active viewport.
215
265
 
216
266
  ## 4.16.0
267
+
217
268
  Wed, 07 Aug 2024 12:38:32 GMT
218
269
 
219
270
  ### Updates
@@ -233,6 +284,7 @@ Wed, 07 Aug 2024 12:38:32 GMT
233
284
  - Removed transitions when toggling themes. This fixes the unintentional "flying-in" of floating elements like Tooltips and ComboBox menus when the page first loads.
234
285
 
235
286
  ## 4.15.5
287
+
236
288
  Wed, 24 Jul 2024 16:09:26 GMT
237
289
 
238
290
  ### Updates
@@ -240,6 +292,7 @@ Wed, 24 Jul 2024 16:09:26 GMT
240
292
  - Fix `UiFramework.visibility.autoHideUi` to reset UI visibility.
241
293
 
242
294
  ## 4.15.4
295
+
243
296
  Mon, 22 Jul 2024 21:27:52 GMT
244
297
 
245
298
  ### Updates
@@ -249,11 +302,13 @@ Mon, 22 Jul 2024 21:27:52 GMT
249
302
  - Fixed popout widget changing position on a secondary monitor.
250
303
 
251
304
  ## 4.15.3
305
+
252
306
  Mon, 15 Jul 2024 12:12:00 GMT
253
307
 
254
308
  _Version update only_
255
309
 
256
310
  ## 4.15.2
311
+
257
312
  Wed, 10 Jul 2024 11:54:56 GMT
258
313
 
259
314
  ### Updates
@@ -261,11 +316,13 @@ Wed, 10 Jul 2024 11:54:56 GMT
261
316
  - Fix `FrontstageDef.create()` if a non-instance `FrontstageProvider` is used.
262
317
 
263
318
  ## 4.15.1
319
+
264
320
  Tue, 09 Jul 2024 09:23:12 GMT
265
321
 
266
322
  _Version update only_
267
323
 
268
324
  ## 4.15.0
325
+
269
326
  Fri, 28 Jun 2024 09:09:37 GMT
270
327
 
271
328
  ### Updates
@@ -280,6 +337,7 @@ Fri, 28 Jun 2024 09:09:37 GMT
280
337
  - Deprecated `StandardMessageBox` component.
281
338
 
282
339
  ## 4.14.2
340
+
283
341
  Mon, 22 Jul 2024 21:23:09 GMT
284
342
 
285
343
  ### Updates
@@ -289,6 +347,7 @@ Mon, 22 Jul 2024 21:23:09 GMT
289
347
  - Fixed popout widget changing position on a secondary monitor.
290
348
 
291
349
  ## 4.14.1
350
+
292
351
  Tue, 11 Jun 2024 15:58:29 GMT
293
352
 
294
353
  ### Updates
@@ -297,6 +356,7 @@ Tue, 11 Jun 2024 15:58:29 GMT
297
356
  - Re-open popout widgets when switching frontstages in an electron app.
298
357
 
299
358
  ## 4.14.0
359
+
300
360
  Thu, 06 Jun 2024 08:24:21 GMT
301
361
 
302
362
  ### Updates
@@ -308,6 +368,7 @@ Thu, 06 Jun 2024 08:24:21 GMT
308
368
  - Use iTwinUI components for `StatusBar` field components.
309
369
 
310
370
  ## 4.13.4
371
+
311
372
  Tue, 21 May 2024 08:21:34 GMT
312
373
 
313
374
  ### Updates
@@ -315,6 +376,7 @@ Tue, 21 May 2024 08:21:34 GMT
315
376
  - Fix save and restore of frontstage layout for react 18 strict mode.
316
377
 
317
378
  ## 4.13.3
379
+
318
380
  Fri, 17 May 2024 09:43:31 GMT
319
381
 
320
382
  ### Updates
@@ -322,6 +384,7 @@ Fri, 17 May 2024 09:43:31 GMT
322
384
  - upgrade to TypeScript@5.3.3 and @itwin/build-tools@4.6.x
323
385
 
324
386
  ## 4.13.2
387
+
325
388
  Wed, 08 May 2024 08:24:46 GMT
326
389
 
327
390
  ### Updates
@@ -329,11 +392,13 @@ Wed, 08 May 2024 08:24:46 GMT
329
392
  - Fixed `StatusBar` and `ToolSettings` not being visible when `contentAlwaysMaxSize` preview feature is enabled.
330
393
 
331
394
  ## 4.13.1
395
+
332
396
  Tue, 07 May 2024 15:01:46 GMT
333
397
 
334
398
  _Version update only_
335
399
 
336
400
  ## 4.13.0
401
+
337
402
  Tue, 07 May 2024 08:44:06 GMT
338
403
 
339
404
  ### Updates
@@ -350,6 +415,7 @@ Tue, 07 May 2024 08:44:06 GMT
350
415
  - Bump `FloatingViewportContentWrapper` to `@public`.
351
416
 
352
417
  ## 4.12.0
418
+
353
419
  Fri, 05 Apr 2024 09:55:35 GMT
354
420
 
355
421
  ### Updates
@@ -359,6 +425,7 @@ Fri, 05 Apr 2024 09:55:35 GMT
359
425
  - Replace `process.env.NODE_ENV === "development"` check in preview features with `Logger.logWarning()`.
360
426
 
361
427
  ## 4.11.0
428
+
362
429
  Thu, 21 Mar 2024 16:38:04 GMT
363
430
 
364
431
  ### Updates
@@ -376,6 +443,7 @@ Thu, 21 Mar 2024 16:38:04 GMT
376
443
  - Removed memoization for translated strings in components.
377
444
 
378
445
  ## 4.10.0
446
+
379
447
  Mon, 26 Feb 2024 15:50:45 GMT
380
448
 
381
449
  ### Updates
@@ -386,6 +454,7 @@ Mon, 26 Feb 2024 15:50:45 GMT
386
454
  - Add `enableMaximizedPanelWidget` preview feature.
387
455
 
388
456
  ## 4.9.0
457
+
389
458
  Tue, 06 Feb 2024 08:56:40 GMT
390
459
 
391
460
  ### Updates
@@ -400,6 +469,7 @@ Tue, 06 Feb 2024 08:56:40 GMT
400
469
  - Updated buttons on widget panels.
401
470
 
402
471
  ## 4.8.3
472
+
403
473
  Tue, 30 Jan 2024 09:04:27 GMT
404
474
 
405
475
  ### Updates
@@ -407,16 +477,19 @@ Tue, 30 Jan 2024 09:04:27 GMT
407
477
  - Position root container element.
408
478
 
409
479
  ## 4.8.2
480
+
410
481
  Wed, 24 Jan 2024 12:37:03 GMT
411
482
 
412
483
  _Version update only_
413
484
 
414
485
  ## 4.8.1
486
+
415
487
  Thu, 11 Jan 2024 13:05:42 GMT
416
488
 
417
489
  _Version update only_
418
490
 
419
491
  ## 4.8.0
492
+
420
493
  Thu, 21 Dec 2023 14:08:42 GMT
421
494
 
422
495
  ### Updates
@@ -425,10 +498,11 @@ Thu, 21 Dec 2023 14:08:42 GMT
425
498
  - Keep widget content unmounted while widget state is set to WidgetState.Unloaded.
426
499
  - Localize popout error text
427
500
  - Fixed bug where popouts would get incrementally smaller or larger each time opened
428
- - Promote `FrameworkToolAdmin` to *beta*.
501
+ - Promote `FrameworkToolAdmin` to _beta_.
429
502
  - Fix `RestoreLayout` tool.
430
503
 
431
504
  ## 4.7.2
505
+
432
506
  Wed, 20 Dec 2023 23:11:37 GMT
433
507
 
434
508
  ### Updates
@@ -436,6 +510,7 @@ Wed, 20 Dec 2023 23:11:37 GMT
436
510
  - Revert Popout reparenting strategy.
437
511
 
438
512
  ## 4.7.1
513
+
439
514
  Thu, 07 Dec 2023 19:40:17 GMT
440
515
 
441
516
  ### Updates
@@ -443,6 +518,7 @@ Thu, 07 Dec 2023 19:40:17 GMT
443
518
  - Now support `null` Content (allow delay rendering on specific cases)
444
519
 
445
520
  ## 4.7.0
521
+
446
522
  Fri, 01 Dec 2023 20:01:16 GMT
447
523
 
448
524
  ### Updates
@@ -469,6 +545,7 @@ Fri, 01 Dec 2023 20:01:16 GMT
469
545
  - Fixed reference error in case `applicationData` is not provided for `IModelViewportControl`.
470
546
 
471
547
  ## 4.6.3
548
+
472
549
  Wed, 25 Oct 2023 09:39:22 GMT
473
550
 
474
551
  ### Updates
@@ -478,6 +555,7 @@ Wed, 25 Oct 2023 09:39:22 GMT
478
555
  - Correctly enable `isResizable` flag for every floating widget unless it is disabled explicitly.
479
556
 
480
557
  ## 4.6.2
558
+
481
559
  Tue, 17 Oct 2023 19:16:23 GMT
482
560
 
483
561
  ### Updates
@@ -485,6 +563,7 @@ Tue, 17 Oct 2023 19:16:23 GMT
485
563
  - Unmount childWindowManager whenever window is closed
486
564
 
487
565
  ## 4.6.1
566
+
488
567
  Thu, 12 Oct 2023 16:59:20 GMT
489
568
 
490
569
  ### Updates
@@ -492,6 +571,7 @@ Thu, 12 Oct 2023 16:59:20 GMT
492
571
  - Fix an issue where `onWidgetStateChangedEvent` is not emitted for a hidden widget.
493
572
 
494
573
  ## 4.6.0
574
+
495
575
  Wed, 04 Oct 2023 18:05:34 GMT
496
576
 
497
577
  ### Updates
@@ -504,6 +584,7 @@ Wed, 04 Oct 2023 18:05:34 GMT
504
584
  - React to core/appui-abstract deprecations
505
585
 
506
586
  ## 4.5.1
587
+
507
588
  Fri, 08 Sep 2023 16:10:53 GMT
508
589
 
509
590
  ### Updates
@@ -511,6 +592,7 @@ Fri, 08 Sep 2023 16:10:53 GMT
511
592
  - Fix an issue with `useSpecificWidgetDef` to correctly return re-created WidgetDef.
512
593
 
513
594
  ## 4.5.0
595
+
514
596
  Wed, 06 Sep 2023 17:29:22 GMT
515
597
 
516
598
  ### Updates
@@ -521,6 +603,7 @@ Wed, 06 Sep 2023 17:29:22 GMT
521
603
  - Bump `rxjs` dependency to `7.8.1`.
522
604
 
523
605
  ## 4.4.0
606
+
524
607
  Tue, 15 Aug 2023 18:02:09 GMT
525
608
 
526
609
  ### Updates
@@ -534,6 +617,7 @@ Tue, 15 Aug 2023 18:02:09 GMT
534
617
  - `Toolbar` now correctly handles `Conditional` properties and support `enableOverflow` prop.
535
618
 
536
619
  ## 4.3.0
620
+
537
621
  Mon, 17 Jul 2023 10:16:20 GMT
538
622
 
539
623
  ### Updates
@@ -547,6 +631,7 @@ Mon, 17 Jul 2023 10:16:20 GMT
547
631
  - Add missing `isMounted` check to fix a warning message while running tests.
548
632
 
549
633
  ## 4.2.0
634
+
550
635
  Tue, 27 Jun 2023 14:50:22 GMT
551
636
 
552
637
  ### Updates
@@ -558,6 +643,7 @@ Tue, 27 Jun 2023 14:50:22 GMT
558
643
  - Update `@itwin/itwinui-react` version to 2.11.6.
559
644
 
560
645
  ## 4.1.0
646
+
561
647
  Mon, 29 May 2023 14:05:04 GMT
562
648
 
563
649
  ### Updates
@@ -571,6 +657,7 @@ Mon, 29 May 2023 14:05:04 GMT
571
657
  - Errors thrown during rendering of widget content are now caught by `ErrorBoundary`. A fallback UI is rendered instead.
572
658
 
573
659
  ## 4.0.1
660
+
574
661
  Fri, 19 May 2023 12:24:30 GMT
575
662
 
576
663
  ### Updates
@@ -578,6 +665,7 @@ Fri, 19 May 2023 12:24:30 GMT
578
665
  - ToolAssistanceField: Display as class if image is not svg (IE: webfont class image)
579
666
 
580
667
  ## 4.0.0
668
+
581
669
  Mon, 01 May 2023 13:32:16 GMT
582
670
 
583
671
  ### Updates
@@ -625,16 +713,19 @@ Mon, 01 May 2023 13:32:16 GMT
625
713
  - Remove webfont icons from components.
626
714
 
627
715
  ## 3.7.2
716
+
628
717
  Wed, 12 Apr 2023 13:12:42 GMT
629
718
 
630
719
  _Version update only_
631
720
 
632
721
  ## 3.7.1
722
+
633
723
  Mon, 03 Apr 2023 15:15:36 GMT
634
724
 
635
725
  _Version update only_
636
726
 
637
727
  ## 3.7.0
728
+
638
729
  Wed, 29 Mar 2023 15:02:27 GMT
639
730
 
640
731
  ### Updates
@@ -645,11 +736,13 @@ Wed, 29 Mar 2023 15:02:27 GMT
645
736
  - update @deprecated comments.
646
737
 
647
738
  ## 3.6.3
739
+
648
740
  Mon, 27 Mar 2023 16:26:47 GMT
649
741
 
650
742
  _Version update only_
651
743
 
652
744
  ## 3.6.2
745
+
653
746
  Fri, 17 Mar 2023 17:52:32 GMT
654
747
 
655
748
  ### Updates
@@ -657,6 +750,7 @@ Fri, 17 Mar 2023 17:52:32 GMT
657
750
  - Add search functionality to ViewSelector
658
751
 
659
752
  ## 3.6.1
753
+
660
754
  Fri, 24 Feb 2023 22:00:48 GMT
661
755
 
662
756
  ### Updates
@@ -665,6 +759,7 @@ Fri, 24 Feb 2023 22:00:48 GMT
665
759
  - Fix `@itwin/itwinui-icons-react` dependency version
666
760
 
667
761
  ## 3.6.0
762
+
668
763
  Wed, 08 Feb 2023 14:58:39 GMT
669
764
 
670
765
  ### Updates
@@ -680,16 +775,19 @@ Wed, 08 Feb 2023 14:58:39 GMT
680
775
  - Fix floating widget offset issue.
681
776
 
682
777
  ## 3.5.6
778
+
683
779
  Fri, 24 Feb 2023 16:02:47 GMT
684
780
 
685
781
  _Version update only_
686
782
 
687
783
  ## 3.5.5
784
+
688
785
  Thu, 26 Jan 2023 22:53:27 GMT
689
786
 
690
787
  _Version update only_
691
788
 
692
789
  ## 3.5.4
790
+
693
791
  Wed, 18 Jan 2023 15:27:15 GMT
694
792
 
695
793
  ### Updates
@@ -697,11 +795,13 @@ Wed, 18 Jan 2023 15:27:15 GMT
697
795
  - Issue #4879: Make sure floating viewports properly set their content as active and display the active view highlight bar.
698
796
 
699
797
  ## 3.5.3
798
+
700
799
  Fri, 13 Jan 2023 17:23:07 GMT
701
800
 
702
801
  _Version update only_
703
802
 
704
803
  ## 3.5.2
804
+
705
805
  Wed, 11 Jan 2023 16:46:30 GMT
706
806
 
707
807
  ### Updates
@@ -709,11 +809,13 @@ Wed, 11 Jan 2023 16:46:30 GMT
709
809
  - Fix detailed output message on a new line in toasts.
710
810
 
711
811
  ## 3.5.1
812
+
712
813
  Thu, 15 Dec 2022 16:38:28 GMT
713
814
 
714
815
  _Version update only_
715
816
 
716
817
  ## 3.5.0
818
+
717
819
  Wed, 07 Dec 2022 19:12:36 GMT
718
820
 
719
821
  ### Updates
@@ -730,15 +832,17 @@ Wed, 07 Dec 2022 19:12:36 GMT
730
832
  - Add RestoreFrontstagesLayout tool.
731
833
  - Deprecate components in preparation for next major version.
732
834
  - Persist the toolbar-opacity to state.
733
- - Add a toolbar opacity to the state and the UiFramework API to allow users or apps to configure it. Add a slider to the UiSettingsPage to control the toolbar opacity.
835
+ - Add a toolbar opacity to the state and the UiFramework API to allow users or apps to configure it. Add a slider to the UiSettingsPage to control the toolbar opacity.
734
836
  - Update WidgetDef to pass the optional prop allowedPanelTargets to createTab wh
735
837
 
736
838
  ## 3.4.7
839
+
737
840
  Wed, 30 Nov 2022 14:28:19 GMT
738
841
 
739
842
  _Version update only_
740
843
 
741
844
  ## 3.4.6
845
+
742
846
  Tue, 22 Nov 2022 14:24:19 GMT
743
847
 
744
848
  ### Updates
@@ -746,31 +850,37 @@ Tue, 22 Nov 2022 14:24:19 GMT
746
850
  - Maintain widget panel location after frontstage is changed.
747
851
 
748
852
  ## 3.4.5
853
+
749
854
  Thu, 17 Nov 2022 21:32:49 GMT
750
855
 
751
856
  _Version update only_
752
857
 
753
858
  ## 3.4.4
859
+
754
860
  Thu, 10 Nov 2022 19:32:17 GMT
755
861
 
756
862
  _Version update only_
757
863
 
758
864
  ## 3.4.3
865
+
759
866
  Fri, 28 Oct 2022 13:34:57 GMT
760
867
 
761
868
  _Version update only_
762
869
 
763
870
  ## 3.4.2
871
+
764
872
  Mon, 24 Oct 2022 13:23:45 GMT
765
873
 
766
874
  _Version update only_
767
875
 
768
876
  ## 3.4.1
877
+
769
878
  Mon, 17 Oct 2022 20:06:51 GMT
770
879
 
771
880
  _Version update only_
772
881
 
773
882
  ## 3.4.0
883
+
774
884
  Thu, 13 Oct 2022 20:24:47 GMT
775
885
 
776
886
  ### Updates
@@ -788,21 +898,25 @@ Thu, 13 Oct 2022 20:24:47 GMT
788
898
  - Make sure FloatingViewportContent specifies controlId to FloatingViewport. Make sure FloatingViewportContent updates whenever the ViewState changes.
789
899
 
790
900
  ## 3.3.5
901
+
791
902
  Tue, 27 Sep 2022 11:50:59 GMT
792
903
 
793
904
  _Version update only_
794
905
 
795
906
  ## 3.3.4
907
+
796
908
  Thu, 08 Sep 2022 19:00:04 GMT
797
909
 
798
910
  _Version update only_
799
911
 
800
912
  ## 3.3.3
913
+
801
914
  Tue, 06 Sep 2022 20:54:19 GMT
802
915
 
803
916
  _Version update only_
804
917
 
805
918
  ## 3.3.2
919
+
806
920
  Thu, 01 Sep 2022 14:37:22 GMT
807
921
 
808
922
  ### Updates
@@ -810,11 +924,13 @@ Thu, 01 Sep 2022 14:37:22 GMT
810
924
  - Update camera icon and make camera tooltip conditional on the camera's on/off state.
811
925
 
812
926
  ## 3.3.1
927
+
813
928
  Fri, 26 Aug 2022 15:40:02 GMT
814
929
 
815
930
  _Version update only_
816
931
 
817
932
  ## 3.3.0
933
+
818
934
  Thu, 18 Aug 2022 19:08:01 GMT
819
935
 
820
936
  ### Updates
@@ -840,46 +956,55 @@ Thu, 18 Aug 2022 19:08:01 GMT
840
956
  - Update iTwinUI-react to 1.38.1
841
957
 
842
958
  ## 3.2.9
959
+
843
960
  Fri, 26 Aug 2022 14:21:40 GMT
844
961
 
845
962
  _Version update only_
846
963
 
847
964
  ## 3.2.8
965
+
848
966
  Tue, 09 Aug 2022 15:52:41 GMT
849
967
 
850
968
  _Version update only_
851
969
 
852
970
  ## 3.2.7
971
+
853
972
  Mon, 01 Aug 2022 13:36:56 GMT
854
973
 
855
974
  _Version update only_
856
975
 
857
976
  ## 3.2.6
977
+
858
978
  Fri, 15 Jul 2022 19:04:43 GMT
859
979
 
860
980
  _Version update only_
861
981
 
862
982
  ## 3.2.5
983
+
863
984
  Wed, 13 Jul 2022 15:45:52 GMT
864
985
 
865
986
  _Version update only_
866
987
 
867
988
  ## 3.2.4
989
+
868
990
  Tue, 21 Jun 2022 18:06:33 GMT
869
991
 
870
992
  _Version update only_
871
993
 
872
994
  ## 3.2.3
995
+
873
996
  Fri, 17 Jun 2022 15:18:39 GMT
874
997
 
875
998
  _Version update only_
876
999
 
877
1000
  ## 3.2.2
1001
+
878
1002
  Fri, 10 Jun 2022 16:11:36 GMT
879
1003
 
880
1004
  _Version update only_
881
1005
 
882
1006
  ## 3.2.1
1007
+
883
1008
  Tue, 07 Jun 2022 15:02:56 GMT
884
1009
 
885
1010
  ### Updates
@@ -890,6 +1015,7 @@ Tue, 07 Jun 2022 15:02:56 GMT
890
1015
  - Remove cached frontstageDef if associated FrontstageProvider is re-registered.
891
1016
 
892
1017
  ## 3.2.0
1018
+
893
1019
  Fri, 20 May 2022 13:10:54 GMT
894
1020
 
895
1021
  ### Updates
@@ -907,21 +1033,25 @@ Fri, 20 May 2022 13:10:54 GMT
907
1033
  - Fix checkbox alignment in visibility trees.
908
1034
 
909
1035
  ## 3.1.3
1036
+
910
1037
  Fri, 15 Apr 2022 13:49:25 GMT
911
1038
 
912
1039
  _Version update only_
913
1040
 
914
1041
  ## 3.1.2
1042
+
915
1043
  Wed, 06 Apr 2022 22:27:56 GMT
916
1044
 
917
1045
  _Version update only_
918
1046
 
919
1047
  ## 3.1.1
1048
+
920
1049
  Thu, 31 Mar 2022 15:55:48 GMT
921
1050
 
922
1051
  _Version update only_
923
1052
 
924
1053
  ## 3.1.0
1054
+
925
1055
  Tue, 29 Mar 2022 20:53:46 GMT
926
1056
 
927
1057
  ### Updates
@@ -938,11 +1068,13 @@ Tue, 29 Mar 2022 20:53:46 GMT
938
1068
  - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
939
1069
 
940
1070
  ## 3.0.3
1071
+
941
1072
  Fri, 25 Mar 2022 15:10:01 GMT
942
1073
 
943
1074
  _Version update only_
944
1075
 
945
1076
  ## 3.0.2
1077
+
946
1078
  Thu, 10 Mar 2022 21:18:13 GMT
947
1079
 
948
1080
  ### Updates
@@ -951,6 +1083,7 @@ Thu, 10 Mar 2022 21:18:13 GMT
951
1083
  - Make fix to displaying a custom view overlay.
952
1084
 
953
1085
  ## 3.0.1
1086
+
954
1087
  Thu, 24 Feb 2022 15:26:55 GMT
955
1088
 
956
1089
  ### Updates
@@ -964,6 +1097,7 @@ Thu, 24 Feb 2022 15:26:55 GMT
964
1097
  - Remove unnecessary dependency on itwin/browser-authorization
965
1098
 
966
1099
  ## 3.0.0
1100
+
967
1101
  Mon, 24 Jan 2022 14:00:52 GMT
968
1102
 
969
1103
  ### Updates
@@ -993,7 +1127,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
993
1127
  - Remove UserInfo completely
994
1128
  - Update snapshots
995
1129
  - Replaced ContextRegistry with generalized ITwinAccess interface
996
- - Renamed an iModel's parent container to iTwin
1130
+ - Renamed an iModel's parent container to iTwin
997
1131
  - Removed references to the deleted config-loader package
998
1132
  - tool.run and tool.parseAndRun are now async methods
999
1133
  - Support for TypeDoc v0.22.7. Fix various broken docs links.
@@ -1013,7 +1147,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
1013
1147
  - Update links in API doc comments.
1014
1148
  - Make it possible to set label and execute function for BackstageAppButton
1015
1149
  - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
1016
- - Ensure duplicate items provided via UiItemProviders are filtered out and only one item per Id is used.
1150
+ - Ensure duplicate items provided via UiItemProviders are filtered out and only one item per Id is used.
1017
1151
  - Add ability to remove stage launcher entry from backstage if only one stage is available.
1018
1152
  - Remove files generated by bad merge
1019
1153
  - Fix bug where ConditionalStringValue used in some status bar components would cause a crash.
@@ -1046,7 +1180,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
1046
1180
  - Update Tool Setting for UI 1.0 to fix refresh bug.
1047
1181
  - BaseUiItemsProvider class and refactor "standard" providers to subclass it.
1048
1182
  - Undeprecate necessary UI 1.0 classes/interfaces
1049
- - Update standard UI item providers to require a providerId so more than one instance may be used within an app. Usually by different packages providing stages.
1183
+ - Update standard UI item providers to require a providerId so more than one instance may be used within an app. Usually by different packages providing stages.
1050
1184
  - Replaced ui-core Slider with one from iTwinUi-react. Update DefaultViewOverlay to opt-in to display of view overlays.
1051
1185
  - Update to latest types/react package
1052
1186
  - reset to use overflow hidden in floating widgets as it messes up auto-sizing and re-sizing.
@@ -1057,78 +1191,93 @@ Mon, 24 Jan 2022 14:00:52 GMT
1057
1191
  - Hide widgets with Hidden defaultState when frontstage is activated.
1058
1192
 
1059
1193
  ## 2.19.28
1194
+
1060
1195
  Wed, 12 Jan 2022 14:52:38 GMT
1061
1196
 
1062
1197
  _Version update only_
1063
1198
 
1064
1199
  ## 2.19.27
1200
+
1065
1201
  Wed, 05 Jan 2022 20:07:20 GMT
1066
1202
 
1067
1203
  _Version update only_
1068
1204
 
1069
1205
  ## 2.19.26
1206
+
1070
1207
  Wed, 08 Dec 2021 20:54:53 GMT
1071
1208
 
1072
1209
  _Version update only_
1073
1210
 
1074
1211
  ## 2.19.25
1212
+
1075
1213
  Fri, 03 Dec 2021 20:05:49 GMT
1076
1214
 
1077
1215
  _Version update only_
1078
1216
 
1079
1217
  ## 2.19.24
1218
+
1080
1219
  Mon, 29 Nov 2021 18:44:31 GMT
1081
1220
 
1082
1221
  _Version update only_
1083
1222
 
1084
1223
  ## 2.19.23
1224
+
1085
1225
  Mon, 22 Nov 2021 20:41:40 GMT
1086
1226
 
1087
1227
  _Version update only_
1088
1228
 
1089
1229
  ## 2.19.22
1230
+
1090
1231
  Wed, 17 Nov 2021 01:23:26 GMT
1091
1232
 
1092
1233
  _Version update only_
1093
1234
 
1094
1235
  ## 2.19.21
1236
+
1095
1237
  Wed, 10 Nov 2021 10:58:24 GMT
1096
1238
 
1097
1239
  _Version update only_
1098
1240
 
1099
1241
  ## 2.19.20
1242
+
1100
1243
  Fri, 29 Oct 2021 16:14:22 GMT
1101
1244
 
1102
1245
  _Version update only_
1103
1246
 
1104
1247
  ## 2.19.19
1248
+
1105
1249
  Mon, 25 Oct 2021 16:16:25 GMT
1106
1250
 
1107
1251
  ### Updates
1108
1252
 
1109
- - Drop unnecessary dep on @bentley/react-scripts; add a *.d.ts file for svg?sprite loader syntax
1253
+ - Drop unnecessary dep on @bentley/react-scripts; add a \*.d.ts file for svg?sprite loader syntax
1110
1254
 
1111
1255
  ## 2.19.18
1256
+
1112
1257
  Thu, 21 Oct 2021 20:59:44 GMT
1113
1258
 
1114
1259
  _Version update only_
1115
1260
 
1116
1261
  ## 2.19.17
1262
+
1117
1263
  Thu, 14 Oct 2021 21:19:43 GMT
1118
1264
 
1119
1265
  _Version update only_
1120
1266
 
1121
1267
  ## 2.19.16
1268
+
1122
1269
  Mon, 11 Oct 2021 17:37:46 GMT
1123
1270
 
1124
1271
  _Version update only_
1125
1272
 
1126
1273
  ## 2.19.15
1274
+
1127
1275
  Fri, 08 Oct 2021 16:44:23 GMT
1128
1276
 
1129
1277
  _Version update only_
1130
1278
 
1131
1279
  ## 2.19.14
1280
+
1132
1281
  Fri, 01 Oct 2021 13:07:03 GMT
1133
1282
 
1134
1283
  ### Updates
@@ -1136,11 +1285,13 @@ Fri, 01 Oct 2021 13:07:03 GMT
1136
1285
  - Force Tool Settings to render when the active tool is reloaded.
1137
1286
 
1138
1287
  ## 2.19.13
1288
+
1139
1289
  Tue, 21 Sep 2021 21:06:40 GMT
1140
1290
 
1141
1291
  _Version update only_
1142
1292
 
1143
1293
  ## 2.19.12
1294
+
1144
1295
  Wed, 15 Sep 2021 18:06:47 GMT
1145
1296
 
1146
1297
  ### Updates
@@ -1148,21 +1299,25 @@ Wed, 15 Sep 2021 18:06:47 GMT
1148
1299
  - Fix calc function that is causing an error in the latest dart-sass version
1149
1300
 
1150
1301
  ## 2.19.11
1302
+
1151
1303
  Thu, 09 Sep 2021 21:04:58 GMT
1152
1304
 
1153
1305
  _Version update only_
1154
1306
 
1155
1307
  ## 2.19.10
1308
+
1156
1309
  Wed, 08 Sep 2021 14:36:01 GMT
1157
1310
 
1158
1311
  _Version update only_
1159
1312
 
1160
1313
  ## 2.19.9
1314
+
1161
1315
  Wed, 25 Aug 2021 15:36:01 GMT
1162
1316
 
1163
1317
  _Version update only_
1164
1318
 
1165
1319
  ## 2.19.8
1320
+
1166
1321
  Mon, 23 Aug 2021 13:23:13 GMT
1167
1322
 
1168
1323
  ### Updates
@@ -1170,41 +1325,49 @@ Mon, 23 Aug 2021 13:23:13 GMT
1170
1325
  - Backport change to clear hide/isolate/emphasis of models and categories.
1171
1326
 
1172
1327
  ## 2.19.7
1328
+
1173
1329
  Fri, 20 Aug 2021 17:47:22 GMT
1174
1330
 
1175
1331
  _Version update only_
1176
1332
 
1177
1333
  ## 2.19.6
1334
+
1178
1335
  Tue, 17 Aug 2021 20:34:29 GMT
1179
1336
 
1180
1337
  _Version update only_
1181
1338
 
1182
1339
  ## 2.19.5
1340
+
1183
1341
  Fri, 13 Aug 2021 21:48:09 GMT
1184
1342
 
1185
1343
  _Version update only_
1186
1344
 
1187
1345
  ## 2.19.4
1346
+
1188
1347
  Thu, 12 Aug 2021 13:09:26 GMT
1189
1348
 
1190
1349
  _Version update only_
1191
1350
 
1192
1351
  ## 2.19.3
1352
+
1193
1353
  Wed, 04 Aug 2021 20:29:34 GMT
1194
1354
 
1195
1355
  _Version update only_
1196
1356
 
1197
1357
  ## 2.19.2
1358
+
1198
1359
  Tue, 03 Aug 2021 18:26:23 GMT
1199
1360
 
1200
1361
  _Version update only_
1201
1362
 
1202
1363
  ## 2.19.1
1364
+
1203
1365
  Thu, 29 Jul 2021 20:01:11 GMT
1204
1366
 
1205
1367
  _Version update only_
1206
1368
 
1207
1369
  ## 2.19.0
1370
+
1208
1371
  Mon, 26 Jul 2021 12:21:25 GMT
1209
1372
 
1210
1373
  ### Updates
@@ -1214,21 +1377,25 @@ Mon, 26 Jul 2021 12:21:25 GMT
1214
1377
  - Add useActiveStageId to barrel file so it is properly exported.
1215
1378
 
1216
1379
  ## 2.18.4
1380
+
1217
1381
  Tue, 10 Aug 2021 19:35:13 GMT
1218
1382
 
1219
1383
  _Version update only_
1220
1384
 
1221
1385
  ## 2.18.3
1386
+
1222
1387
  Wed, 28 Jul 2021 17:16:30 GMT
1223
1388
 
1224
1389
  _Version update only_
1225
1390
 
1226
1391
  ## 2.18.2
1392
+
1227
1393
  Mon, 26 Jul 2021 16:18:31 GMT
1228
1394
 
1229
1395
  _Version update only_
1230
1396
 
1231
1397
  ## 2.18.1
1398
+
1232
1399
  Fri, 16 Jul 2021 17:45:09 GMT
1233
1400
 
1234
1401
  ### Updates
@@ -1236,6 +1403,7 @@ Fri, 16 Jul 2021 17:45:09 GMT
1236
1403
  - Add test for the iModelConnection being blank to avoid asserts when setting up for new iModel.
1237
1404
 
1238
1405
  ## 2.18.0
1406
+
1239
1407
  Fri, 09 Jul 2021 18:11:24 GMT
1240
1408
 
1241
1409
  ### Updates
@@ -1250,21 +1418,25 @@ Fri, 09 Jul 2021 18:11:24 GMT
1250
1418
  - Add ability to provide widgets to zones via UiItemsProvider when using AppUI version 1.
1251
1419
 
1252
1420
  ## 2.17.3
1421
+
1253
1422
  Mon, 26 Jul 2021 16:08:36 GMT
1254
1423
 
1255
1424
  _Version update only_
1256
1425
 
1257
1426
  ## 2.17.2
1427
+
1258
1428
  Thu, 08 Jul 2021 15:23:00 GMT
1259
1429
 
1260
1430
  _Version update only_
1261
1431
 
1262
1432
  ## 2.17.1
1433
+
1263
1434
  Fri, 02 Jul 2021 15:38:31 GMT
1264
1435
 
1265
1436
  _Version update only_
1266
1437
 
1267
1438
  ## 2.17.0
1439
+
1268
1440
  Mon, 28 Jun 2021 16:20:11 GMT
1269
1441
 
1270
1442
  ### Updates
@@ -1278,56 +1450,67 @@ Mon, 28 Jun 2021 16:20:11 GMT
1278
1450
  - Refactor SolarTimeline and ScheduleAnimationProvider to use new TimelineComponent iteration.
1279
1451
 
1280
1452
  ## 2.16.10
1453
+
1281
1454
  Thu, 22 Jul 2021 20:23:45 GMT
1282
1455
 
1283
1456
  _Version update only_
1284
1457
 
1285
1458
  ## 2.16.9
1459
+
1286
1460
  Tue, 06 Jul 2021 22:08:34 GMT
1287
1461
 
1288
1462
  _Version update only_
1289
1463
 
1290
1464
  ## 2.16.8
1465
+
1291
1466
  Fri, 02 Jul 2021 17:40:46 GMT
1292
1467
 
1293
1468
  _Version update only_
1294
1469
 
1295
1470
  ## 2.16.7
1471
+
1296
1472
  Mon, 28 Jun 2021 18:13:04 GMT
1297
1473
 
1298
1474
  _Version update only_
1299
1475
 
1300
1476
  ## 2.16.6
1477
+
1301
1478
  Mon, 28 Jun 2021 13:12:55 GMT
1302
1479
 
1303
1480
  _Version update only_
1304
1481
 
1305
1482
  ## 2.16.5
1483
+
1306
1484
  Fri, 25 Jun 2021 16:03:01 GMT
1307
1485
 
1308
1486
  _Version update only_
1309
1487
 
1310
1488
  ## 2.16.4
1489
+
1311
1490
  Wed, 23 Jun 2021 17:09:07 GMT
1312
1491
 
1313
1492
  _Version update only_
1314
1493
 
1315
1494
  ## 2.16.3
1495
+
1316
1496
  Wed, 16 Jun 2021 20:29:32 GMT
1317
1497
 
1318
1498
  _Version update only_
1319
1499
 
1320
1500
  ## 2.16.2
1501
+
1321
1502
  Thu, 03 Jun 2021 18:08:11 GMT
1322
1503
 
1323
1504
  _Version update only_
1324
1505
 
1325
1506
  ## 2.16.1
1507
+
1326
1508
  Thu, 27 May 2021 20:04:22 GMT
1327
1509
 
1328
1510
  _Version update only_
1329
1511
 
1330
1512
  ## 2.16.0
1513
+
1331
1514
  Mon, 24 May 2021 15:58:39 GMT
1332
1515
 
1333
1516
  ### Updates
@@ -1335,16 +1518,18 @@ Mon, 24 May 2021 15:58:39 GMT
1335
1518
  - Clean up styling in StatusBar.css
1336
1519
  - Set overflow hidden on content Panes used when stage has multiple content views.
1337
1520
  - Adding ability to override isActive property for BackstageItem
1338
- - Add support for child popup windows.
1521
+ - Add support for child popup windows.
1339
1522
  - Replace deprecated ViewManager.forEachViewport() with iterator.
1340
- - Update to latest classnames package
1523
+ - Update to latest classnames package
1341
1524
 
1342
1525
  ## 2.15.6
1526
+
1343
1527
  Wed, 26 May 2021 15:55:19 GMT
1344
1528
 
1345
1529
  _Version update only_
1346
1530
 
1347
1531
  ## 2.15.5
1532
+
1348
1533
  Thu, 20 May 2021 15:06:26 GMT
1349
1534
 
1350
1535
  ### Updates
@@ -1352,11 +1537,13 @@ Thu, 20 May 2021 15:06:26 GMT
1352
1537
  - Remove framework version condition from floatWidget and dockWidget. This was causing problems in the sample showcase.
1353
1538
 
1354
1539
  ## 2.15.4
1540
+
1355
1541
  Tue, 18 May 2021 21:59:07 GMT
1356
1542
 
1357
1543
  _Version update only_
1358
1544
 
1359
1545
  ## 2.15.3
1546
+
1360
1547
  Mon, 17 May 2021 13:31:38 GMT
1361
1548
 
1362
1549
  ### Updates
@@ -1364,16 +1551,19 @@ Mon, 17 May 2021 13:31:38 GMT
1364
1551
  - Clean up styling in StatusBar.css
1365
1552
 
1366
1553
  ## 2.15.2
1554
+
1367
1555
  Wed, 12 May 2021 18:08:13 GMT
1368
1556
 
1369
1557
  _Version update only_
1370
1558
 
1371
1559
  ## 2.15.1
1560
+
1372
1561
  Wed, 05 May 2021 13:18:31 GMT
1373
1562
 
1374
1563
  _Version update only_
1375
1564
 
1376
1565
  ## 2.15.0
1566
+
1377
1567
  Fri, 30 Apr 2021 12:36:58 GMT
1378
1568
 
1379
1569
  ### Updates
@@ -1386,6 +1576,7 @@ Fri, 30 Apr 2021 12:36:58 GMT
1386
1576
  - Publish APIs used bu iTwinViewer.
1387
1577
 
1388
1578
  ## 2.14.4
1579
+
1389
1580
  Thu, 22 Apr 2021 21:07:34 GMT
1390
1581
 
1391
1582
  ### Updates
@@ -1393,6 +1584,7 @@ Thu, 22 Apr 2021 21:07:34 GMT
1393
1584
  - Update to get activeViewPort by monitoring ContentViewManager.onActiveContentChangedEvent this eliminates issue where ViewManager active viewport changes occur before all UI components are mounted and listening.
1394
1585
 
1395
1586
  ## 2.14.3
1587
+
1396
1588
  Thu, 15 Apr 2021 15:13:16 GMT
1397
1589
 
1398
1590
  ### Updates
@@ -1400,6 +1592,7 @@ Thu, 15 Apr 2021 15:13:16 GMT
1400
1592
  - Cleanup statusbar styling to ensure items are centered and do not overflow area.
1401
1593
 
1402
1594
  ## 2.14.2
1595
+
1403
1596
  Thu, 08 Apr 2021 14:30:09 GMT
1404
1597
 
1405
1598
  ### Updates
@@ -1407,11 +1600,13 @@ Thu, 08 Apr 2021 14:30:09 GMT
1407
1600
  - Avoid getting into infinite render loop in CategoriesTree
1408
1601
 
1409
1602
  ## 2.14.1
1603
+
1410
1604
  Mon, 05 Apr 2021 16:28:00 GMT
1411
1605
 
1412
1606
  _Version update only_
1413
1607
 
1414
1608
  ## 2.14.0
1609
+
1415
1610
  Fri, 02 Apr 2021 13:18:42 GMT
1416
1611
 
1417
1612
  ### Updates
@@ -1429,13 +1624,14 @@ Fri, 02 Apr 2021 13:18:42 GMT
1429
1624
  - Fix ViewSelector so it reloads list of views when iModel prop is updated.
1430
1625
 
1431
1626
  ## 2.13.0
1627
+
1432
1628
  Tue, 09 Mar 2021 20:28:13 GMT
1433
1629
 
1434
1630
  ### Updates
1435
1631
 
1436
1632
  - Add functions to clear the Hide/Isolate for Models and Categories
1437
1633
  - Upgrade react-resize-detector to avoid lodash security vulnerability
1438
- - Fix solar timeline component so that sunTime is properly set for project location.
1634
+ - Fix solar timeline component so that sunTime is properly set for project location.
1439
1635
  - Document uiSettings in ToolAssistanceField
1440
1636
  - Fix stateFunction for clear hide/isolate/emphasize tool that is used in UI 1.0.
1441
1637
  - Updated to use TypeScript 4.1
@@ -1448,21 +1644,25 @@ Tue, 09 Mar 2021 20:28:13 GMT
1448
1644
  - begin rename project from iModel.js to iTwin.js
1449
1645
 
1450
1646
  ## 2.12.3
1647
+
1451
1648
  Mon, 08 Mar 2021 15:32:00 GMT
1452
1649
 
1453
1650
  _Version update only_
1454
1651
 
1455
1652
  ## 2.12.2
1653
+
1456
1654
  Wed, 03 Mar 2021 18:48:53 GMT
1457
1655
 
1458
1656
  _Version update only_
1459
1657
 
1460
1658
  ## 2.12.1
1659
+
1461
1660
  Tue, 23 Feb 2021 20:54:45 GMT
1462
1661
 
1463
1662
  _Version update only_
1464
1663
 
1465
1664
  ## 2.12.0
1665
+
1466
1666
  Thu, 18 Feb 2021 22:10:13 GMT
1467
1667
 
1468
1668
  ### Updates
@@ -1478,11 +1678,13 @@ Thu, 18 Feb 2021 22:10:13 GMT
1478
1678
  - Update remaining syncEventId checks to be case insensitive.
1479
1679
 
1480
1680
  ## 2.11.2
1681
+
1481
1682
  Thu, 18 Feb 2021 02:50:59 GMT
1482
1683
 
1483
1684
  _Version update only_
1484
1685
 
1485
1686
  ## 2.11.1
1687
+
1486
1688
  Thu, 04 Feb 2021 17:22:41 GMT
1487
1689
 
1488
1690
  ### Updates
@@ -1490,11 +1692,12 @@ Thu, 04 Feb 2021 17:22:41 GMT
1490
1692
  - Updated ModelsTree rulesets to better handle updates.
1491
1693
 
1492
1694
  ## 2.11.0
1695
+
1493
1696
  Thu, 28 Jan 2021 13:39:27 GMT
1494
1697
 
1495
1698
  ### Updates
1496
1699
 
1497
- - Update components that support providing refs via React.forwardRef to work better with document generation.
1700
+ - Update components that support providing refs via React.forwardRef to work better with document generation.
1498
1701
  - Fix backstage not updating when props.items are updated.
1499
1702
  - Propagate isDisabled MenuItem property to ContextMenuItem disabled property
1500
1703
  - Added partially visible instances support to VisibilityHandler
@@ -1506,21 +1709,25 @@ Thu, 28 Jan 2021 13:39:27 GMT
1506
1709
  - Update to latest react-dnd version.
1507
1710
 
1508
1711
  ## 2.10.3
1712
+
1509
1713
  Fri, 08 Jan 2021 18:34:03 GMT
1510
1714
 
1511
1715
  _Version update only_
1512
1716
 
1513
1717
  ## 2.10.2
1718
+
1514
1719
  Fri, 08 Jan 2021 14:52:02 GMT
1515
1720
 
1516
1721
  _Version update only_
1517
1722
 
1518
1723
  ## 2.10.1
1724
+
1519
1725
  Tue, 22 Dec 2020 00:53:38 GMT
1520
1726
 
1521
1727
  _Version update only_
1522
1728
 
1523
1729
  ## 2.10.0
1730
+
1524
1731
  Fri, 18 Dec 2020 18:24:01 GMT
1525
1732
 
1526
1733
  ### Updates
@@ -1533,53 +1740,63 @@ Fri, 18 Dec 2020 18:24:01 GMT
1533
1740
  - Disable pointer events in overlay of default view overlay.
1534
1741
 
1535
1742
  ## 2.9.9
1743
+
1536
1744
  Sun, 13 Dec 2020 19:00:03 GMT
1537
1745
 
1538
1746
  _Version update only_
1539
1747
 
1540
1748
  ## 2.9.8
1749
+
1541
1750
  Fri, 11 Dec 2020 02:57:36 GMT
1542
1751
 
1543
1752
  _Version update only_
1544
1753
 
1545
1754
  ## 2.9.7
1755
+
1546
1756
  Wed, 09 Dec 2020 20:58:23 GMT
1547
1757
 
1548
1758
  _Version update only_
1549
1759
 
1550
1760
  ## 2.9.6
1761
+
1551
1762
  Mon, 07 Dec 2020 18:40:48 GMT
1552
1763
 
1553
1764
  _Version update only_
1554
1765
 
1555
1766
  ## 2.9.5
1767
+
1556
1768
  Sat, 05 Dec 2020 01:55:56 GMT
1557
1769
 
1558
1770
  _Version update only_
1559
1771
 
1560
1772
  ## 2.9.4
1773
+
1561
1774
  Wed, 02 Dec 2020 20:55:40 GMT
1562
1775
 
1563
1776
  _Version update only_
1564
1777
 
1565
1778
  ## 2.9.3
1779
+
1566
1780
  Mon, 23 Nov 2020 20:57:56 GMT
1567
1781
 
1568
1782
  _Version update only_
1569
1783
 
1570
1784
  ## 2.9.2
1785
+
1571
1786
  Mon, 23 Nov 2020 15:33:50 GMT
1572
1787
 
1573
1788
  _Version update only_
1574
1789
 
1575
1790
  ## 2.9.1
1791
+
1576
1792
  Thu, 19 Nov 2020 17:03:42 GMT
1577
1793
 
1578
1794
  ### Updates
1579
1795
 
1580
- - Revert width change to EnumEditor component instead set width to auto only for docked tool settings.
1796
+ - Revert width change to EnumEditor component instead set width to auto only for docked tool settings.
1581
1797
 
1582
1798
  ## 2.9.0
1799
+
1583
1800
  Wed, 18 Nov 2020 16:01:50 GMT
1584
1801
 
1585
1802
  ### Updates
@@ -1596,11 +1813,13 @@ Wed, 18 Nov 2020 16:01:50 GMT
1596
1813
  - Respect WidgetState.Hidden when rendering widget tabs.
1597
1814
 
1598
1815
  ## 2.8.1
1816
+
1599
1817
  Tue, 03 Nov 2020 00:33:56 GMT
1600
1818
 
1601
1819
  _Version update only_
1602
1820
 
1603
1821
  ## 2.8.0
1822
+
1604
1823
  Fri, 23 Oct 2020 17:04:02 GMT
1605
1824
 
1606
1825
  ### Updates
@@ -1610,36 +1829,43 @@ Fri, 23 Oct 2020 17:04:02 GMT
1610
1829
  - Upgraded react-split-pane to 0.1.92
1611
1830
 
1612
1831
  ## 2.7.6
1832
+
1613
1833
  Wed, 11 Nov 2020 16:28:23 GMT
1614
1834
 
1615
1835
  _Version update only_
1616
1836
 
1617
1837
  ## 2.7.5
1838
+
1618
1839
  Fri, 23 Oct 2020 16:23:51 GMT
1619
1840
 
1620
1841
  _Version update only_
1621
1842
 
1622
1843
  ## 2.7.4
1844
+
1623
1845
  Mon, 19 Oct 2020 17:57:02 GMT
1624
1846
 
1625
1847
  _Version update only_
1626
1848
 
1627
1849
  ## 2.7.3
1850
+
1628
1851
  Wed, 14 Oct 2020 17:00:59 GMT
1629
1852
 
1630
1853
  _Version update only_
1631
1854
 
1632
1855
  ## 2.7.2
1856
+
1633
1857
  Tue, 13 Oct 2020 18:20:39 GMT
1634
1858
 
1635
1859
  _Version update only_
1636
1860
 
1637
1861
  ## 2.7.1
1862
+
1638
1863
  Thu, 08 Oct 2020 13:04:35 GMT
1639
1864
 
1640
1865
  _Version update only_
1641
1866
 
1642
1867
  ## 2.7.0
1868
+
1643
1869
  Fri, 02 Oct 2020 18:03:32 GMT
1644
1870
 
1645
1871
  ### Updates
@@ -1654,11 +1880,13 @@ Fri, 02 Oct 2020 18:03:32 GMT
1654
1880
  - Add telemetry to ui-framework.
1655
1881
 
1656
1882
  ## 2.6.5
1883
+
1657
1884
  Sat, 26 Sep 2020 16:06:34 GMT
1658
1885
 
1659
1886
  _Version update only_
1660
1887
 
1661
1888
  ## 2.6.4
1889
+
1662
1890
  Tue, 22 Sep 2020 17:40:07 GMT
1663
1891
 
1664
1892
  ### Updates
@@ -1666,26 +1894,30 @@ Tue, 22 Sep 2020 17:40:07 GMT
1666
1894
  - Do not render empty stage panel when frontstage changes.
1667
1895
 
1668
1896
  ## 2.6.3
1897
+
1669
1898
  Mon, 21 Sep 2020 14:47:10 GMT
1670
1899
 
1671
1900
  _Version update only_
1672
1901
 
1673
1902
  ## 2.6.2
1903
+
1674
1904
  Mon, 21 Sep 2020 13:07:45 GMT
1675
1905
 
1676
1906
  _Version update only_
1677
1907
 
1678
1908
  ## 2.6.1
1909
+
1679
1910
  Fri, 18 Sep 2020 13:15:09 GMT
1680
1911
 
1681
1912
  _Version update only_
1682
1913
 
1683
1914
  ## 2.6.0
1915
+
1684
1916
  Thu, 17 Sep 2020 13:16:12 GMT
1685
1917
 
1686
1918
  ### Updates
1687
1919
 
1688
- - Add support for a feature flag to control the display of the keyin palette.
1920
+ - Add support for a feature flag to control the display of the keyin palette.
1689
1921
  - BadgeType support for Backstage items
1690
1922
  - add itemsChanged handler so that items provided can be conditionally hidden
1691
1923
  - Lower case syncEventIds prior to comparison
@@ -1705,6 +1937,7 @@ Thu, 17 Sep 2020 13:16:12 GMT
1705
1937
  - Deny tool settings tab from docking to top panel target.
1706
1938
 
1707
1939
  ## 2.5.5
1940
+
1708
1941
  Wed, 02 Sep 2020 17:42:23 GMT
1709
1942
 
1710
1943
  ### Updates
@@ -1712,6 +1945,7 @@ Wed, 02 Sep 2020 17:42:23 GMT
1712
1945
  - Update rxjs dependency version to `^6.6.2`
1713
1946
 
1714
1947
  ## 2.5.4
1948
+
1715
1949
  Fri, 28 Aug 2020 15:34:16 GMT
1716
1950
 
1717
1951
  ### Updates
@@ -1719,21 +1953,25 @@ Fri, 28 Aug 2020 15:34:16 GMT
1719
1953
  - Show duplicate target partitions in ModelsTree
1720
1954
 
1721
1955
  ## 2.5.3
1956
+
1722
1957
  Wed, 26 Aug 2020 11:46:00 GMT
1723
1958
 
1724
1959
  _Version update only_
1725
1960
 
1726
1961
  ## 2.5.2
1962
+
1727
1963
  Tue, 25 Aug 2020 22:09:08 GMT
1728
1964
 
1729
1965
  _Version update only_
1730
1966
 
1731
1967
  ## 2.5.1
1968
+
1732
1969
  Mon, 24 Aug 2020 18:13:04 GMT
1733
1970
 
1734
1971
  _Version update only_
1735
1972
 
1736
1973
  ## 2.5.0
1974
+
1737
1975
  Thu, 20 Aug 2020 20:57:10 GMT
1738
1976
 
1739
1977
  ### Updates
@@ -1753,11 +1991,13 @@ Thu, 20 Aug 2020 20:57:10 GMT
1753
1991
  - Update to @bentley/react-scripts@3.4.2
1754
1992
 
1755
1993
  ## 2.4.2
1994
+
1756
1995
  Fri, 14 Aug 2020 16:34:09 GMT
1757
1996
 
1758
1997
  _Version update only_
1759
1998
 
1760
1999
  ## 2.4.1
2000
+
1761
2001
  Fri, 07 Aug 2020 19:57:43 GMT
1762
2002
 
1763
2003
  ### Updates
@@ -1765,6 +2005,7 @@ Fri, 07 Aug 2020 19:57:43 GMT
1765
2005
  - add missing rbac-client dep
1766
2006
 
1767
2007
  ## 2.4.0
2008
+
1768
2009
  Tue, 28 Jul 2020 16:26:24 GMT
1769
2010
 
1770
2011
  ### Updates
@@ -1778,21 +2019,25 @@ Tue, 28 Jul 2020 16:26:24 GMT
1778
2019
  - Remove not found widget tabs when restoring layout.
1779
2020
 
1780
2021
  ## 2.3.3
2022
+
1781
2023
  Thu, 23 Jul 2020 12:57:15 GMT
1782
2024
 
1783
2025
  _Version update only_
1784
2026
 
1785
2027
  ## 2.3.2
2028
+
1786
2029
  Tue, 14 Jul 2020 23:50:36 GMT
1787
2030
 
1788
2031
  _Version update only_
1789
2032
 
1790
2033
  ## 2.3.1
2034
+
1791
2035
  Mon, 13 Jul 2020 18:50:14 GMT
1792
2036
 
1793
2037
  _Version update only_
1794
2038
 
1795
2039
  ## 2.3.0
2040
+
1796
2041
  Fri, 10 Jul 2020 17:23:14 GMT
1797
2042
 
1798
2043
  ### Updates
@@ -1808,6 +2053,7 @@ Fri, 10 Jul 2020 17:23:14 GMT
1808
2053
  - Enable WidgetDef.setLabel() in 2.0 mode.
1809
2054
 
1810
2055
  ## 2.2.1
2056
+
1811
2057
  Tue, 07 Jul 2020 14:44:52 GMT
1812
2058
 
1813
2059
  ### Updates
@@ -1815,6 +2061,7 @@ Tue, 07 Jul 2020 14:44:52 GMT
1815
2061
  - Fix setWidgetState edge case where widget stays open w/o active tab.
1816
2062
 
1817
2063
  ## 2.2.0
2064
+
1818
2065
  Fri, 19 Jun 2020 14:10:03 GMT
1819
2066
 
1820
2067
  ### Updates
@@ -1836,12 +2083,13 @@ Fri, 19 Jun 2020 14:10:03 GMT
1836
2083
  - Added ViewStateProp & support for obtaining ViewState from function in ViewportComponent and IModelViewportControl
1837
2084
 
1838
2085
  ## 2.1.0
2086
+
1839
2087
  Thu, 28 May 2020 22:48:59 GMT
1840
2088
 
1841
2089
  ### Updates
1842
2090
 
1843
2091
  - Add missing @itwin/core-markup peerDependency
1844
- - Add commandItemDef to clearHiddenIsolatedEmphasized elements.
2092
+ - Add commandItemDef to clearHiddenIsolatedEmphasized elements.
1845
2093
  - Fix z-index of Modeless dialogs.
1846
2094
  - Address React warnings about deprecated methods.
1847
2095
  - Make methods in HideIsolateEmphasizeManager static so they can be called by other packages.
@@ -1857,6 +2105,7 @@ Thu, 28 May 2020 22:48:59 GMT
1857
2105
  - Do not display camera tool if 3D view does not support camera.
1858
2106
 
1859
2107
  ## 2.0.0
2108
+
1860
2109
  Wed, 06 May 2020 13:17:49 GMT
1861
2110
 
1862
2111
  ### Updates
@@ -1871,7 +2120,7 @@ Wed, 06 May 2020 13:17:49 GMT
1871
2120
  - Removed @deprecated APIs from ui-framework & ui-core and updated NextVersion.md
1872
2121
  - Rename some new widget classes and deprecate classes we don't want user to continue to use.
1873
2122
  - Fix to properly initialize enable/disable state of toolsettings editor based on lock property.
1874
- - Fix bug where toolbar buttons did not show expand arrow on custom button when not in 'DragInteraction' mode. Fix display of key-in browser 1.0 UI.
2123
+ - Fix bug where toolbar buttons did not show expand arrow on custom button when not in 'DragInteraction' mode. Fix display of key-in browser 1.0 UI.
1875
2124
  - Call FrontstageDef.setActiveViewFromViewport when viewport is available to ensure activeContent is properly set.
1876
2125
  - Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
1877
2126
  - Fix type in ToolSettingsGridProps name
@@ -1882,7 +2131,7 @@ Wed, 06 May 2020 13:17:49 GMT
1882
2131
  - react to renaming of imodeljs-clients
1883
2132
  - Moved KeyinBrowser component to @beta for 2.0
1884
2133
  - Using center of Messages indicator as target. Added CSS classname overrides to StatusBarComposer for sections. UI 2.0 color tweaks.
1885
- - Fixed FrontendAuthorizationClient type guard.
2134
+ - Fixed FrontendAuthorizationClient type guard.
1886
2135
  - Update GroupButton definition to use ReadonlyArray for child items.
1887
2136
  - Modal Frontstage styling
1888
2137
  - Ui 2.0 - Blur the toolbar item background
@@ -1890,14 +2139,14 @@ Wed, 06 May 2020 13:17:49 GMT
1890
2139
  - Renamed OIDC constructs for consistency; Removed SAML support.
1891
2140
  - Fixed popup location when passing htmlElement to UiAdmin functions
1892
2141
  - Clean up deprecated APIs
1893
- - Hide stage panel when panel state is off.
2142
+ - Hide stage panel when panel state is off.
1894
2143
  - Added ability to customize selection handling in VisibilityWidget's Models tree
1895
2144
  - Made React functional component specifications consistent across UI packages
1896
2145
  - Slider component tooltipBelow prop & tooltip styling
1897
2146
  - Added API in MessageManager to display either a Toast or Sticky message using React components.
1898
2147
  - react to new clients packages from imodeljs-clients
1899
2148
  - Remove comment text shown in render function.
1900
- - Updates to remove need for svg-sprite-loader, use default CRA svgr loader instead.
2149
+ - Updates to remove need for svg-sprite-loader, use default CRA svgr loader instead.
1901
2150
  - For consistency add reactNode getters/setters and deprecate use of reactElement.
1902
2151
  - Revert back to using svg-sprite-loader and sprite resourceQuery.
1903
2152
  - Upgrade to Rush 5.23.2
@@ -1937,7 +2186,7 @@ Wed, 06 May 2020 13:17:49 GMT
1937
2186
  - Ability to switch to 9-Zone 2.0
1938
2187
  - Refactor to remove duplicate ComponentGenerator instantiation. Rename file and components to remove React reference.
1939
2188
  - Update auto-generated dialog items to work with the Tool Settings Bar.
1940
- - Moved Property classes and interfaces to ui-abstract package. Created a "DefaultDialogGridContainer" to turn specifications from abstract DialogItems UI into React components.
2189
+ - Moved Property classes and interfaces to ui-abstract package. Created a "DefaultDialogGridContainer" to turn specifications from abstract DialogItems UI into React components.
1941
2190
  - Refactor DefaultToolSettingsProvider to use DialogItemsManager and remove duplicate code.
1942
2191
  - Fix Indicator to properly load SVG icons.
1943
2192
  - Refactor DefaultToolSettingsProvider to use the DialogItem interfaces in place of ToolSettings classes.
@@ -1950,11 +2199,13 @@ Wed, 06 May 2020 13:17:49 GMT
1950
2199
  - Add support for Horizontal Tool Settings container
1951
2200
 
1952
2201
  ## 1.14.1
2202
+
1953
2203
  Wed, 22 Apr 2020 19:04:00 GMT
1954
2204
 
1955
2205
  _Version update only_
1956
2206
 
1957
2207
  ## 1.14.0
2208
+
1958
2209
  Tue, 31 Mar 2020 15:44:19 GMT
1959
2210
 
1960
2211
  ### Updates
@@ -1962,6 +2213,7 @@ Tue, 31 Mar 2020 15:44:19 GMT
1962
2213
  - Models Tree: Fix non-geometric models being used when changing subject's display
1963
2214
 
1964
2215
  ## 1.13.0
2216
+
1965
2217
  Wed, 04 Mar 2020 16:16:31 GMT
1966
2218
 
1967
2219
  ### Updates
@@ -1971,6 +2223,7 @@ Wed, 04 Mar 2020 16:16:31 GMT
1971
2223
  - Updated ModelTree ruleset to use RelationshipPathSpecification
1972
2224
 
1973
2225
  ## 1.12.0
2226
+
1974
2227
  Wed, 12 Feb 2020 17:45:50 GMT
1975
2228
 
1976
2229
  ### Updates
@@ -1981,6 +2234,7 @@ Wed, 12 Feb 2020 17:45:50 GMT
1981
2234
  - Added UiAdmin.showHTMLElement to show information & graphics for markers
1982
2235
 
1983
2236
  ## 1.11.0
2237
+
1984
2238
  Wed, 22 Jan 2020 19:24:12 GMT
1985
2239
 
1986
2240
  ### Updates
@@ -1990,6 +2244,7 @@ Wed, 22 Jan 2020 19:24:12 GMT
1990
2244
  - Cube navigation aid touch events fix.
1991
2245
 
1992
2246
  ## 1.10.0
2247
+
1993
2248
  Tue, 07 Jan 2020 19:44:01 GMT
1994
2249
 
1995
2250
  ### Updates
@@ -2001,13 +2256,14 @@ Tue, 07 Jan 2020 19:44:01 GMT
2001
2256
  - Fix for nine-zone sample app not displaying backstage items.
2002
2257
 
2003
2258
  ## 1.9.0
2259
+
2004
2260
  Tue, 10 Dec 2019 18:08:56 GMT
2005
2261
 
2006
2262
  ### Updates
2007
2263
 
2008
2264
  - Add useActiveIModelConnection hook.
2009
2265
  - Allow setting App Iconspec.
2010
- - Setup OidcDesktopClient for Electron use cases.
2266
+ - Setup OidcDesktopClient for Electron use cases.
2011
2267
  - Fix styling of footer Indicator to work with Themes.
2012
2268
  - Disallow plugins from adding tools anywhere but the end of a toolbar.
2013
2269
  - [ModelsTree] Merge same-label Subject nodes to avoid duplication
@@ -2026,7 +2282,7 @@ Tue, 10 Dec 2019 18:08:56 GMT
2026
2282
  - Use exhaustive-deps linter rule.
2027
2283
  - Ability to opt-in to toolbar drag interaction.
2028
2284
  - Prevent unnecessary resubscribe in useActiveViewport hook.
2029
- - Visibility Widget: Treat dictionary model as never private in Categories tree.
2285
+ - Visibility Widget: Treat dictionary model as never private in Categories tree.
2030
2286
  - Ability to specify initialWidth for Zone component.
2031
2287
  - Removed unused React state variables. Removed unsupported setState calls from render() methods.
2032
2288
  - Code cleanup based on code analysis report from lgtm. Updated status field fade-in/out animation.
@@ -2034,6 +2290,7 @@ Tue, 10 Dec 2019 18:08:56 GMT
2034
2290
  - Added ConditionalField and FooterModeField components. StatusBar responsive changes.
2035
2291
 
2036
2292
  ## 1.8.0
2293
+
2037
2294
  Fri, 22 Nov 2019 14:03:34 GMT
2038
2295
 
2039
2296
  ### Updates
@@ -2056,6 +2313,7 @@ Fri, 22 Nov 2019 14:03:34 GMT
2056
2313
  - Update TileRendering StatusField width.
2057
2314
 
2058
2315
  ## 1.7.0
2316
+
2059
2317
  Fri, 01 Nov 2019 13:28:37 GMT
2060
2318
 
2061
2319
  ### Updates
@@ -2085,6 +2343,7 @@ Fri, 01 Nov 2019 13:28:37 GMT
2085
2343
  - Removed unused package
2086
2344
 
2087
2345
  ## 1.6.0
2346
+
2088
2347
  Wed, 09 Oct 2019 20:28:43 GMT
2089
2348
 
2090
2349
  ### Updates
@@ -2098,6 +2357,7 @@ Wed, 09 Oct 2019 20:28:43 GMT
2098
2357
  - Ignore widgetDef state in WidgetContentRenderer of tool settings.
2099
2358
 
2100
2359
  ## 1.5.0
2360
+
2101
2361
  Mon, 30 Sep 2019 22:28:48 GMT
2102
2362
 
2103
2363
  ### Updates
@@ -2130,6 +2390,7 @@ Mon, 30 Sep 2019 22:28:48 GMT
2130
2390
  - Make components aware of safe area insets.
2131
2391
 
2132
2392
  ## 1.4.0
2393
+
2133
2394
  Tue, 10 Sep 2019 12:09:49 GMT
2134
2395
 
2135
2396
  ### Updates
@@ -2145,6 +2406,7 @@ Tue, 10 Sep 2019 12:09:49 GMT
2145
2406
  - Visibility Component: Preserve active tree state by saving and restoring scroll position
2146
2407
 
2147
2408
  ## 1.3.0
2409
+
2148
2410
  Tue, 13 Aug 2019 20:25:53 GMT
2149
2411
 
2150
2412
  ### Updates
@@ -2178,6 +2440,7 @@ Tue, 13 Aug 2019 20:25:53 GMT
2178
2440
  - Update to latest icon package version.
2179
2441
 
2180
2442
  ## 1.2.0
2443
+
2181
2444
  Wed, 24 Jul 2019 11:47:26 GMT
2182
2445
 
2183
2446
  ### Updates
@@ -2203,6 +2466,7 @@ Wed, 24 Jul 2019 11:47:26 GMT
2203
2466
  - React to ui-ninezone changes.
2204
2467
 
2205
2468
  ## 1.1.0
2469
+
2206
2470
  Mon, 01 Jul 2019 19:04:29 GMT
2207
2471
 
2208
2472
  ### Updates
@@ -2218,7 +2482,7 @@ Mon, 01 Jul 2019 19:04:29 GMT
2218
2482
  - Removed 4 dangerouslySetInnerHtml usages to help with Security audit; 3 remain on purpose.
2219
2483
  - Save & Restore View Layouts
2220
2484
  - Force toolsettings to refresh when a tool is started even if new toolId is same as active toolId.
2221
- - Added *.svg to .npmignore file
2485
+ - Added \*.svg to .npmignore file
2222
2486
  - Fix issue where cached tool settings values in UI would get out of sync with actual values in tool.
2223
2487
  - Update to TypeScript 3.5
2224
2488
  - Fix model selector view sync problem
@@ -2234,6 +2498,7 @@ Mon, 01 Jul 2019 19:04:29 GMT
2234
2498
  - Added ViewSelector.updateShowSettings to control which view types are displayed
2235
2499
 
2236
2500
  ## 1.0.0
2501
+
2237
2502
  Mon, 03 Jun 2019 18:09:39 GMT
2238
2503
 
2239
2504
  ### Updates
@@ -2250,7 +2515,7 @@ Mon, 03 Jun 2019 18:09:39 GMT
2250
2515
  - Release tag cleanup and ui-framework unit tests
2251
2516
  - Updated UI package release tags for 1.0 release.
2252
2517
  - Fixed release tag warnings in UI packages
2253
- - Removed use of OidcClientWrapper.
2518
+ - Removed use of OidcClientWrapper.
2254
2519
  - Remove console log message output by SyncUiEventDispatcher. Add Logging.
2255
2520
  - Changed some release tags from @hidden to @internal
2256
2521
  - Add alpha level support for solar timeline
@@ -2265,6 +2530,7 @@ Mon, 03 Jun 2019 18:09:39 GMT
2265
2530
  - Added ViewSelectorChangedEvent
2266
2531
 
2267
2532
  ## 0.191.0
2533
+
2268
2534
  Mon, 13 May 2019 15:52:05 GMT
2269
2535
 
2270
2536
  ### Updates
@@ -2297,16 +2563,16 @@ Mon, 13 May 2019 15:52:05 GMT
2297
2563
  - Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
2298
2564
  - Require React & React-dom 16.8
2299
2565
  - Remove IModelApp subclasses
2300
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
2566
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
2301
2567
  - Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
2302
- - Minimized serialization/deserialization costs when round tripping SAML based AccessToken-s.
2568
+ - Minimized serialization/deserialization costs when round tripping SAML based AccessToken-s.
2303
2569
  - Rename AppState to SessionState to avoid collision with actual App's state. Add AvailableSectionScopes to SessionState.
2304
2570
  - Move SelectionScope status field from test app to ui-framework. Update icons-generic-webfont version to latest available.
2305
2571
  - Remove need to sync SelectionMethod since it is not changed within tool code.
2306
2572
  - Move timeline components from ui-test-app to ui-components package
2307
2573
  - Tool Settings: removed minimize tab, added min to title bar, styled title
2308
2574
  - Auto close popups when clicking outside.
2309
- - Return ruleset promises in Category/Model picker _initialize()
2575
+ - Return ruleset promises in Category/Model picker \_initialize()
2310
2576
  - Use GlobalContextMenu in category picker and modify to better follow UX standards.
2311
2577
  - Added ui-framework release tags and common/api/ui-framework.api.md
2312
2578
  - UI documentation - added to Learning section
@@ -2335,6 +2601,7 @@ Mon, 13 May 2019 15:52:05 GMT
2335
2601
  - Changed props for CubeRotationChangeEvents
2336
2602
 
2337
2603
  ## 0.190.0
2604
+
2338
2605
  Thu, 14 Mar 2019 14:26:49 GMT
2339
2606
 
2340
2607
  ### Updates
@@ -2349,6 +2616,7 @@ Thu, 14 Mar 2019 14:26:49 GMT
2349
2616
  - Add models visibility tree
2350
2617
 
2351
2618
  ## 0.189.0
2619
+
2352
2620
  Wed, 06 Mar 2019 15:41:22 GMT
2353
2621
 
2354
2622
  ### Updates
@@ -2395,16 +2663,19 @@ Wed, 06 Mar 2019 15:41:22 GMT
2395
2663
  - WIP: ViewportComponent unit tests. Removed imodeljs-clients-backend dependency from ui-framework
2396
2664
 
2397
2665
  ## 0.188.0
2666
+
2398
2667
  Wed, 16 Jan 2019 16:36:09 GMT
2399
2668
 
2400
2669
  _Version update only_
2401
2670
 
2402
2671
  ## 0.187.0
2672
+
2403
2673
  Tue, 15 Jan 2019 15:18:59 GMT
2404
2674
 
2405
2675
  _Version update only_
2406
2676
 
2407
2677
  ## 0.186.0
2678
+
2408
2679
  Mon, 14 Jan 2019 23:09:10 GMT
2409
2680
 
2410
2681
  ### Updates
@@ -2413,11 +2684,13 @@ Mon, 14 Jan 2019 23:09:10 GMT
2413
2684
  - Add Status Field to show selection count
2414
2685
 
2415
2686
  ## 0.185.0
2687
+
2416
2688
  Fri, 11 Jan 2019 18:29:00 GMT
2417
2689
 
2418
2690
  _Version update only_
2419
2691
 
2420
2692
  ## 0.184.0
2693
+
2421
2694
  Thu, 10 Jan 2019 22:46:17 GMT
2422
2695
 
2423
2696
  ### Updates
@@ -2429,11 +2702,13 @@ Thu, 10 Jan 2019 22:46:17 GMT
2429
2702
  - Renamed connection getter to imodel
2430
2703
 
2431
2704
  ## 0.183.0
2705
+
2432
2706
  Mon, 07 Jan 2019 21:49:21 GMT
2433
2707
 
2434
2708
  _Version update only_
2435
2709
 
2436
2710
  ## 0.182.0
2711
+
2437
2712
  Mon, 07 Jan 2019 13:31:34 GMT
2438
2713
 
2439
2714
  ### Updates
@@ -2441,6 +2716,7 @@ Mon, 07 Jan 2019 13:31:34 GMT
2441
2716
  - Do not show SubCategory if it has no siblings
2442
2717
 
2443
2718
  ## 0.181.0
2719
+
2444
2720
  Fri, 04 Jan 2019 13:02:40 GMT
2445
2721
 
2446
2722
  ### Updates
@@ -2448,11 +2724,13 @@ Fri, 04 Jan 2019 13:02:40 GMT
2448
2724
  - Add SyncUi support for ConfigurableUi controls.
2449
2725
 
2450
2726
  ## 0.180.0
2727
+
2451
2728
  Wed, 02 Jan 2019 15:18:23 GMT
2452
2729
 
2453
2730
  _Version update only_
2454
2731
 
2455
2732
  ## 0.179.0
2733
+
2456
2734
  Wed, 19 Dec 2018 18:26:14 GMT
2457
2735
 
2458
2736
  ### Updates
@@ -2462,6 +2740,7 @@ Wed, 19 Dec 2018 18:26:14 GMT
2462
2740
  - Fix model selector to only show non-private spatial models
2463
2741
 
2464
2742
  ## 0.178.0
2743
+
2465
2744
  Thu, 13 Dec 2018 22:06:10 GMT
2466
2745
 
2467
2746
  ### Updates
@@ -2470,6 +2749,7 @@ Thu, 13 Dec 2018 22:06:10 GMT
2470
2749
  - Fix tool panel alignment issue.
2471
2750
 
2472
2751
  ## 0.177.0
2752
+
2473
2753
  Wed, 12 Dec 2018 17:21:32 GMT
2474
2754
 
2475
2755
  ### Updates
@@ -2478,16 +2758,19 @@ Wed, 12 Dec 2018 17:21:32 GMT
2478
2758
  - Improved speed & smoothness of CubeNavigationAid. Made class names unique to fix documentation. UI Tree doc fixes.
2479
2759
 
2480
2760
  ## 0.176.0
2761
+
2481
2762
  Mon, 10 Dec 2018 21:19:45 GMT
2482
2763
 
2483
2764
  _Version update only_
2484
2765
 
2485
2766
  ## 0.175.0
2767
+
2486
2768
  Mon, 10 Dec 2018 17:08:55 GMT
2487
2769
 
2488
2770
  _Version update only_
2489
2771
 
2490
2772
  ## 0.174.0
2773
+
2491
2774
  Mon, 10 Dec 2018 13:24:09 GMT
2492
2775
 
2493
2776
  ### Updates
@@ -2495,6 +2778,7 @@ Mon, 10 Dec 2018 13:24:09 GMT
2495
2778
  - Add SignIn and SignOut to the index file
2496
2779
 
2497
2780
  ## 0.173.0
2781
+
2498
2782
  Thu, 06 Dec 2018 22:03:29 GMT
2499
2783
 
2500
2784
  ### Updates
@@ -2504,6 +2788,7 @@ Thu, 06 Dec 2018 22:03:29 GMT
2504
2788
  - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
2505
2789
 
2506
2790
  ## 0.172.0
2791
+
2507
2792
  Tue, 04 Dec 2018 17:24:39 GMT
2508
2793
 
2509
2794
  ### Updates
@@ -2511,6 +2796,7 @@ Tue, 04 Dec 2018 17:24:39 GMT
2511
2796
  - Changed index file name to match package name, eliminate subdirectory index files, decrease usage of default exports, change imports to use other packages' index file.
2512
2797
 
2513
2798
  ## 0.171.0
2799
+
2514
2800
  Mon, 03 Dec 2018 18:52:58 GMT
2515
2801
 
2516
2802
  ### Updates
@@ -2519,6 +2805,7 @@ Mon, 03 Dec 2018 18:52:58 GMT
2519
2805
  - Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
2520
2806
 
2521
2807
  ## 0.170.0
2808
+
2522
2809
  Mon, 26 Nov 2018 19:38:42 GMT
2523
2810
 
2524
2811
  ### Updates
@@ -2526,6 +2813,7 @@ Mon, 26 Nov 2018 19:38:42 GMT
2526
2813
  - Fix to OIDC browser client.
2527
2814
 
2528
2815
  ## 0.169.0
2816
+
2529
2817
  Tue, 20 Nov 2018 16:17:15 GMT
2530
2818
 
2531
2819
  ### Updates
@@ -2533,6 +2821,7 @@ Tue, 20 Nov 2018 16:17:15 GMT
2533
2821
  - Include presentation rulesets in package
2534
2822
 
2535
2823
  ## 0.168.0
2824
+
2536
2825
  Sat, 17 Nov 2018 14:20:11 GMT
2537
2826
 
2538
2827
  ### Updates
@@ -2540,6 +2829,7 @@ Sat, 17 Nov 2018 14:20:11 GMT
2540
2829
  - Fixed OidcBrowserClient comparison of redirect path.
2541
2830
 
2542
2831
  ## 0.167.0
2832
+
2543
2833
  Fri, 16 Nov 2018 21:45:44 GMT
2544
2834
 
2545
2835
  ### Updates
@@ -2552,26 +2842,30 @@ Fri, 16 Nov 2018 21:45:44 GMT
2552
2842
  - ui-framework unit tests & docs
2553
2843
 
2554
2844
  ## 0.166.0
2845
+
2555
2846
  Mon, 12 Nov 2018 16:42:10 GMT
2556
2847
 
2557
2848
  _Version update only_
2558
2849
 
2559
2850
  ## 0.165.0
2851
+
2560
2852
  Mon, 12 Nov 2018 15:47:00 GMT
2561
2853
 
2562
2854
  _Version update only_
2563
2855
 
2564
2856
  ## 0.164.0
2857
+
2565
2858
  Thu, 08 Nov 2018 17:59:21 GMT
2566
2859
 
2567
2860
  ### Updates
2568
2861
 
2569
- - OIDC related enhancements (WIP).
2862
+ - OIDC related enhancements (WIP).
2570
2863
  - Updated to TypeScript 3.1
2571
2864
  - ui-core unit tests. Fixed backstage open issue.
2572
2865
  - Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
2573
2866
 
2574
2867
  ## 0.163.0
2868
+
2575
2869
  Wed, 31 Oct 2018 20:55:37 GMT
2576
2870
 
2577
2871
  ### Updates
@@ -2580,6 +2874,7 @@ Wed, 31 Oct 2018 20:55:37 GMT
2580
2874
  - Fixed ui-framework unit test
2581
2875
 
2582
2876
  ## 0.162.0
2877
+
2583
2878
  Wed, 24 Oct 2018 19:20:07 GMT
2584
2879
 
2585
2880
  ### Updates
@@ -2588,30 +2883,35 @@ Wed, 24 Oct 2018 19:20:07 GMT
2588
2883
  - Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
2589
2884
  - Ui Documentation
2590
2885
  - Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
2591
- - Added NotificationManager.isToolTipSupported so that we can avoid asking for tooltip message when _showToolTip isn't implemented by application.
2886
+ - Added NotificationManager.isToolTipSupported so that we can avoid asking for tooltip message when \_showToolTip isn't implemented by application.
2592
2887
  - Adding SyncUiEventDispatcher
2593
2888
 
2594
2889
  ## 0.161.0
2890
+
2595
2891
  Fri, 19 Oct 2018 13:04:14 GMT
2596
2892
 
2597
2893
  _Version update only_
2598
2894
 
2599
2895
  ## 0.160.0
2896
+
2600
2897
  Wed, 17 Oct 2018 18:18:38 GMT
2601
2898
 
2602
2899
  _Version update only_
2603
2900
 
2604
2901
  ## 0.159.0
2902
+
2605
2903
  Tue, 16 Oct 2018 14:09:09 GMT
2606
2904
 
2607
2905
  _Version update only_
2608
2906
 
2609
2907
  ## 0.158.0
2908
+
2610
2909
  Mon, 15 Oct 2018 19:36:09 GMT
2611
2910
 
2612
2911
  _Version update only_
2613
2912
 
2614
2913
  ## 0.157.0
2914
+
2615
2915
  Sun, 14 Oct 2018 17:20:06 GMT
2616
2916
 
2617
2917
  ### Updates
@@ -2619,9 +2919,9 @@ Sun, 14 Oct 2018 17:20:06 GMT
2619
2919
  - Fixing scripts for linux
2620
2920
 
2621
2921
  ## 0.156.0
2922
+
2622
2923
  Fri, 12 Oct 2018 23:00:10 GMT
2623
2924
 
2624
2925
  ### Updates
2625
2926
 
2626
2927
  - Initial release
2627
-