@itwin/core-react 4.1.0-dev.1 → 4.2.0-dev.1

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 (758) hide show
  1. package/CHANGELOG.md +1609 -1602
  2. package/ContributeGuidelines.md +99 -99
  3. package/LICENSE.md +9 -9
  4. package/README.md +11 -11
  5. package/lib/cjs/core-react/UiCore.d.ts.map +1 -1
  6. package/lib/cjs/core-react/UiCore.js +9 -5
  7. package/lib/cjs/core-react/UiCore.js.map +1 -1
  8. package/lib/cjs/core-react/_helpers.scss +9 -8
  9. package/lib/cjs/core-react/_scrollbar.scss +8 -4
  10. package/lib/cjs/core-react/_z-index.scss +15 -33
  11. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts +1 -1
  12. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts.map +1 -1
  13. package/lib/cjs/core-react/autosuggest/AutoSuggest.js +14 -15
  14. package/lib/cjs/core-react/autosuggest/AutoSuggest.js.map +1 -1
  15. package/lib/cjs/core-react/badge/Badge.d.ts +1 -1
  16. package/lib/cjs/core-react/badge/Badge.d.ts.map +1 -1
  17. package/lib/cjs/core-react/badge/Badge.js +3 -3
  18. package/lib/cjs/core-react/badge/Badge.js.map +1 -1
  19. package/lib/cjs/core-react/badge/BadgeUtilities.d.ts.map +1 -1
  20. package/lib/cjs/core-react/badge/BadgeUtilities.js +3 -3
  21. package/lib/cjs/core-react/badge/BadgeUtilities.js.map +1 -1
  22. package/lib/cjs/core-react/badge/BetaBadge.d.ts.map +1 -1
  23. package/lib/cjs/core-react/badge/BetaBadge.js +3 -3
  24. package/lib/cjs/core-react/badge/BetaBadge.js.map +1 -1
  25. package/lib/cjs/core-react/badge/NewBadge.d.ts.map +1 -1
  26. package/lib/cjs/core-react/badge/NewBadge.js +4 -4
  27. package/lib/cjs/core-react/badge/NewBadge.js.map +1 -1
  28. package/lib/cjs/core-react/base/Centered.js +3 -3
  29. package/lib/cjs/core-react/base/Centered.js.map +1 -1
  30. package/lib/cjs/core-react/base/Div.d.ts.map +1 -1
  31. package/lib/cjs/core-react/base/Div.js +3 -3
  32. package/lib/cjs/core-react/base/Div.js.map +1 -1
  33. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts.map +1 -1
  34. package/lib/cjs/core-react/base/DivWithOutsideClick.js +4 -4
  35. package/lib/cjs/core-react/base/DivWithOutsideClick.js.map +1 -1
  36. package/lib/cjs/core-react/base/FillCentered.js +3 -3
  37. package/lib/cjs/core-react/base/FillCentered.js.map +1 -1
  38. package/lib/cjs/core-react/base/FlexWrapContainer.js +3 -3
  39. package/lib/cjs/core-react/base/FlexWrapContainer.js.map +1 -1
  40. package/lib/cjs/core-react/base/Gap.d.ts.map +1 -1
  41. package/lib/cjs/core-react/base/Gap.js +4 -4
  42. package/lib/cjs/core-react/base/Gap.js.map +1 -1
  43. package/lib/cjs/core-react/base/PointerEvents.js +3 -3
  44. package/lib/cjs/core-react/base/PointerEvents.js.map +1 -1
  45. package/lib/cjs/core-react/base/ScrollView.js +3 -3
  46. package/lib/cjs/core-react/base/ScrollView.js.map +1 -1
  47. package/lib/cjs/core-react/base/classes.scss +24 -10
  48. package/lib/cjs/core-react/button/UnderlinedButton.d.ts.map +1 -1
  49. package/lib/cjs/core-react/button/UnderlinedButton.js +3 -3
  50. package/lib/cjs/core-react/button/UnderlinedButton.js.map +1 -1
  51. package/lib/cjs/core-react/button/UnderlinedButton.scss +4 -5
  52. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts.map +1 -1
  53. package/lib/cjs/core-react/checklistbox/CheckListBox.js +4 -4
  54. package/lib/cjs/core-react/checklistbox/CheckListBox.js.map +1 -1
  55. package/lib/cjs/core-react/checklistbox/CheckListBox.scss +4 -4
  56. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts +7 -7
  57. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts.map +1 -1
  58. package/lib/cjs/core-react/contextmenu/ContextMenu.js +42 -23
  59. package/lib/cjs/core-react/contextmenu/ContextMenu.js.map +1 -1
  60. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -1
  61. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js +3 -3
  62. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js.map +1 -1
  63. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts +1 -1
  64. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -1
  65. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js +3 -3
  66. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js.map +1 -1
  67. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts +1 -1
  68. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -1
  69. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js +16 -12
  70. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js.map +1 -1
  71. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts +2 -2
  72. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -1
  73. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js +37 -15
  74. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js.map +1 -1
  75. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -1
  76. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js +11 -7
  77. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js.map +1 -1
  78. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -1
  79. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js +3 -3
  80. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js.map +1 -1
  81. package/lib/cjs/core-react/contextmenu/TildeFinder.d.ts.map +1 -1
  82. package/lib/cjs/core-react/contextmenu/TildeFinder.js +15 -7
  83. package/lib/cjs/core-react/contextmenu/TildeFinder.js.map +1 -1
  84. package/lib/cjs/core-react/dialog/Dialog.d.ts +6 -5
  85. package/lib/cjs/core-react/dialog/Dialog.d.ts.map +1 -1
  86. package/lib/cjs/core-react/dialog/Dialog.js +94 -86
  87. package/lib/cjs/core-react/dialog/Dialog.js.map +1 -1
  88. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts.map +1 -1
  89. package/lib/cjs/core-react/dialog/GlobalDialog.js +10 -6
  90. package/lib/cjs/core-react/dialog/GlobalDialog.js.map +1 -1
  91. package/lib/cjs/core-react/dialog/SimpleDialog.d.ts +68 -0
  92. package/lib/cjs/core-react/dialog/SimpleDialog.d.ts.map +1 -0
  93. package/lib/cjs/core-react/dialog/SimpleDialog.js +51 -0
  94. package/lib/cjs/core-react/dialog/SimpleDialog.js.map +1 -0
  95. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts.map +1 -1
  96. package/lib/cjs/core-react/elementseparator/ElementSeparator.js +14 -8
  97. package/lib/cjs/core-react/elementseparator/ElementSeparator.js.map +1 -1
  98. package/lib/cjs/core-react/elementseparator/ElementSeparator.scss +19 -10
  99. package/lib/cjs/core-react/enums/Alignment.js +3 -3
  100. package/lib/cjs/core-react/enums/Alignment.js.map +1 -1
  101. package/lib/cjs/core-react/enums/CheckBoxState.js +3 -3
  102. package/lib/cjs/core-react/enums/CheckBoxState.js.map +1 -1
  103. package/lib/cjs/core-react/enums/Orientation.js +3 -3
  104. package/lib/cjs/core-react/enums/Orientation.js.map +1 -1
  105. package/lib/cjs/core-react/enums/SortDirection.js +3 -3
  106. package/lib/cjs/core-react/enums/SortDirection.js.map +1 -1
  107. package/lib/cjs/core-react/enums/TimeFormat.js +3 -3
  108. package/lib/cjs/core-react/enums/TimeFormat.js.map +1 -1
  109. package/lib/cjs/core-react/expandable/ExpandableList.d.ts +1 -1
  110. package/lib/cjs/core-react/expandable/ExpandableList.d.ts.map +1 -1
  111. package/lib/cjs/core-react/expandable/ExpandableList.js +8 -5
  112. package/lib/cjs/core-react/expandable/ExpandableList.js.map +1 -1
  113. package/lib/cjs/core-react/expandable/ExpandableList.scss +4 -4
  114. package/lib/cjs/core-react/expandable/classes.scss +6 -4
  115. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -1
  116. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js +38 -15
  117. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js.map +1 -1
  118. package/lib/cjs/core-react/focustrap/FocusTrap.d.ts.map +1 -1
  119. package/lib/cjs/core-react/focustrap/FocusTrap.js +33 -16
  120. package/lib/cjs/core-react/focustrap/FocusTrap.js.map +1 -1
  121. package/lib/cjs/core-react/hocs/withIsPressed.d.ts.map +1 -1
  122. package/lib/cjs/core-react/hocs/withIsPressed.js +4 -7
  123. package/lib/cjs/core-react/hocs/withIsPressed.js.map +1 -1
  124. package/lib/cjs/core-react/hocs/withOnOutsideClick.d.ts.map +1 -1
  125. package/lib/cjs/core-react/hocs/withOnOutsideClick.js +16 -11
  126. package/lib/cjs/core-react/hocs/withOnOutsideClick.js.map +1 -1
  127. package/lib/cjs/core-react/hocs/withTimeout.d.ts.map +1 -1
  128. package/lib/cjs/core-react/hocs/withTimeout.js +6 -8
  129. package/lib/cjs/core-react/hocs/withTimeout.js.map +1 -1
  130. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts +5 -1
  131. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts.map +1 -1
  132. package/lib/cjs/core-react/icons/ConditionalIconItem.js +26 -9
  133. package/lib/cjs/core-react/icons/ConditionalIconItem.js.map +1 -1
  134. package/lib/cjs/core-react/icons/IconComponent.d.ts +1 -1
  135. package/lib/cjs/core-react/icons/IconComponent.d.ts.map +1 -1
  136. package/lib/cjs/core-react/icons/IconComponent.js +20 -10
  137. package/lib/cjs/core-react/icons/IconComponent.js.map +1 -1
  138. package/lib/cjs/core-react/icons/IconComponent.scss +5 -6
  139. package/lib/cjs/core-react/icons/SvgPath.d.ts.map +1 -1
  140. package/lib/cjs/core-react/icons/SvgPath.js +4 -4
  141. package/lib/cjs/core-react/icons/SvgPath.js.map +1 -1
  142. package/lib/cjs/core-react/icons/WebFontIcon.js +3 -3
  143. package/lib/cjs/core-react/icons/WebFontIcon.js.map +1 -1
  144. package/lib/cjs/core-react/icons/classes.scss +15 -7
  145. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -1
  146. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js +6 -4
  147. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js.map +1 -1
  148. package/lib/cjs/core-react/inputs/Input.d.ts +1 -1
  149. package/lib/cjs/core-react/inputs/Input.d.ts.map +1 -1
  150. package/lib/cjs/core-react/inputs/Input.js +6 -7
  151. package/lib/cjs/core-react/inputs/Input.js.map +1 -1
  152. package/lib/cjs/core-react/inputs/InputLabel.d.ts +1 -1
  153. package/lib/cjs/core-react/inputs/InputLabel.d.ts.map +1 -1
  154. package/lib/cjs/core-react/inputs/InputLabel.js +10 -13
  155. package/lib/cjs/core-react/inputs/InputLabel.js.map +1 -1
  156. package/lib/cjs/core-react/inputs/InputStatus.js +3 -3
  157. package/lib/cjs/core-react/inputs/InputStatus.js.map +1 -1
  158. package/lib/cjs/core-react/inputs/LabeledComponentProps.js +3 -3
  159. package/lib/cjs/core-react/inputs/LabeledComponentProps.js.map +1 -1
  160. package/lib/cjs/core-react/inputs/classes.scss +9 -5
  161. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts +1 -1
  162. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts.map +1 -1
  163. package/lib/cjs/core-react/inputs/iconinput/IconInput.js +3 -4
  164. package/lib/cjs/core-react/inputs/iconinput/IconInput.js.map +1 -1
  165. package/lib/cjs/core-react/inputs/iconinput/IconInput.scss +11 -12
  166. package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts +2 -2
  167. package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -1
  168. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js +25 -16
  169. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js.map +1 -1
  170. package/lib/cjs/core-react/layout-variables.scss +5 -7
  171. package/lib/cjs/core-react/listbox/Listbox.d.ts +2 -2
  172. package/lib/cjs/core-react/listbox/Listbox.d.ts.map +1 -1
  173. package/lib/cjs/core-react/listbox/Listbox.js +19 -12
  174. package/lib/cjs/core-react/listbox/Listbox.js.map +1 -1
  175. package/lib/cjs/core-react/loading/LoadingBar.d.ts.map +1 -1
  176. package/lib/cjs/core-react/loading/LoadingBar.js +4 -4
  177. package/lib/cjs/core-react/loading/LoadingBar.js.map +1 -1
  178. package/lib/cjs/core-react/loading/LoadingBar.scss +6 -6
  179. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts.map +1 -1
  180. package/lib/cjs/core-react/loading/LoadingPrompt.js +9 -9
  181. package/lib/cjs/core-react/loading/LoadingPrompt.js.map +1 -1
  182. package/lib/cjs/core-react/loading/LoadingSpinner.d.ts +3 -3
  183. package/lib/cjs/core-react/loading/LoadingSpinner.d.ts.map +1 -1
  184. package/lib/cjs/core-react/loading/LoadingSpinner.js +5 -5
  185. package/lib/cjs/core-react/loading/LoadingSpinner.js.map +1 -1
  186. package/lib/cjs/core-react/loading/LoadingStatus.d.ts.map +1 -1
  187. package/lib/cjs/core-react/loading/LoadingStatus.js +3 -3
  188. package/lib/cjs/core-react/loading/LoadingStatus.js.map +1 -1
  189. package/lib/cjs/core-react/loading/LoadingStatus.scss +4 -4
  190. package/lib/cjs/core-react/messagebox/MessageBox.d.ts +3 -3
  191. package/lib/cjs/core-react/messagebox/MessageBox.d.ts.map +1 -1
  192. package/lib/cjs/core-react/messagebox/MessageBox.js +5 -5
  193. package/lib/cjs/core-react/messagebox/MessageBox.js.map +1 -1
  194. package/lib/cjs/core-react/notification/MessageRenderer.d.ts.map +1 -1
  195. package/lib/cjs/core-react/notification/MessageRenderer.js +18 -12
  196. package/lib/cjs/core-react/notification/MessageRenderer.js.map +1 -1
  197. package/lib/cjs/core-react/notification/MessageType.d.ts.map +1 -1
  198. package/lib/cjs/core-react/notification/MessageType.js +3 -3
  199. package/lib/cjs/core-react/notification/MessageType.js.map +1 -1
  200. package/lib/cjs/core-react/popup/Popup.d.ts.map +1 -1
  201. package/lib/cjs/core-react/popup/Popup.js +46 -23
  202. package/lib/cjs/core-react/popup/Popup.js.map +1 -1
  203. package/lib/cjs/core-react/radialmenu/Annulus.d.ts.map +1 -1
  204. package/lib/cjs/core-react/radialmenu/Annulus.js +4 -4
  205. package/lib/cjs/core-react/radialmenu/Annulus.js.map +1 -1
  206. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts +2 -2
  207. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts.map +1 -1
  208. package/lib/cjs/core-react/radialmenu/RadialMenu.js +26 -11
  209. package/lib/cjs/core-react/radialmenu/RadialMenu.js.map +1 -1
  210. package/lib/cjs/core-react/searchbox/SearchBox.d.ts.map +1 -1
  211. package/lib/cjs/core-react/searchbox/SearchBox.js +17 -7
  212. package/lib/cjs/core-react/searchbox/SearchBox.js.map +1 -1
  213. package/lib/cjs/core-react/settings/SettingsContainer.d.ts +1 -1
  214. package/lib/cjs/core-react/settings/SettingsContainer.d.ts.map +1 -1
  215. package/lib/cjs/core-react/settings/SettingsContainer.js +54 -19
  216. package/lib/cjs/core-react/settings/SettingsContainer.js.map +1 -1
  217. package/lib/cjs/core-react/settings/SettingsManager.d.ts +3 -3
  218. package/lib/cjs/core-react/settings/SettingsManager.d.ts.map +1 -1
  219. package/lib/cjs/core-react/settings/SettingsManager.js +7 -8
  220. package/lib/cjs/core-react/settings/SettingsManager.js.map +1 -1
  221. package/lib/cjs/core-react/style/breakpoints.scss +30 -12
  222. package/lib/cjs/core-react/style/colors.scss +52 -52
  223. package/lib/cjs/core-react/style/mixins.scss +7 -11
  224. package/lib/cjs/core-react/style/themecolors.scss +116 -106
  225. package/lib/cjs/core-react/tabs/Tabs.d.ts +4 -4
  226. package/lib/cjs/core-react/tabs/Tabs.d.ts.map +1 -1
  227. package/lib/cjs/core-react/tabs/Tabs.js +13 -11
  228. package/lib/cjs/core-react/tabs/Tabs.js.map +1 -1
  229. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts.map +1 -1
  230. package/lib/cjs/core-react/tabs/VerticalTabs.js +3 -3
  231. package/lib/cjs/core-react/tabs/VerticalTabs.js.map +1 -1
  232. package/lib/cjs/core-react/tabs/classes.scss +6 -4
  233. package/lib/cjs/core-react/text/BlockText.js +4 -4
  234. package/lib/cjs/core-react/text/BlockText.js.map +1 -1
  235. package/lib/cjs/core-react/text/BodyText.js +4 -4
  236. package/lib/cjs/core-react/text/BodyText.js.map +1 -1
  237. package/lib/cjs/core-react/text/DisabledText.js +4 -4
  238. package/lib/cjs/core-react/text/DisabledText.js.map +1 -1
  239. package/lib/cjs/core-react/text/FilteredText.d.ts.map +1 -1
  240. package/lib/cjs/core-react/text/FilteredText.js +5 -5
  241. package/lib/cjs/core-react/text/FilteredText.js.map +1 -1
  242. package/lib/cjs/core-react/text/MutedText.js +4 -4
  243. package/lib/cjs/core-react/text/MutedText.js.map +1 -1
  244. package/lib/cjs/core-react/text/StyledText.js +3 -3
  245. package/lib/cjs/core-react/text/StyledText.js.map +1 -1
  246. package/lib/cjs/core-react/text/TextProps.d.ts.map +1 -1
  247. package/lib/cjs/core-react/text/TextProps.js +3 -3
  248. package/lib/cjs/core-react/text/TextProps.js.map +1 -1
  249. package/lib/cjs/core-react/text/classes.scss +15 -7
  250. package/lib/cjs/core-react/text/disabled.scss +4 -5
  251. package/lib/cjs/core-react/text/muted.scss +4 -5
  252. package/lib/cjs/core-react/tree/Branch.d.ts.map +1 -1
  253. package/lib/cjs/core-react/tree/Branch.js +3 -3
  254. package/lib/cjs/core-react/tree/Branch.js.map +1 -1
  255. package/lib/cjs/core-react/tree/Branch.scss +4 -4
  256. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts.map +1 -1
  257. package/lib/cjs/core-react/tree/ExpansionToggle.js +3 -3
  258. package/lib/cjs/core-react/tree/ExpansionToggle.js.map +1 -1
  259. package/lib/cjs/core-react/tree/Node.d.ts.map +1 -1
  260. package/lib/cjs/core-react/tree/Node.js +11 -8
  261. package/lib/cjs/core-react/tree/Node.js.map +1 -1
  262. package/lib/cjs/core-react/tree/Node.scss +9 -9
  263. package/lib/cjs/core-react/tree/Placeholder.js +5 -5
  264. package/lib/cjs/core-react/tree/Placeholder.js.map +1 -1
  265. package/lib/cjs/core-react/tree/Tree.d.ts.map +1 -1
  266. package/lib/cjs/core-react/tree/Tree.js +20 -11
  267. package/lib/cjs/core-react/tree/Tree.js.map +1 -1
  268. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts.map +1 -1
  269. package/lib/cjs/core-react/uistate/LocalStateStorage.js +7 -4
  270. package/lib/cjs/core-react/uistate/LocalStateStorage.js.map +1 -1
  271. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts.map +1 -1
  272. package/lib/cjs/core-react/uistate/UiStateEntry.js +3 -3
  273. package/lib/cjs/core-react/uistate/UiStateEntry.js.map +1 -1
  274. package/lib/cjs/core-react/uistate/UiStateStorage.d.ts.map +1 -1
  275. package/lib/cjs/core-react/uistate/UiStateStorage.js +3 -3
  276. package/lib/cjs/core-react/uistate/UiStateStorage.js.map +1 -1
  277. package/lib/cjs/core-react/utils/IconHelper.d.ts +3 -1
  278. package/lib/cjs/core-react/utils/IconHelper.d.ts.map +1 -1
  279. package/lib/cjs/core-react/utils/IconHelper.js +35 -6
  280. package/lib/cjs/core-react/utils/IconHelper.js.map +1 -1
  281. package/lib/cjs/core-react/utils/IconWebComponent.d.ts.map +1 -1
  282. package/lib/cjs/core-react/utils/IconWebComponent.js +71 -41
  283. package/lib/cjs/core-react/utils/IconWebComponent.js.map +1 -1
  284. package/lib/cjs/core-react/utils/Point.d.ts.map +1 -1
  285. package/lib/cjs/core-react/utils/Point.js +3 -3
  286. package/lib/cjs/core-react/utils/Point.js.map +1 -1
  287. package/lib/cjs/core-react/utils/Props.d.ts.map +1 -1
  288. package/lib/cjs/core-react/utils/Props.js +3 -3
  289. package/lib/cjs/core-react/utils/Props.js.map +1 -1
  290. package/lib/cjs/core-react/utils/Rectangle.d.ts.map +1 -1
  291. package/lib/cjs/core-react/utils/Rectangle.js +15 -7
  292. package/lib/cjs/core-react/utils/Rectangle.js.map +1 -1
  293. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -1
  294. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js +4 -2
  295. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js.map +1 -1
  296. package/lib/cjs/core-react/utils/Size.d.ts.map +1 -1
  297. package/lib/cjs/core-react/utils/Size.js +4 -5
  298. package/lib/cjs/core-react/utils/Size.js.map +1 -1
  299. package/lib/cjs/core-react/utils/Timer.d.ts.map +1 -1
  300. package/lib/cjs/core-react/utils/Timer.js +3 -3
  301. package/lib/cjs/core-react/utils/Timer.js.map +1 -1
  302. package/lib/cjs/core-react/utils/UiGeometry.d.ts.map +1 -1
  303. package/lib/cjs/core-react/utils/UiGeometry.js +9 -5
  304. package/lib/cjs/core-react/utils/UiGeometry.js.map +1 -1
  305. package/lib/cjs/core-react/utils/flattenChildren.js +3 -3
  306. package/lib/cjs/core-react/utils/flattenChildren.js.map +1 -1
  307. package/lib/cjs/core-react/utils/getBestBWContrastColor.js +5 -5
  308. package/lib/cjs/core-react/utils/getBestBWContrastColor.js.map +1 -1
  309. package/lib/cjs/core-react/utils/getCssVariable.d.ts.map +1 -1
  310. package/lib/cjs/core-react/utils/getCssVariable.js +3 -3
  311. package/lib/cjs/core-react/utils/getCssVariable.js.map +1 -1
  312. package/lib/cjs/core-react/utils/getDisplayName.d.ts.map +1 -1
  313. package/lib/cjs/core-react/utils/getDisplayName.js +3 -3
  314. package/lib/cjs/core-react/utils/getDisplayName.js.map +1 -1
  315. package/lib/cjs/core-react/utils/getUserColor.d.ts.map +1 -1
  316. package/lib/cjs/core-react/utils/getUserColor.js +5 -4
  317. package/lib/cjs/core-react/utils/getUserColor.js.map +1 -1
  318. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -1
  319. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js +4 -4
  320. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js.map +1 -1
  321. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +1 -1
  322. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js +21 -9
  323. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -1
  324. package/lib/cjs/core-react/utils/hooks/useDisposable.d.ts.map +1 -1
  325. package/lib/cjs/core-react/utils/hooks/useDisposable.js +3 -3
  326. package/lib/cjs/core-react/utils/hooks/useDisposable.js.map +1 -1
  327. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -1
  328. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js +3 -3
  329. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -1
  330. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts.map +1 -1
  331. package/lib/cjs/core-react/utils/hooks/useEventListener.js +3 -3
  332. package/lib/cjs/core-react/utils/hooks/useEventListener.js.map +1 -1
  333. package/lib/cjs/core-react/utils/hooks/useInterval.d.ts.map +1 -1
  334. package/lib/cjs/core-react/utils/hooks/useInterval.js +6 -4
  335. package/lib/cjs/core-react/utils/hooks/useInterval.js.map +1 -1
  336. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -1
  337. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js +7 -4
  338. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js.map +1 -1
  339. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -1
  340. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js +15 -6
  341. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js.map +1 -1
  342. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js +3 -3
  343. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js.map +1 -1
  344. package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts +1 -1
  345. package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts.map +1 -1
  346. package/lib/cjs/core-react/utils/hooks/useRefEffect.js +3 -3
  347. package/lib/cjs/core-react/utils/hooks/useRefEffect.js.map +1 -1
  348. package/lib/cjs/core-react/utils/hooks/useRefState.js +3 -3
  349. package/lib/cjs/core-react/utils/hooks/useRefState.js.map +1 -1
  350. package/lib/cjs/core-react/utils/hooks/useRefs.d.ts.map +1 -1
  351. package/lib/cjs/core-react/utils/hooks/useRefs.js +8 -6
  352. package/lib/cjs/core-react/utils/hooks/useRefs.js.map +1 -1
  353. package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts +8 -8
  354. package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -1
  355. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js +37 -20
  356. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js.map +1 -1
  357. package/lib/cjs/core-react/utils/hooks/useTargeted.d.ts.map +1 -1
  358. package/lib/cjs/core-react/utils/hooks/useTargeted.js +7 -4
  359. package/lib/cjs/core-react/utils/hooks/useTargeted.js.map +1 -1
  360. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js +3 -3
  361. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js.map +1 -1
  362. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -1
  363. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js +3 -4
  364. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -1
  365. package/lib/cjs/core-react/utils/isPromiseLike.d.ts.map +1 -1
  366. package/lib/cjs/core-react/utils/isPromiseLike.js +6 -4
  367. package/lib/cjs/core-react/utils/isPromiseLike.js.map +1 -1
  368. package/lib/cjs/core-react/utils/reuseOrCreatePromise.d.ts +14 -0
  369. package/lib/cjs/core-react/utils/reuseOrCreatePromise.d.ts.map +1 -0
  370. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js +33 -0
  371. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js.map +1 -0
  372. package/lib/cjs/core-react/utils/shallowDiffers.d.ts.map +1 -1
  373. package/lib/cjs/core-react/utils/shallowDiffers.js +3 -3
  374. package/lib/cjs/core-react/utils/shallowDiffers.js.map +1 -1
  375. package/lib/cjs/core-react/utils/typeUtils.js +3 -3
  376. package/lib/cjs/core-react/utils/typeUtils.js.map +1 -1
  377. package/lib/cjs/core-react.d.ts +3 -3
  378. package/lib/cjs/core-react.d.ts.map +1 -1
  379. package/lib/cjs/core-react.js +3 -3
  380. package/lib/cjs/core-react.js.map +1 -1
  381. package/lib/esm/core-react/UiCore.d.ts.map +1 -1
  382. package/lib/esm/core-react/UiCore.js +9 -5
  383. package/lib/esm/core-react/UiCore.js.map +1 -1
  384. package/lib/esm/core-react/_helpers.scss +9 -8
  385. package/lib/esm/core-react/_scrollbar.scss +8 -4
  386. package/lib/esm/core-react/_z-index.scss +15 -33
  387. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts +1 -1
  388. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts.map +1 -1
  389. package/lib/esm/core-react/autosuggest/AutoSuggest.js +14 -15
  390. package/lib/esm/core-react/autosuggest/AutoSuggest.js.map +1 -1
  391. package/lib/esm/core-react/badge/Badge.d.ts +1 -1
  392. package/lib/esm/core-react/badge/Badge.d.ts.map +1 -1
  393. package/lib/esm/core-react/badge/Badge.js +3 -3
  394. package/lib/esm/core-react/badge/Badge.js.map +1 -1
  395. package/lib/esm/core-react/badge/BadgeUtilities.d.ts.map +1 -1
  396. package/lib/esm/core-react/badge/BadgeUtilities.js +3 -3
  397. package/lib/esm/core-react/badge/BadgeUtilities.js.map +1 -1
  398. package/lib/esm/core-react/badge/BetaBadge.d.ts.map +1 -1
  399. package/lib/esm/core-react/badge/BetaBadge.js +3 -3
  400. package/lib/esm/core-react/badge/BetaBadge.js.map +1 -1
  401. package/lib/esm/core-react/badge/NewBadge.d.ts.map +1 -1
  402. package/lib/esm/core-react/badge/NewBadge.js +4 -4
  403. package/lib/esm/core-react/badge/NewBadge.js.map +1 -1
  404. package/lib/esm/core-react/base/Centered.js +3 -3
  405. package/lib/esm/core-react/base/Centered.js.map +1 -1
  406. package/lib/esm/core-react/base/Div.d.ts.map +1 -1
  407. package/lib/esm/core-react/base/Div.js +3 -3
  408. package/lib/esm/core-react/base/Div.js.map +1 -1
  409. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts.map +1 -1
  410. package/lib/esm/core-react/base/DivWithOutsideClick.js +4 -4
  411. package/lib/esm/core-react/base/DivWithOutsideClick.js.map +1 -1
  412. package/lib/esm/core-react/base/FillCentered.js +3 -3
  413. package/lib/esm/core-react/base/FillCentered.js.map +1 -1
  414. package/lib/esm/core-react/base/FlexWrapContainer.js +3 -3
  415. package/lib/esm/core-react/base/FlexWrapContainer.js.map +1 -1
  416. package/lib/esm/core-react/base/Gap.d.ts.map +1 -1
  417. package/lib/esm/core-react/base/Gap.js +4 -4
  418. package/lib/esm/core-react/base/Gap.js.map +1 -1
  419. package/lib/esm/core-react/base/PointerEvents.js +3 -3
  420. package/lib/esm/core-react/base/PointerEvents.js.map +1 -1
  421. package/lib/esm/core-react/base/ScrollView.js +3 -3
  422. package/lib/esm/core-react/base/ScrollView.js.map +1 -1
  423. package/lib/esm/core-react/base/classes.scss +24 -10
  424. package/lib/esm/core-react/button/UnderlinedButton.d.ts.map +1 -1
  425. package/lib/esm/core-react/button/UnderlinedButton.js +3 -3
  426. package/lib/esm/core-react/button/UnderlinedButton.js.map +1 -1
  427. package/lib/esm/core-react/button/UnderlinedButton.scss +4 -5
  428. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts.map +1 -1
  429. package/lib/esm/core-react/checklistbox/CheckListBox.js +4 -4
  430. package/lib/esm/core-react/checklistbox/CheckListBox.js.map +1 -1
  431. package/lib/esm/core-react/checklistbox/CheckListBox.scss +4 -4
  432. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts +7 -7
  433. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts.map +1 -1
  434. package/lib/esm/core-react/contextmenu/ContextMenu.js +42 -23
  435. package/lib/esm/core-react/contextmenu/ContextMenu.js.map +1 -1
  436. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -1
  437. package/lib/esm/core-react/contextmenu/ContextMenuDirection.js +3 -3
  438. package/lib/esm/core-react/contextmenu/ContextMenuDirection.js.map +1 -1
  439. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts +1 -1
  440. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -1
  441. package/lib/esm/core-react/contextmenu/ContextMenuDivider.js +3 -3
  442. package/lib/esm/core-react/contextmenu/ContextMenuDivider.js.map +1 -1
  443. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts +1 -1
  444. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -1
  445. package/lib/esm/core-react/contextmenu/ContextMenuItem.js +16 -12
  446. package/lib/esm/core-react/contextmenu/ContextMenuItem.js.map +1 -1
  447. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts +2 -2
  448. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -1
  449. package/lib/esm/core-react/contextmenu/ContextSubMenu.js +37 -15
  450. package/lib/esm/core-react/contextmenu/ContextSubMenu.js.map +1 -1
  451. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -1
  452. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js +11 -7
  453. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js.map +1 -1
  454. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -1
  455. package/lib/esm/core-react/contextmenu/PopupContextMenu.js +3 -3
  456. package/lib/esm/core-react/contextmenu/PopupContextMenu.js.map +1 -1
  457. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts.map +1 -1
  458. package/lib/esm/core-react/contextmenu/TildeFinder.js +15 -7
  459. package/lib/esm/core-react/contextmenu/TildeFinder.js.map +1 -1
  460. package/lib/esm/core-react/dialog/Dialog.d.ts +6 -5
  461. package/lib/esm/core-react/dialog/Dialog.d.ts.map +1 -1
  462. package/lib/esm/core-react/dialog/Dialog.js +94 -86
  463. package/lib/esm/core-react/dialog/Dialog.js.map +1 -1
  464. package/lib/esm/core-react/dialog/GlobalDialog.d.ts.map +1 -1
  465. package/lib/esm/core-react/dialog/GlobalDialog.js +10 -6
  466. package/lib/esm/core-react/dialog/GlobalDialog.js.map +1 -1
  467. package/lib/esm/core-react/dialog/SimpleDialog.d.ts +68 -0
  468. package/lib/esm/core-react/dialog/SimpleDialog.d.ts.map +1 -0
  469. package/lib/esm/core-react/dialog/SimpleDialog.js +47 -0
  470. package/lib/esm/core-react/dialog/SimpleDialog.js.map +1 -0
  471. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts.map +1 -1
  472. package/lib/esm/core-react/elementseparator/ElementSeparator.js +14 -8
  473. package/lib/esm/core-react/elementseparator/ElementSeparator.js.map +1 -1
  474. package/lib/esm/core-react/elementseparator/ElementSeparator.scss +19 -10
  475. package/lib/esm/core-react/enums/Alignment.js +3 -3
  476. package/lib/esm/core-react/enums/Alignment.js.map +1 -1
  477. package/lib/esm/core-react/enums/CheckBoxState.js +3 -3
  478. package/lib/esm/core-react/enums/CheckBoxState.js.map +1 -1
  479. package/lib/esm/core-react/enums/Orientation.js +3 -3
  480. package/lib/esm/core-react/enums/Orientation.js.map +1 -1
  481. package/lib/esm/core-react/enums/SortDirection.js +3 -3
  482. package/lib/esm/core-react/enums/SortDirection.js.map +1 -1
  483. package/lib/esm/core-react/enums/TimeFormat.js +3 -3
  484. package/lib/esm/core-react/enums/TimeFormat.js.map +1 -1
  485. package/lib/esm/core-react/expandable/ExpandableList.d.ts +1 -1
  486. package/lib/esm/core-react/expandable/ExpandableList.d.ts.map +1 -1
  487. package/lib/esm/core-react/expandable/ExpandableList.js +8 -5
  488. package/lib/esm/core-react/expandable/ExpandableList.js.map +1 -1
  489. package/lib/esm/core-react/expandable/ExpandableList.scss +4 -4
  490. package/lib/esm/core-react/expandable/classes.scss +6 -4
  491. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -1
  492. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js +38 -15
  493. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js.map +1 -1
  494. package/lib/esm/core-react/focustrap/FocusTrap.d.ts.map +1 -1
  495. package/lib/esm/core-react/focustrap/FocusTrap.js +33 -16
  496. package/lib/esm/core-react/focustrap/FocusTrap.js.map +1 -1
  497. package/lib/esm/core-react/hocs/withIsPressed.d.ts.map +1 -1
  498. package/lib/esm/core-react/hocs/withIsPressed.js +4 -7
  499. package/lib/esm/core-react/hocs/withIsPressed.js.map +1 -1
  500. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts.map +1 -1
  501. package/lib/esm/core-react/hocs/withOnOutsideClick.js +16 -11
  502. package/lib/esm/core-react/hocs/withOnOutsideClick.js.map +1 -1
  503. package/lib/esm/core-react/hocs/withTimeout.d.ts.map +1 -1
  504. package/lib/esm/core-react/hocs/withTimeout.js +6 -8
  505. package/lib/esm/core-react/hocs/withTimeout.js.map +1 -1
  506. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts +5 -1
  507. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts.map +1 -1
  508. package/lib/esm/core-react/icons/ConditionalIconItem.js +26 -9
  509. package/lib/esm/core-react/icons/ConditionalIconItem.js.map +1 -1
  510. package/lib/esm/core-react/icons/IconComponent.d.ts +1 -1
  511. package/lib/esm/core-react/icons/IconComponent.d.ts.map +1 -1
  512. package/lib/esm/core-react/icons/IconComponent.js +21 -11
  513. package/lib/esm/core-react/icons/IconComponent.js.map +1 -1
  514. package/lib/esm/core-react/icons/IconComponent.scss +5 -6
  515. package/lib/esm/core-react/icons/SvgPath.d.ts.map +1 -1
  516. package/lib/esm/core-react/icons/SvgPath.js +4 -4
  517. package/lib/esm/core-react/icons/SvgPath.js.map +1 -1
  518. package/lib/esm/core-react/icons/WebFontIcon.js +3 -3
  519. package/lib/esm/core-react/icons/WebFontIcon.js.map +1 -1
  520. package/lib/esm/core-react/icons/classes.scss +15 -7
  521. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -1
  522. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js +6 -4
  523. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js.map +1 -1
  524. package/lib/esm/core-react/inputs/Input.d.ts +1 -1
  525. package/lib/esm/core-react/inputs/Input.d.ts.map +1 -1
  526. package/lib/esm/core-react/inputs/Input.js +6 -7
  527. package/lib/esm/core-react/inputs/Input.js.map +1 -1
  528. package/lib/esm/core-react/inputs/InputLabel.d.ts +1 -1
  529. package/lib/esm/core-react/inputs/InputLabel.d.ts.map +1 -1
  530. package/lib/esm/core-react/inputs/InputLabel.js +11 -14
  531. package/lib/esm/core-react/inputs/InputLabel.js.map +1 -1
  532. package/lib/esm/core-react/inputs/InputStatus.js +3 -3
  533. package/lib/esm/core-react/inputs/InputStatus.js.map +1 -1
  534. package/lib/esm/core-react/inputs/LabeledComponentProps.js +3 -3
  535. package/lib/esm/core-react/inputs/LabeledComponentProps.js.map +1 -1
  536. package/lib/esm/core-react/inputs/classes.scss +9 -5
  537. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts +1 -1
  538. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts.map +1 -1
  539. package/lib/esm/core-react/inputs/iconinput/IconInput.js +3 -4
  540. package/lib/esm/core-react/inputs/iconinput/IconInput.js.map +1 -1
  541. package/lib/esm/core-react/inputs/iconinput/IconInput.scss +11 -12
  542. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts +2 -2
  543. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -1
  544. package/lib/esm/core-react/inputs/numberinput/NumberInput.js +26 -17
  545. package/lib/esm/core-react/inputs/numberinput/NumberInput.js.map +1 -1
  546. package/lib/esm/core-react/layout-variables.scss +5 -7
  547. package/lib/esm/core-react/listbox/Listbox.d.ts +2 -2
  548. package/lib/esm/core-react/listbox/Listbox.d.ts.map +1 -1
  549. package/lib/esm/core-react/listbox/Listbox.js +19 -12
  550. package/lib/esm/core-react/listbox/Listbox.js.map +1 -1
  551. package/lib/esm/core-react/loading/LoadingBar.d.ts.map +1 -1
  552. package/lib/esm/core-react/loading/LoadingBar.js +4 -4
  553. package/lib/esm/core-react/loading/LoadingBar.js.map +1 -1
  554. package/lib/esm/core-react/loading/LoadingBar.scss +6 -6
  555. package/lib/esm/core-react/loading/LoadingPrompt.d.ts.map +1 -1
  556. package/lib/esm/core-react/loading/LoadingPrompt.js +9 -9
  557. package/lib/esm/core-react/loading/LoadingPrompt.js.map +1 -1
  558. package/lib/esm/core-react/loading/LoadingSpinner.d.ts +3 -3
  559. package/lib/esm/core-react/loading/LoadingSpinner.d.ts.map +1 -1
  560. package/lib/esm/core-react/loading/LoadingSpinner.js +5 -5
  561. package/lib/esm/core-react/loading/LoadingSpinner.js.map +1 -1
  562. package/lib/esm/core-react/loading/LoadingStatus.d.ts.map +1 -1
  563. package/lib/esm/core-react/loading/LoadingStatus.js +3 -3
  564. package/lib/esm/core-react/loading/LoadingStatus.js.map +1 -1
  565. package/lib/esm/core-react/loading/LoadingStatus.scss +4 -4
  566. package/lib/esm/core-react/messagebox/MessageBox.d.ts +3 -3
  567. package/lib/esm/core-react/messagebox/MessageBox.d.ts.map +1 -1
  568. package/lib/esm/core-react/messagebox/MessageBox.js +6 -6
  569. package/lib/esm/core-react/messagebox/MessageBox.js.map +1 -1
  570. package/lib/esm/core-react/notification/MessageRenderer.d.ts.map +1 -1
  571. package/lib/esm/core-react/notification/MessageRenderer.js +18 -12
  572. package/lib/esm/core-react/notification/MessageRenderer.js.map +1 -1
  573. package/lib/esm/core-react/notification/MessageType.d.ts.map +1 -1
  574. package/lib/esm/core-react/notification/MessageType.js +3 -3
  575. package/lib/esm/core-react/notification/MessageType.js.map +1 -1
  576. package/lib/esm/core-react/popup/Popup.d.ts.map +1 -1
  577. package/lib/esm/core-react/popup/Popup.js +46 -23
  578. package/lib/esm/core-react/popup/Popup.js.map +1 -1
  579. package/lib/esm/core-react/radialmenu/Annulus.d.ts.map +1 -1
  580. package/lib/esm/core-react/radialmenu/Annulus.js +4 -4
  581. package/lib/esm/core-react/radialmenu/Annulus.js.map +1 -1
  582. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts +2 -2
  583. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts.map +1 -1
  584. package/lib/esm/core-react/radialmenu/RadialMenu.js +26 -11
  585. package/lib/esm/core-react/radialmenu/RadialMenu.js.map +1 -1
  586. package/lib/esm/core-react/searchbox/SearchBox.d.ts.map +1 -1
  587. package/lib/esm/core-react/searchbox/SearchBox.js +17 -7
  588. package/lib/esm/core-react/searchbox/SearchBox.js.map +1 -1
  589. package/lib/esm/core-react/settings/SettingsContainer.d.ts +1 -1
  590. package/lib/esm/core-react/settings/SettingsContainer.d.ts.map +1 -1
  591. package/lib/esm/core-react/settings/SettingsContainer.js +54 -19
  592. package/lib/esm/core-react/settings/SettingsContainer.js.map +1 -1
  593. package/lib/esm/core-react/settings/SettingsManager.d.ts +3 -3
  594. package/lib/esm/core-react/settings/SettingsManager.d.ts.map +1 -1
  595. package/lib/esm/core-react/settings/SettingsManager.js +7 -8
  596. package/lib/esm/core-react/settings/SettingsManager.js.map +1 -1
  597. package/lib/esm/core-react/style/breakpoints.scss +30 -12
  598. package/lib/esm/core-react/style/colors.scss +52 -52
  599. package/lib/esm/core-react/style/mixins.scss +7 -11
  600. package/lib/esm/core-react/style/themecolors.scss +116 -106
  601. package/lib/esm/core-react/tabs/Tabs.d.ts +4 -4
  602. package/lib/esm/core-react/tabs/Tabs.d.ts.map +1 -1
  603. package/lib/esm/core-react/tabs/Tabs.js +13 -11
  604. package/lib/esm/core-react/tabs/Tabs.js.map +1 -1
  605. package/lib/esm/core-react/tabs/VerticalTabs.d.ts.map +1 -1
  606. package/lib/esm/core-react/tabs/VerticalTabs.js +3 -3
  607. package/lib/esm/core-react/tabs/VerticalTabs.js.map +1 -1
  608. package/lib/esm/core-react/tabs/classes.scss +6 -4
  609. package/lib/esm/core-react/text/BlockText.js +4 -4
  610. package/lib/esm/core-react/text/BlockText.js.map +1 -1
  611. package/lib/esm/core-react/text/BodyText.js +4 -4
  612. package/lib/esm/core-react/text/BodyText.js.map +1 -1
  613. package/lib/esm/core-react/text/DisabledText.js +4 -4
  614. package/lib/esm/core-react/text/DisabledText.js.map +1 -1
  615. package/lib/esm/core-react/text/FilteredText.d.ts.map +1 -1
  616. package/lib/esm/core-react/text/FilteredText.js +5 -5
  617. package/lib/esm/core-react/text/FilteredText.js.map +1 -1
  618. package/lib/esm/core-react/text/MutedText.js +4 -4
  619. package/lib/esm/core-react/text/MutedText.js.map +1 -1
  620. package/lib/esm/core-react/text/StyledText.js +3 -3
  621. package/lib/esm/core-react/text/StyledText.js.map +1 -1
  622. package/lib/esm/core-react/text/TextProps.d.ts.map +1 -1
  623. package/lib/esm/core-react/text/TextProps.js +3 -3
  624. package/lib/esm/core-react/text/TextProps.js.map +1 -1
  625. package/lib/esm/core-react/text/classes.scss +15 -7
  626. package/lib/esm/core-react/text/disabled.scss +4 -5
  627. package/lib/esm/core-react/text/muted.scss +4 -5
  628. package/lib/esm/core-react/tree/Branch.d.ts.map +1 -1
  629. package/lib/esm/core-react/tree/Branch.js +3 -3
  630. package/lib/esm/core-react/tree/Branch.js.map +1 -1
  631. package/lib/esm/core-react/tree/Branch.scss +4 -4
  632. package/lib/esm/core-react/tree/ExpansionToggle.d.ts.map +1 -1
  633. package/lib/esm/core-react/tree/ExpansionToggle.js +3 -3
  634. package/lib/esm/core-react/tree/ExpansionToggle.js.map +1 -1
  635. package/lib/esm/core-react/tree/Node.d.ts.map +1 -1
  636. package/lib/esm/core-react/tree/Node.js +11 -8
  637. package/lib/esm/core-react/tree/Node.js.map +1 -1
  638. package/lib/esm/core-react/tree/Node.scss +9 -9
  639. package/lib/esm/core-react/tree/Placeholder.js +5 -5
  640. package/lib/esm/core-react/tree/Placeholder.js.map +1 -1
  641. package/lib/esm/core-react/tree/Tree.d.ts.map +1 -1
  642. package/lib/esm/core-react/tree/Tree.js +20 -11
  643. package/lib/esm/core-react/tree/Tree.js.map +1 -1
  644. package/lib/esm/core-react/uistate/LocalStateStorage.d.ts.map +1 -1
  645. package/lib/esm/core-react/uistate/LocalStateStorage.js +7 -4
  646. package/lib/esm/core-react/uistate/LocalStateStorage.js.map +1 -1
  647. package/lib/esm/core-react/uistate/UiStateEntry.d.ts.map +1 -1
  648. package/lib/esm/core-react/uistate/UiStateEntry.js +3 -3
  649. package/lib/esm/core-react/uistate/UiStateEntry.js.map +1 -1
  650. package/lib/esm/core-react/uistate/UiStateStorage.d.ts.map +1 -1
  651. package/lib/esm/core-react/uistate/UiStateStorage.js +3 -3
  652. package/lib/esm/core-react/uistate/UiStateStorage.js.map +1 -1
  653. package/lib/esm/core-react/utils/IconHelper.d.ts +3 -1
  654. package/lib/esm/core-react/utils/IconHelper.d.ts.map +1 -1
  655. package/lib/esm/core-react/utils/IconHelper.js +35 -6
  656. package/lib/esm/core-react/utils/IconHelper.js.map +1 -1
  657. package/lib/esm/core-react/utils/IconWebComponent.d.ts.map +1 -1
  658. package/lib/esm/core-react/utils/IconWebComponent.js +71 -41
  659. package/lib/esm/core-react/utils/IconWebComponent.js.map +1 -1
  660. package/lib/esm/core-react/utils/Point.d.ts.map +1 -1
  661. package/lib/esm/core-react/utils/Point.js +3 -3
  662. package/lib/esm/core-react/utils/Point.js.map +1 -1
  663. package/lib/esm/core-react/utils/Props.d.ts.map +1 -1
  664. package/lib/esm/core-react/utils/Props.js +3 -3
  665. package/lib/esm/core-react/utils/Props.js.map +1 -1
  666. package/lib/esm/core-react/utils/Rectangle.d.ts.map +1 -1
  667. package/lib/esm/core-react/utils/Rectangle.js +15 -7
  668. package/lib/esm/core-react/utils/Rectangle.js.map +1 -1
  669. package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -1
  670. package/lib/esm/core-react/utils/ScrollPositionMaintainer.js +4 -2
  671. package/lib/esm/core-react/utils/ScrollPositionMaintainer.js.map +1 -1
  672. package/lib/esm/core-react/utils/Size.d.ts.map +1 -1
  673. package/lib/esm/core-react/utils/Size.js +4 -5
  674. package/lib/esm/core-react/utils/Size.js.map +1 -1
  675. package/lib/esm/core-react/utils/Timer.d.ts.map +1 -1
  676. package/lib/esm/core-react/utils/Timer.js +3 -3
  677. package/lib/esm/core-react/utils/Timer.js.map +1 -1
  678. package/lib/esm/core-react/utils/UiGeometry.d.ts.map +1 -1
  679. package/lib/esm/core-react/utils/UiGeometry.js +9 -5
  680. package/lib/esm/core-react/utils/UiGeometry.js.map +1 -1
  681. package/lib/esm/core-react/utils/flattenChildren.js +3 -3
  682. package/lib/esm/core-react/utils/flattenChildren.js.map +1 -1
  683. package/lib/esm/core-react/utils/getBestBWContrastColor.js +5 -5
  684. package/lib/esm/core-react/utils/getBestBWContrastColor.js.map +1 -1
  685. package/lib/esm/core-react/utils/getCssVariable.d.ts.map +1 -1
  686. package/lib/esm/core-react/utils/getCssVariable.js +3 -3
  687. package/lib/esm/core-react/utils/getCssVariable.js.map +1 -1
  688. package/lib/esm/core-react/utils/getDisplayName.d.ts.map +1 -1
  689. package/lib/esm/core-react/utils/getDisplayName.js +3 -3
  690. package/lib/esm/core-react/utils/getDisplayName.js.map +1 -1
  691. package/lib/esm/core-react/utils/getUserColor.d.ts.map +1 -1
  692. package/lib/esm/core-react/utils/getUserColor.js +5 -4
  693. package/lib/esm/core-react/utils/getUserColor.js.map +1 -1
  694. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -1
  695. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js +4 -4
  696. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js.map +1 -1
  697. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +1 -1
  698. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js +21 -9
  699. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -1
  700. package/lib/esm/core-react/utils/hooks/useDisposable.d.ts.map +1 -1
  701. package/lib/esm/core-react/utils/hooks/useDisposable.js +3 -3
  702. package/lib/esm/core-react/utils/hooks/useDisposable.js.map +1 -1
  703. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -1
  704. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js +3 -3
  705. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -1
  706. package/lib/esm/core-react/utils/hooks/useEventListener.d.ts.map +1 -1
  707. package/lib/esm/core-react/utils/hooks/useEventListener.js +3 -3
  708. package/lib/esm/core-react/utils/hooks/useEventListener.js.map +1 -1
  709. package/lib/esm/core-react/utils/hooks/useInterval.d.ts.map +1 -1
  710. package/lib/esm/core-react/utils/hooks/useInterval.js +6 -4
  711. package/lib/esm/core-react/utils/hooks/useInterval.js.map +1 -1
  712. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -1
  713. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js +7 -4
  714. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js.map +1 -1
  715. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -1
  716. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js +15 -6
  717. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js.map +1 -1
  718. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js +3 -3
  719. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js.map +1 -1
  720. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts +1 -1
  721. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts.map +1 -1
  722. package/lib/esm/core-react/utils/hooks/useRefEffect.js +3 -3
  723. package/lib/esm/core-react/utils/hooks/useRefEffect.js.map +1 -1
  724. package/lib/esm/core-react/utils/hooks/useRefState.js +3 -3
  725. package/lib/esm/core-react/utils/hooks/useRefState.js.map +1 -1
  726. package/lib/esm/core-react/utils/hooks/useRefs.d.ts.map +1 -1
  727. package/lib/esm/core-react/utils/hooks/useRefs.js +8 -6
  728. package/lib/esm/core-react/utils/hooks/useRefs.js.map +1 -1
  729. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts +8 -8
  730. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -1
  731. package/lib/esm/core-react/utils/hooks/useResizeObserver.js +37 -20
  732. package/lib/esm/core-react/utils/hooks/useResizeObserver.js.map +1 -1
  733. package/lib/esm/core-react/utils/hooks/useTargeted.d.ts.map +1 -1
  734. package/lib/esm/core-react/utils/hooks/useTargeted.js +7 -4
  735. package/lib/esm/core-react/utils/hooks/useTargeted.js.map +1 -1
  736. package/lib/esm/core-react/utils/hooks/useThrottledFn.js +3 -3
  737. package/lib/esm/core-react/utils/hooks/useThrottledFn.js.map +1 -1
  738. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -1
  739. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js +3 -4
  740. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -1
  741. package/lib/esm/core-react/utils/isPromiseLike.d.ts.map +1 -1
  742. package/lib/esm/core-react/utils/isPromiseLike.js +6 -4
  743. package/lib/esm/core-react/utils/isPromiseLike.js.map +1 -1
  744. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts +14 -0
  745. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts.map +1 -0
  746. package/lib/esm/core-react/utils/reuseOrCreatePromise.js +29 -0
  747. package/lib/esm/core-react/utils/reuseOrCreatePromise.js.map +1 -0
  748. package/lib/esm/core-react/utils/shallowDiffers.d.ts.map +1 -1
  749. package/lib/esm/core-react/utils/shallowDiffers.js +3 -3
  750. package/lib/esm/core-react/utils/shallowDiffers.js.map +1 -1
  751. package/lib/esm/core-react/utils/typeUtils.js +3 -3
  752. package/lib/esm/core-react/utils/typeUtils.js.map +1 -1
  753. package/lib/esm/core-react.d.ts +3 -3
  754. package/lib/esm/core-react.d.ts.map +1 -1
  755. package/lib/esm/core-react.js +6 -6
  756. package/lib/esm/core-react.js.map +1 -1
  757. package/lib/public/locales/en/UiCore.json +1 -1
  758. package/package.json +8 -17
package/CHANGELOG.md CHANGED
@@ -1,1602 +1,1609 @@
1
- # Change Log - @itwin/core-react
2
-
3
- This log was last generated on Fri, 19 May 2023 12:24:31 GMT and should not be manually modified.
4
-
5
- ## 4.0.1
6
- Fri, 19 May 2023 12:24:31 GMT
7
-
8
- _Version update only_
9
-
10
- ## 4.0.0
11
- Mon, 01 May 2023 13:32:16 GMT
12
-
13
- ### Updates
14
-
15
- - Promote APIs in use by apps.
16
- - Using iTwinUI-variables.
17
- - Update iTwinUI-react to v2.x.
18
- - Fix tree node chevron alignment.
19
- - Clean dependencies.
20
- - Remove deprecated components and API.
21
- - Bump minimum of core packages to 3.7.0.
22
- - peerDependency allow react: ^18.0.0.
23
- - Update typings for React18.
24
- - Remove deprecated SCSS files.
25
- - Remove SvgSprite component and support.
26
- - Remove deprecated components.
27
- - Update package.json dependencies and repo documentation.
28
- - Remove webfont icons from components. Add ConditionIconComponent to allow IconSpec to be used conditionally instead of just a string.
29
-
30
- ## 3.7.2
31
- Wed, 12 Apr 2023 13:12:42 GMT
32
-
33
- _Version update only_
34
-
35
- ## 3.7.1
36
- Mon, 03 Apr 2023 15:15:37 GMT
37
-
38
- _Version update only_
39
-
40
- ## 3.7.0
41
- Wed, 29 Mar 2023 15:02:27 GMT
42
-
43
- ### Updates
44
-
45
- - Update @deprecated comments.
46
-
47
- ## 3.6.3
48
- Mon, 27 Mar 2023 16:26:47 GMT
49
-
50
- _Version update only_
51
-
52
- ## 3.6.2
53
- Fri, 17 Mar 2023 17:52:32 GMT
54
-
55
- _Version update only_
56
-
57
- ## 3.6.1
58
- Fri, 24 Feb 2023 22:00:48 GMT
59
-
60
- _Version update only_
61
-
62
- ## 3.6.0
63
- Wed, 08 Feb 2023 14:58:40 GMT
64
-
65
- ### Updates
66
-
67
- - Use EmptyLocalization for localization in tests to increase test performance
68
- - Update UnderlineButton test.
69
-
70
- ## 3.5.6
71
- Fri, 24 Feb 2023 16:02:47 GMT
72
-
73
- _Version update only_
74
-
75
- ## 3.5.5
76
- Thu, 26 Jan 2023 22:53:27 GMT
77
-
78
- _Version update only_
79
-
80
- ## 3.5.4
81
- Wed, 18 Jan 2023 15:27:15 GMT
82
-
83
- _Version update only_
84
-
85
- ## 3.5.3
86
- Fri, 13 Jan 2023 17:23:07 GMT
87
-
88
- _Version update only_
89
-
90
- ## 3.5.2
91
- Wed, 11 Jan 2023 16:46:30 GMT
92
-
93
- _Version update only_
94
-
95
- ## 3.5.1
96
- Thu, 15 Dec 2022 16:38:29 GMT
97
-
98
- _Version update only_
99
-
100
- ## 3.5.0
101
- Wed, 07 Dec 2022 19:12:37 GMT
102
-
103
- ### Updates
104
-
105
- - Unpin classnames package, fix invalid use of classnames
106
- - Change core-dialog-hidden class so that modeless dialogs will be compatible with iTwinUI components.
107
- - Use --buic-toolbar-opacity to set the opacity of toolbar items.
108
-
109
- ## 3.4.7
110
- Wed, 30 Nov 2022 14:28:19 GMT
111
-
112
- _Version update only_
113
-
114
- ## 3.4.6
115
- Tue, 22 Nov 2022 14:24:19 GMT
116
-
117
- _Version update only_
118
-
119
- ## 3.4.5
120
- Thu, 17 Nov 2022 21:32:50 GMT
121
-
122
- _Version update only_
123
-
124
- ## 3.4.4
125
- Thu, 10 Nov 2022 19:32:17 GMT
126
-
127
- _Version update only_
128
-
129
- ## 3.4.3
130
- Fri, 28 Oct 2022 13:34:58 GMT
131
-
132
- _Version update only_
133
-
134
- ## 3.4.2
135
- Mon, 24 Oct 2022 13:23:45 GMT
136
-
137
- _Version update only_
138
-
139
- ## 3.4.1
140
- Mon, 17 Oct 2022 20:06:51 GMT
141
-
142
- _Version update only_
143
-
144
- ## 3.4.0
145
- Thu, 13 Oct 2022 20:24:47 GMT
146
-
147
- ### Updates
148
-
149
- - Added data uri handling for svg components
150
- - Updated Node types declaration to support latest v16
151
-
152
- ## 3.3.5
153
- Tue, 27 Sep 2022 11:50:59 GMT
154
-
155
- _Version update only_
156
-
157
- ## 3.3.4
158
- Thu, 08 Sep 2022 19:00:05 GMT
159
-
160
- _Version update only_
161
-
162
- ## 3.3.3
163
- Tue, 06 Sep 2022 20:54:19 GMT
164
-
165
- _Version update only_
166
-
167
- ## 3.3.2
168
- Thu, 01 Sep 2022 14:37:22 GMT
169
-
170
- _Version update only_
171
-
172
- ## 3.3.1
173
- Fri, 26 Aug 2022 15:40:02 GMT
174
-
175
- _Version update only_
176
-
177
- ## 3.3.0
178
- Thu, 18 Aug 2022 19:08:02 GMT
179
-
180
- ### Updates
181
-
182
- - upgrade mocha to version 10.0.0
183
- - Fix svg-loader to only fetch svg data once. Also update buic-background-panel to use buic-background-1 so disabled itwin-ui components are properly displayed.
184
- - Add drop-target stacking context layer.
185
- - Update iTwinUI-react to 1.38.1
186
-
187
- ## 3.2.9
188
- Fri, 26 Aug 2022 14:21:40 GMT
189
-
190
- _Version update only_
191
-
192
- ## 3.2.8
193
- Tue, 09 Aug 2022 15:52:41 GMT
194
-
195
- _Version update only_
196
-
197
- ## 3.2.7
198
- Mon, 01 Aug 2022 13:36:56 GMT
199
-
200
- _Version update only_
201
-
202
- ## 3.2.6
203
- Fri, 15 Jul 2022 19:04:43 GMT
204
-
205
- _Version update only_
206
-
207
- ## 3.2.5
208
- Wed, 13 Jul 2022 15:45:52 GMT
209
-
210
- ### Updates
211
-
212
- - Added a 'repositionOnResize' property on the 'Popup' component, to avoid closing the popup everythime the browser window is resized.
213
-
214
- ## 3.2.4
215
- Tue, 21 Jun 2022 18:06:33 GMT
216
-
217
- _Version update only_
218
-
219
- ## 3.2.3
220
- Fri, 17 Jun 2022 15:18:39 GMT
221
-
222
- _Version update only_
223
-
224
- ## 3.2.2
225
- Fri, 10 Jun 2022 16:11:36 GMT
226
-
227
- _Version update only_
228
-
229
- ## 3.2.1
230
- Tue, 07 Jun 2022 15:02:56 GMT
231
-
232
- ### Updates
233
-
234
- - Backport change to update panel background to use same as buic-background-dialog so dispabled itwin ui components display properly.
235
-
236
- ## 3.2.0
237
- Fri, 20 May 2022 13:10:54 GMT
238
-
239
- ### Updates
240
-
241
- - Added 'useCrossOriginPopup' and 'useInterval' hooks
242
- - ListBox component: `onKeyPress` has been deprecated, switch to `onKeyDown`
243
- - Fix for losing viewport content after clicking PW link
244
- - Implement svg icons loading as a web component.
245
- - Allow React icons to be used on Wedget tabs, backstage, and status bar items
246
-
247
- ## 3.1.3
248
- Fri, 15 Apr 2022 13:49:25 GMT
249
-
250
- _Version update only_
251
-
252
- ## 3.1.2
253
- Wed, 06 Apr 2022 22:27:56 GMT
254
-
255
- _Version update only_
256
-
257
- ## 3.1.1
258
- Thu, 31 Mar 2022 15:55:48 GMT
259
-
260
- _Version update only_
261
-
262
- ## 3.1.0
263
- Tue, 29 Mar 2022 20:53:47 GMT
264
-
265
- ### Updates
266
-
267
- - Add ability to keep Dialog within application window.
268
- - Update to itwinui-css version "0.44.0".
269
- - Update to @itwin/itwinui-react: 1.32.0
270
- - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
271
-
272
- ## 3.0.3
273
- Fri, 25 Mar 2022 15:10:02 GMT
274
-
275
- _Version update only_
276
-
277
- ## 3.0.2
278
- Thu, 10 Mar 2022 21:18:13 GMT
279
-
280
- _Version update only_
281
-
282
- ## 3.0.1
283
- Thu, 24 Feb 2022 15:26:55 GMT
284
-
285
- ### Updates
286
-
287
- - `TreeNode`: Fix checkbox propagating click events to the parent element, resulting in unexpected TreeNodeProps.onClick invocations.
288
-
289
- ## 3.0.0
290
- Mon, 24 Jan 2022 14:00:52 GMT
291
-
292
- ### Updates
293
-
294
- - Update NumberInput to select on focus and to capture Enter key
295
- - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
296
- - rename to @itwin/core-react
297
- - remove ClientRequestContext and its subclasses
298
- - Replace usage of I18N with generic Localization interface.
299
- - Update snapshots
300
- - Fix Select menu position when redered in a Popup.
301
- - Support for TypeDoc v0.22.7. Fix various broken docs links.
302
- - Deprecate obsolete code.
303
- - Create empty frontstage and UiItemsProviders to populate it and update how ContentGroups are defined.
304
- - Add missing public/beta types to the barrel file.
305
- - Fix infinite loop crash in ContextMenu when the menu is too large to fit in the parent window.
306
- - Fix issue with PopupContextMenu not closing when click occurs in a parent popup.
307
- - Deprecate and promote apis
308
- - Deprecate obsolete APIs. Publish beta APIs from last release.
309
- - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
310
- - Fixed small ExpandableBlock padding
311
- - Remove files generated by bad merge
312
- - Update disabled styling for NumberInput.
313
- - Update styling on some status field items for better popup alignment.
314
- - Update IconComponent SCSS to ensure color for inline svg is set.
315
- - Allow size of NumberInput container to be sized via a style prop.
316
- - Deprecated HorizontalTabs in ui-core. Removed older deprecated items. Updated NextVersion.md.
317
- - Update to latest itwinui-react
318
- - Incorporating iTwinUI-CSS and iTwinUI-React into iModel.js
319
- - Moved iTwinUI style overrides to ui-core from ui-framework
320
- - Rename ui directories to match new package names.
321
- - Fix bug that sets the icon on MessageBox.NoSymbol the Success icon.
322
- - Add prop that prevents popup children from unmounting when popup is closed.
323
- - Update to React 17.
324
- - Created imodel-components folder & package and moved color, lineweight, navigationaids, quantity, timeline & viewport. Deprecated MessageSeverity in ui-core & added it ui-abstract. Added MessagePresenter interface to ui-abstract.
325
- - Remove react 16 peer dependency.
326
- - Remove itwinUi css overrides.
327
- - UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
328
- - Fix vertical alignment of text in message box.
329
- - Avoid error seen sometimes in Electron where resizeObserver.current is null.
330
- - Fixed z-index of status messages to be on top of a dialog
331
- - Deprecated ui-core Slider. Wrapped with one from iTwinUi-react to remove dependency on react-compound-slider.
332
- - Update to latest types/react package
333
- - Lock down and update version numbers so docs will build.
334
-
335
- ## 2.19.28
336
- Wed, 12 Jan 2022 14:52:38 GMT
337
-
338
- _Version update only_
339
-
340
- ## 2.19.27
341
- Wed, 05 Jan 2022 20:07:20 GMT
342
-
343
- _Version update only_
344
-
345
- ## 2.19.26
346
- Wed, 08 Dec 2021 20:54:53 GMT
347
-
348
- _Version update only_
349
-
350
- ## 2.19.25
351
- Fri, 03 Dec 2021 20:05:49 GMT
352
-
353
- _Version update only_
354
-
355
- ## 2.19.24
356
- Mon, 29 Nov 2021 18:44:31 GMT
357
-
358
- _Version update only_
359
-
360
- ## 2.19.23
361
- Mon, 22 Nov 2021 20:41:40 GMT
362
-
363
- _Version update only_
364
-
365
- ## 2.19.22
366
- Wed, 17 Nov 2021 01:23:26 GMT
367
-
368
- _Version update only_
369
-
370
- ## 2.19.21
371
- Wed, 10 Nov 2021 10:58:24 GMT
372
-
373
- _Version update only_
374
-
375
- ## 2.19.20
376
- Fri, 29 Oct 2021 16:14:22 GMT
377
-
378
- _Version update only_
379
-
380
- ## 2.19.19
381
- Mon, 25 Oct 2021 16:16:25 GMT
382
-
383
- ### Updates
384
-
385
- - Drop unnecessary dep on @bentley/react-scripts; add a *.d.ts file for svg?sprite loader syntax
386
-
387
- ## 2.19.18
388
- Thu, 21 Oct 2021 20:59:44 GMT
389
-
390
- _Version update only_
391
-
392
- ## 2.19.17
393
- Thu, 14 Oct 2021 21:19:43 GMT
394
-
395
- _Version update only_
396
-
397
- ## 2.19.16
398
- Mon, 11 Oct 2021 17:37:46 GMT
399
-
400
- _Version update only_
401
-
402
- ## 2.19.15
403
- Fri, 08 Oct 2021 16:44:23 GMT
404
-
405
- _Version update only_
406
-
407
- ## 2.19.14
408
- Fri, 01 Oct 2021 13:07:03 GMT
409
-
410
- _Version update only_
411
-
412
- ## 2.19.13
413
- Tue, 21 Sep 2021 21:06:40 GMT
414
-
415
- _Version update only_
416
-
417
- ## 2.19.12
418
- Wed, 15 Sep 2021 18:06:47 GMT
419
-
420
- _Version update only_
421
-
422
- ## 2.19.11
423
- Thu, 09 Sep 2021 21:04:58 GMT
424
-
425
- _Version update only_
426
-
427
- ## 2.19.10
428
- Wed, 08 Sep 2021 14:36:01 GMT
429
-
430
- _Version update only_
431
-
432
- ## 2.19.9
433
- Wed, 25 Aug 2021 15:36:01 GMT
434
-
435
- ### Updates
436
-
437
- - Test resizeObserver.current before calling unobserve.
438
-
439
- ## 2.19.8
440
- Mon, 23 Aug 2021 13:23:13 GMT
441
-
442
- _Version update only_
443
-
444
- ## 2.19.7
445
- Fri, 20 Aug 2021 17:47:22 GMT
446
-
447
- _Version update only_
448
-
449
- ## 2.19.6
450
- Tue, 17 Aug 2021 20:34:29 GMT
451
-
452
- _Version update only_
453
-
454
- ## 2.19.5
455
- Fri, 13 Aug 2021 21:48:09 GMT
456
-
457
- _Version update only_
458
-
459
- ## 2.19.4
460
- Thu, 12 Aug 2021 13:09:26 GMT
461
-
462
- _Version update only_
463
-
464
- ## 2.19.3
465
- Wed, 04 Aug 2021 20:29:34 GMT
466
-
467
- _Version update only_
468
-
469
- ## 2.19.2
470
- Tue, 03 Aug 2021 18:26:23 GMT
471
-
472
- _Version update only_
473
-
474
- ## 2.19.1
475
- Thu, 29 Jul 2021 20:01:11 GMT
476
-
477
- ### Updates
478
-
479
- - Fix infinite loop in ContextMenu component for menus that are taller than parent window.
480
-
481
- ## 2.19.0
482
- Mon, 26 Jul 2021 12:21:25 GMT
483
-
484
- ### Updates
485
-
486
- - remove internal barrel-import usage
487
- - Stop delivering pseudo-localized strings
488
- - Update ResizableContainerObserver to monitor parent size if no children are specified.
489
-
490
- ## 2.18.4
491
- Tue, 10 Aug 2021 19:35:13 GMT
492
-
493
- _Version update only_
494
-
495
- ## 2.18.3
496
- Wed, 28 Jul 2021 17:16:30 GMT
497
-
498
- _Version update only_
499
-
500
- ## 2.18.2
501
- Mon, 26 Jul 2021 16:18:31 GMT
502
-
503
- _Version update only_
504
-
505
- ## 2.18.1
506
- Fri, 16 Jul 2021 17:45:09 GMT
507
-
508
- _Version update only_
509
-
510
- ## 2.18.0
511
- Fri, 09 Jul 2021 18:11:24 GMT
512
-
513
- ### Updates
514
-
515
- - Fix bug in ElementResizeObserver caused by using React.Ref and not an HTMLElement as a usedEffect dependency.
516
-
517
- ## 2.17.3
518
- Mon, 26 Jul 2021 16:08:36 GMT
519
-
520
- _Version update only_
521
-
522
- ## 2.17.2
523
- Thu, 08 Jul 2021 15:23:00 GMT
524
-
525
- _Version update only_
526
-
527
- ## 2.17.1
528
- Fri, 02 Jul 2021 15:38:31 GMT
529
-
530
- _Version update only_
531
-
532
- ## 2.17.0
533
- Mon, 28 Jun 2021 16:20:11 GMT
534
-
535
- ### Updates
536
-
537
- - Update use of resize observer to be compatible with using it in a child/popup window.
538
- - Update scss to remove use of slash for division to avoid SASS deprecation warnings.
539
- - Publish in-use APIs
540
-
541
- ## 2.16.10
542
- Thu, 22 Jul 2021 20:23:45 GMT
543
-
544
- _Version update only_
545
-
546
- ## 2.16.9
547
- Tue, 06 Jul 2021 22:08:34 GMT
548
-
549
- _Version update only_
550
-
551
- ## 2.16.8
552
- Fri, 02 Jul 2021 17:40:46 GMT
553
-
554
- _Version update only_
555
-
556
- ## 2.16.7
557
- Mon, 28 Jun 2021 18:13:04 GMT
558
-
559
- _Version update only_
560
-
561
- ## 2.16.6
562
- Mon, 28 Jun 2021 13:12:55 GMT
563
-
564
- _Version update only_
565
-
566
- ## 2.16.5
567
- Fri, 25 Jun 2021 16:03:01 GMT
568
-
569
- _Version update only_
570
-
571
- ## 2.16.4
572
- Wed, 23 Jun 2021 17:09:07 GMT
573
-
574
- _Version update only_
575
-
576
- ## 2.16.3
577
- Wed, 16 Jun 2021 20:29:32 GMT
578
-
579
- _Version update only_
580
-
581
- ## 2.16.2
582
- Thu, 03 Jun 2021 18:08:11 GMT
583
-
584
- _Version update only_
585
-
586
- ## 2.16.1
587
- Thu, 27 May 2021 20:04:22 GMT
588
-
589
- _Version update only_
590
-
591
- ## 2.16.0
592
- Mon, 24 May 2021 15:58:39 GMT
593
-
594
- ### Updates
595
-
596
- - Wrap resizeObserver in a windows animation frame to prevent loop limit exceeded error.
597
- - Add support for child popup windows.
598
- - Improved Multi-Value column filtering in the Table component
599
- - Update to latest classnames package
600
- - Fix GlobalContextMenu layout issue in presentation-test-app by setting display:none on anchoring div.
601
-
602
- ## 2.15.6
603
- Wed, 26 May 2021 15:55:19 GMT
604
-
605
- _Version update only_
606
-
607
- ## 2.15.5
608
- Thu, 20 May 2021 15:06:26 GMT
609
-
610
- _Version update only_
611
-
612
- ## 2.15.4
613
- Tue, 18 May 2021 21:59:07 GMT
614
-
615
- _Version update only_
616
-
617
- ## 2.15.3
618
- Mon, 17 May 2021 13:31:38 GMT
619
-
620
- ### Updates
621
-
622
- - Wrap resizeObserver in a windows animation frame to prevent loop limit exceeded error.
623
-
624
- ## 2.15.2
625
- Wed, 12 May 2021 18:08:13 GMT
626
-
627
- _Version update only_
628
-
629
- ## 2.15.1
630
- Wed, 05 May 2021 13:18:31 GMT
631
-
632
- _Version update only_
633
-
634
- ## 2.15.0
635
- Fri, 30 Apr 2021 12:36:58 GMT
636
-
637
- ### Updates
638
-
639
- - Add more descriptive UiSettingsStorage, LocalSettingsStorage, and SessionSettingsStorage and deprecate badly name beta classes.
640
-
641
- ## 2.14.4
642
- Thu, 22 Apr 2021 21:07:34 GMT
643
-
644
- _Version update only_
645
-
646
- ## 2.14.3
647
- Thu, 15 Apr 2021 15:13:16 GMT
648
-
649
- ### Updates
650
-
651
- - Fix z-index of statusbar overflow panel to show footer popups.
652
-
653
- ## 2.14.2
654
- Thu, 08 Apr 2021 14:30:09 GMT
655
-
656
- _Version update only_
657
-
658
- ## 2.14.1
659
- Mon, 05 Apr 2021 16:28:00 GMT
660
-
661
- _Version update only_
662
-
663
- ## 2.14.0
664
- Fri, 02 Apr 2021 13:18:42 GMT
665
-
666
- ### Updates
667
-
668
- - Add SettingsManager and SettingsContainer for displaying app settings UI.
669
- - fix height in number control.
670
- - Fix for listbox not rerendering when selectedVaue prop is changed.
671
- - Add option to show/hide settings category header text.
672
- - Improved ui-components test coverage to 100%
673
- - Support for Focus into Tool Settings
674
-
675
- ## 2.13.0
676
- Tue, 09 Mar 2021 20:28:13 GMT
677
-
678
- ### Updates
679
-
680
- - Keep hideIconContainer prop from bleeding into div.
681
- - Add right mouse click on TreeNode
682
- - Updated to use TypeScript 4.1
683
- - Floating widget opacity for UI 2.0. Slider formatMin, formatMax props.
684
- - Support for conditionally disabling/hiding keyboard shortcuts
685
- - Add margin and padding top labeled-themed-select.
686
- - begin rename project from iModel.js to iTwin.js
687
-
688
- ## 2.12.3
689
- Mon, 08 Mar 2021 15:32:00 GMT
690
-
691
- _Version update only_
692
-
693
- ## 2.12.2
694
- Wed, 03 Mar 2021 18:48:53 GMT
695
-
696
- _Version update only_
697
-
698
- ## 2.12.1
699
- Tue, 23 Feb 2021 20:54:45 GMT
700
-
701
- _Version update only_
702
-
703
- ## 2.12.0
704
- Thu, 18 Feb 2021 22:10:13 GMT
705
-
706
- ### Updates
707
-
708
- - Allow target _blank in Message boxes if secure relationships exist on the element
709
- - AccuDraw bi-directional value updates
710
- - Wrap the props.valueChanged call in the SearchBox to prevent a state change when the value has not really changed. This generally only happens when a valueChangedDelay is specified.
711
-
712
- ## 2.11.2
713
- Thu, 18 Feb 2021 02:50:59 GMT
714
-
715
- _Version update only_
716
-
717
- ## 2.11.1
718
- Thu, 04 Feb 2021 17:22:41 GMT
719
-
720
- _Version update only_
721
-
722
- ## 2.11.0
723
- Thu, 28 Jan 2021 13:39:27 GMT
724
-
725
- ### Updates
726
-
727
- - Update components that support providing refs via React.forwardRef to work better with document generation.
728
- - Add option to use a 'x-small' webfont icon.
729
- - Add nested popup support to components that use HOC withOnOutsideClick.
730
- - Fix bug processing zero value in Select options.
731
- - Fix calling of onClick and onSelect calls when ContextMenuItem is disabled
732
- - Lock react-select to 3.1.0 and @types/react-select to 3.0.26 until we can fi
733
- - updated `ExpandableBlock` component to be able to take in title as JSX.Element and a tooltip, in which title string property can be passed
734
- - updated `ExpandableBlock` component to be able to take in title as JSX.Element and a tooltip, in which title string property can be passed
735
- - Add partial checkbox handling to TreeNode
736
- - Initial implementation of AccuDraw UI
737
- - Added ui-core learning docs content and added Notification.md, Style.md & Tooltip.md ui-core learning doc files.
738
- - Added support to ExpandableList for updating the active block programmatically
739
- - Fix controlled/uncontrolled react warning in Select component.
740
- - Added disabled support to Select component options
741
-
742
- ## 2.10.3
743
- Fri, 08 Jan 2021 18:34:03 GMT
744
-
745
- _Version update only_
746
-
747
- ## 2.10.2
748
- Fri, 08 Jan 2021 14:52:02 GMT
749
-
750
- _Version update only_
751
-
752
- ## 2.10.1
753
- Tue, 22 Dec 2020 00:53:38 GMT
754
-
755
- _Version update only_
756
-
757
- ## 2.10.0
758
- Fri, 18 Dec 2020 18:24:01 GMT
759
-
760
- ### Updates
761
-
762
- - By default format slider tooltip with same number of decimal places as step specification.
763
- - Change warning/success/error colors for labeledInput to themed variables .
764
- - Add ability for Popup to avoid outside click processing when clicking on element in nested Popup.
765
- - Add new NumberInput control to replace NumericInput which wrapped react-numeric-input.
766
- - Clear FocusTrap timeout on unmount.
767
- - Popup - added onContextMenu & closeOnContextMenu props
768
- - Added 'closeOnWheel' and 'onWheel' Popup props
769
- - Unified UI typography systems
770
-
771
- ## 2.9.9
772
- Sun, 13 Dec 2020 19:00:03 GMT
773
-
774
- _Version update only_
775
-
776
- ## 2.9.8
777
- Fri, 11 Dec 2020 02:57:36 GMT
778
-
779
- _Version update only_
780
-
781
- ## 2.9.7
782
- Wed, 09 Dec 2020 20:58:23 GMT
783
-
784
- _Version update only_
785
-
786
- ## 2.9.6
787
- Mon, 07 Dec 2020 18:40:48 GMT
788
-
789
- _Version update only_
790
-
791
- ## 2.9.5
792
- Sat, 05 Dec 2020 01:55:56 GMT
793
-
794
- _Version update only_
795
-
796
- ## 2.9.4
797
- Wed, 02 Dec 2020 20:55:40 GMT
798
-
799
- ### Updates
800
-
801
- - Clear FocusTrap timeout on unmount.
802
-
803
- ## 2.9.3
804
- Mon, 23 Nov 2020 20:57:56 GMT
805
-
806
- _Version update only_
807
-
808
- ## 2.9.2
809
- Mon, 23 Nov 2020 15:33:50 GMT
810
-
811
- _Version update only_
812
-
813
- ## 2.9.1
814
- Thu, 19 Nov 2020 17:03:42 GMT
815
-
816
- ### Updates
817
-
818
- - Added AutoSuggest props - renderInputComponent, renderSuggestionsContainer, onSuggestionsClearRequested
819
-
820
- ## 2.9.0
821
- Wed, 18 Nov 2020 16:01:50 GMT
822
-
823
- ### Updates
824
-
825
- - Updated Input and TextArea controls to support returning ref to native HTML control. PBI#484911.
826
- - Update DialogButtonType enum.
827
- - Changed AutoSuggest getSuggestions prop to async and removed @deprecated tag
828
- - Change Editor components to process native keyboard events instead of synthe
829
- - Add LabeledThemedSelect component
830
- - Added ProgressSpinner component
831
-
832
- ## 2.8.1
833
- Tue, 03 Nov 2020 00:33:56 GMT
834
-
835
- _Version update only_
836
-
837
- ## 2.8.0
838
- Fri, 23 Oct 2020 17:04:02 GMT
839
-
840
- ### Updates
841
-
842
- - Move definitions to ui-abstract
843
- - Explicitly set line-height for checkbox to avoid in compatible line-height being inherited from a parent element.
844
- - Revert changes made to limit focus trap to contents only. Use class now to ignore unwanted focus target.
845
- - Add missing semicolons to .scss files.
846
- - Added jsdoc ESLint rule for UI packages
847
-
848
- ## 2.7.6
849
- Wed, 11 Nov 2020 16:28:23 GMT
850
-
851
- _Version update only_
852
-
853
- ## 2.7.5
854
- Fri, 23 Oct 2020 16:23:51 GMT
855
-
856
- _Version update only_
857
-
858
- ## 2.7.4
859
- Mon, 19 Oct 2020 17:57:02 GMT
860
-
861
- _Version update only_
862
-
863
- ## 2.7.3
864
- Wed, 14 Oct 2020 17:00:59 GMT
865
-
866
- _Version update only_
867
-
868
- ## 2.7.2
869
- Tue, 13 Oct 2020 18:20:39 GMT
870
-
871
- _Version update only_
872
-
873
- ## 2.7.1
874
- Thu, 08 Oct 2020 13:04:35 GMT
875
-
876
- ### Updates
877
-
878
- - Revert changes made to limit focus trap to contents only. Use class now to ignore unwanted focus target.
879
-
880
- ## 2.7.0
881
- Fri, 02 Oct 2020 18:03:32 GMT
882
-
883
- ### Updates
884
-
885
- - Add themed color to loading message
886
- - Update styles for use in DatePicker
887
- - Fix FocusTrap to only restore focus when it unmounts.
888
- - Added Table cell editor activation via keyboard when using row selection. Added Tree cell editor activation via keyboard.
889
- - Added 'jam3/no-sanitizer-with-danger' ESLint rule for UI React packages
890
- - Updated react-autosuggest to V10.0
891
- - Table cell editing via keyboard
892
- - Styling fixes for ThemedSelect and Input with Icon.
893
- - Minor styling fixes to ThemedSelect.
894
-
895
- ## 2.6.5
896
- Sat, 26 Sep 2020 16:06:34 GMT
897
-
898
- _Version update only_
899
-
900
- ## 2.6.4
901
- Tue, 22 Sep 2020 17:40:07 GMT
902
-
903
- _Version update only_
904
-
905
- ## 2.6.3
906
- Mon, 21 Sep 2020 14:47:10 GMT
907
-
908
- _Version update only_
909
-
910
- ## 2.6.2
911
- Mon, 21 Sep 2020 13:07:44 GMT
912
-
913
- _Version update only_
914
-
915
- ## 2.6.1
916
- Fri, 18 Sep 2020 13:15:09 GMT
917
-
918
- _Version update only_
919
-
920
- ## 2.6.0
921
- Thu, 17 Sep 2020 13:16:12 GMT
922
-
923
- ### Updates
924
-
925
- - Added PopupContextMenu component. Added 'iconRight' support to menu items.
926
- - Moved ESLint configuration to a plugin
927
- - Added ability to collapse all ExpandableList blocks when using singleExpandOnly
928
- - Hide the icon container if no icon is passed to fix alignment issues
929
- - Addressed ESLint warnings in UI packages. Fixed react-set-state-usage rule. Allowing PascalCase for functions in UI packages for React function component names.
930
- - Added Indeterminate Progress Indicator
931
- - Add component to highlight matching filter text.
932
- - Sanitizing HTMLElement before using React rendering
933
- - SplitButton popupPosition & buttonType props support
934
- - Add prefers-color-scheme media query for SYSTEM_PREFERRED theme.
935
- - Add ThemedEnumEditor for DialogItems and ToolSettings, using the ThemedSelect component.
936
-
937
- ## 2.5.5
938
- Wed, 02 Sep 2020 17:42:23 GMT
939
-
940
- _Version update only_
941
-
942
- ## 2.5.4
943
- Fri, 28 Aug 2020 15:34:15 GMT
944
-
945
- _Version update only_
946
-
947
- ## 2.5.3
948
- Wed, 26 Aug 2020 11:46:00 GMT
949
-
950
- _Version update only_
951
-
952
- ## 2.5.2
953
- Tue, 25 Aug 2020 22:09:08 GMT
954
-
955
- _Version update only_
956
-
957
- ## 2.5.1
958
- Mon, 24 Aug 2020 18:13:04 GMT
959
-
960
- _Version update only_
961
-
962
- ## 2.5.0
963
- Thu, 20 Aug 2020 20:57:10 GMT
964
-
965
- ### Updates
966
-
967
- - Fixed updating focus when Tabs activeIndex updated. More a11y issues.
968
- - Add new variable to define drop shadow color for popups.
969
- - Logging error when UiCore.translate called without UiCore.initialize being called beforehand
970
- - Colorpicker updates
971
- - Added eslint-plugin-jsx-a11y devDependency and made first pass at adding a11y roles
972
- - Added react-axe and resolved some a11y issues
973
- - Moved SpecialKey & FunctionKey enums to ui-abstract & started using them throughout UI packages
974
- - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
975
- - Added Table component keyboard row selection. Miscellaneous a11y fixes.
976
- - Switch to ESLint
977
- - Tree keyboard node selection & expansion
978
- - Update to @bentley/react-scripts@3.4.2
979
-
980
- ## 2.4.2
981
- Fri, 14 Aug 2020 16:34:09 GMT
982
-
983
- _Version update only_
984
-
985
- ## 2.4.1
986
- Fri, 07 Aug 2020 19:57:43 GMT
987
-
988
- _Version update only_
989
-
990
- ## 2.4.0
991
- Tue, 28 Jul 2020 16:26:24 GMT
992
-
993
- ### Updates
994
-
995
- - Add support for a basic single selection aria compliant listbox.
996
- - Checkboxes in lists & trees are out of place
997
- - Disabled component styling. Fixed Dialog focus problems.
998
- - Map Layer UX
999
- - Allowing Input component user to override the type
1000
- - Fix ThemeSelect formatOptionLabel prop to return React.ReactNode.
1001
- - Added Arrow key navigation in Tabs components. Added ItemKeyboardNavigator.
1002
- - Add aria props into ThemedSelectProps for accessibility. addclassName prop to ThemedSelectProps as requested for styling purposes.
1003
- - Changed toolbar opacity processing to affect all components in widget.
1004
- - Add border prop to ImageCheckBox
1005
- - Replace slider specific Tooltip with generic Tooltip.
1006
-
1007
- ## 2.3.3
1008
- Thu, 23 Jul 2020 12:57:15 GMT
1009
-
1010
- _Version update only_
1011
-
1012
- ## 2.3.2
1013
- Tue, 14 Jul 2020 23:50:36 GMT
1014
-
1015
- ### Updates
1016
-
1017
- - Fixed Checkbox sizing/rendering & Dialog focus problems
1018
-
1019
- ## 2.3.1
1020
- Mon, 13 Jul 2020 18:50:14 GMT
1021
-
1022
- _Version update only_
1023
-
1024
- ## 2.3.0
1025
- Fri, 10 Jul 2020 17:23:14 GMT
1026
-
1027
- ### Updates
1028
-
1029
- - Improved ui-core unit test coverage to 100%
1030
- - Support for CSS units in Dialog min/max sizes
1031
- - Accessibility: Improved focus borders & indicators
1032
- - Increase popup position tolerance to 3 pixels to avoid endless set state calls.
1033
- - Styled RadioButton. Restyled Checkbox. Fixed FocusTrap pointer events.
1034
- - Fixed default size of Toggle button
1035
- - Support for indeterminate state in Checkbox component
1036
-
1037
- ## 2.2.1
1038
- Tue, 07 Jul 2020 14:44:52 GMT
1039
-
1040
- _Version update only_
1041
-
1042
- ## 2.2.0
1043
- Fri, 19 Jun 2020 14:10:03 GMT
1044
-
1045
- ### Updates
1046
-
1047
- - Qualified the CSS class names for the face names in Cube Navigation Aid
1048
- - Fixed size & padding for hollow button
1049
- - Added property editors for multi-line text, slider and numeric input/spinner.
1050
- - No longer calling onOutsideClick from ContextMenu when closed
1051
- - Replace 'Plugin' with 'Extension' in comments and examples.
1052
- - Fixed minimum size of Toggle component
1053
- - Added support for popup with multiple editors
1054
- - Unify size of hollow and blue buttons.
1055
- - Specify the props that can passed to ThemedSelect instead of just allowing all the react-select props.
1056
-
1057
- ## 2.1.0
1058
- Thu, 28 May 2020 22:48:59 GMT
1059
-
1060
- ### Updates
1061
-
1062
- - Address React warnings about deprecated methods.
1063
- - Element Separator updated with new style and group resize logic.
1064
- - Throttled ElementSeparator to call onRatioChanged a maximum of once every 16ms
1065
- - Fixed breaking change regarding ElementSeparator onRatioChanged
1066
- - Fixed Table filter renderers after react-select version upgrade
1067
- - Support for striped rows in Table
1068
- - Added ability for apps to display Favorite properties in Element Tooltip & Card at Cursor
1069
- - Add ThemedSelect, a react-select component that uses iModel.js UI theming.
1070
-
1071
- ## 2.0.0
1072
- Wed, 06 May 2020 13:17:49 GMT
1073
-
1074
- ### Updates
1075
-
1076
- - [For Dialog component, support dialogs that disable the default header and want to implement custom move logic by updating the x and y props. This was fixed by only handling the pointer move events when a resize or move operation starts instead of on mount. Also now we only update the relevant state in the pointer move event handler based on if we are moving or resizing]
1077
- - Qualified .label & .message CSS classes. Removed .cell CSS class usage. Fixed cell editor sizes.
1078
- - Removed @deprecated APIs from ui-framework & ui-core and updated NextVersion.md
1079
- - Changes to WebFontIcon to support custom font-family icons.
1080
- - Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
1081
- - Fix bug 292829 where toolbar border displayed when all items are hidden.
1082
- - Convert FocusTrap to internal FunctionComponent and ensure no focus processing is done when the trap is not active.
1083
- - Fixed ReactResizeDetector usage after upgrade. Converted Toggle component to function. Hover/pressed styling in 2.0 Toolbar.
1084
- - Make resize-observer-polyfill a full dependency
1085
- - Fixed Messages window blinking when you tap on it on iOS
1086
- - Ui 2.0 - Blur the toolbar item background
1087
- - Add a tolerance to check position between render cycles.
1088
- - Made React functional component specifications consistent across UI packages
1089
- - Slider component tooltipBelow prop & tooltip styling
1090
- - Added API in MessageManager to display either a Toast or Sticky message using React components.
1091
- - Updates to remove need for svg-sprite-loader, use defualt CRA svgr loader instead.
1092
- - Revert back to using svg-sprite-loader and sprite resourceQuery.
1093
- - Upgrade to Rush 5.23.2
1094
- - Fixed Safari browser issues
1095
- - Copied filter renderers from react-data-grid-addons to ui-components to prevent security error
1096
- - Fixed several Tool Assistance issues
1097
- - Ui 2.0 - Toolbar display changes
1098
- - Updated Toolbar colors/opacity for Ui 2.0
1099
- - Move common use hooks from ui-ninezone.
1100
- - Learning docs for UiAdmin & UiItemsArbiter
1101
- - Promoted some @beta to @public in Ui packages & ToolAssistance for 2.0 release.
1102
- - Fixes to Toggle onBlur handling & ControlledTree error message position
1103
- - In source documentation. Some learning docs & API changes.
1104
- - Move react to peerDependencies.
1105
- - Learning documentation for ui-core
1106
- - TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
1107
- - Fix popup position calculation.
1108
- - Started ui-components Learning doc section
1109
- - Make UiSettings asynchronous.
1110
- - UI: Toggle Component - only use animation on value change
1111
- - Add `useOptionalDisposable` hook
1112
- - Update auto-generated dialog items to work with the Tool Settings Bar.
1113
- - Moved Checkbox, Radio, Select, Toggle, Slider & AutoSuggest into their own category
1114
- - Defaulting to IModelApp.i18n in UI packages and cascading initialize() calls
1115
- - UI: Support for multiple Toast & Sticky messages
1116
- - Added UiSetting. Saving/restoring settings in ui-test-app.
1117
- - Remove support for the iModel.js module system by no longer delivering modules.
1118
- - Update Select control to allow placeholder text to be re-displayed by setting value to undefined.
1119
- - set z-index on toolsettings overflow panel
1120
-
1121
- ## 1.14.1
1122
- Wed, 22 Apr 2020 19:04:00 GMT
1123
-
1124
- ### Updates
1125
-
1126
- - Documentation
1127
-
1128
- ## 1.14.0
1129
- Tue, 31 Mar 2020 15:44:19 GMT
1130
-
1131
- _Version update only_
1132
-
1133
- ## 1.13.0
1134
- Wed, 04 Mar 2020 16:16:31 GMT
1135
-
1136
- ### Updates
1137
-
1138
- - Placeholder text not supported by Select component
1139
-
1140
- ## 1.12.0
1141
- Wed, 12 Feb 2020 17:45:50 GMT
1142
-
1143
- ### Updates
1144
-
1145
- - Upgraded icons-generic-webfont to ^1.0.0
1146
- - Added useDisposable hook
1147
-
1148
- ## 1.11.0
1149
- Wed, 22 Jan 2020 19:24:12 GMT
1150
-
1151
- ### Updates
1152
-
1153
- - Fixed useEffectSkipFirst hook to cleanup properly
1154
- - Upgrade to TypeScript 3.7.2.
1155
-
1156
- ## 1.10.0
1157
- Tue, 07 Jan 2020 19:44:01 GMT
1158
-
1159
- ### Updates
1160
-
1161
- - Fixed lgtm issues in UI folders
1162
-
1163
- ## 1.9.0
1164
- Tue, 10 Dec 2019 18:08:56 GMT
1165
-
1166
- ### Updates
1167
-
1168
- - No longer accessing this.state or this.props in setState updater - flagged by lgtm report
1169
- - Changed SignIn & SignOut buttons to large. Fixed Dialog component resizing. Reduced default minimum size of Dialog component.
1170
- - Update sinon version.
1171
- - Use exhaustive-deps linter rule.
1172
- - Removed unused React state variables. Removed unsupported setState calls from render() methods.
1173
- - Code cleanup based on code analysis report from lgtm.
1174
- - Added ConditionalField and FooterModeField components. StatusBar responsive changes.
1175
-
1176
- ## 1.8.0
1177
- Fri, 22 Nov 2019 14:03:34 GMT
1178
-
1179
- ### Updates
1180
-
1181
- - Update Icon package version
1182
- - Fixed Dialog position after moving or resizing. Fixed sizing on Firefox for different alignments.
1183
- - Implemented more efficient CSS animation for Spinner component
1184
- - Added slight delay before spinner animation. LoadingSpinnner tests in SpinnerTestDialog.
1185
- - Tablet responsive UI
1186
- - Added StatusBarComposer, StatusBarItem, StatusBarManager and StatusBarItemsManager
1187
- - Added tslint-react-hooks to UI packages
1188
- - Add useEffectSkipFirst custom hook
1189
- - Update Statusbar index scss file.
1190
-
1191
- ## 1.7.0
1192
- Fri, 01 Nov 2019 13:28:37 GMT
1193
-
1194
- ### Updates
1195
-
1196
- - Provide a generic Form component to replace the one in Design Review Saftibase and Risk Manangement stages.
1197
- - Added badge support to context menu items. Moved some Plugin Ui definitions to ui-abstract.
1198
- - Added support for English key-ins in addition to translated key-ins
1199
- - Fix centering and sizing of dialogs in FireFox.
1200
- - Made the Status Bar & Backstage more responsive on smaller screens
1201
- - Added initial ui-abstract package setup
1202
- - Added UiAdmin with support for displaying Menus and Toolbars at a location
1203
- - Fixed SVG support in ui-core
1204
- - Added useLifecycleLogging hook to help debugging react functional components
1205
-
1206
- ## 1.6.0
1207
- Wed, 09 Oct 2019 20:28:42 GMT
1208
-
1209
- ### Updates
1210
-
1211
- - Added AutoSuggest component and improved KeyinBrowser component
1212
-
1213
- ## 1.5.0
1214
- Mon, 30 Sep 2019 22:28:48 GMT
1215
-
1216
- ### Updates
1217
-
1218
- - AccuDraw Popup Editors. Improved editor sizes. Editor Params improvements.
1219
- - Initial Accudraw Ui components - Buttons, ContextMenus, Calculator, Editors. IconInput in ui-core.
1220
- - Added hideHeader and header props and support for titleStyle prop
1221
- - Added initial (default) value to Search Box.
1222
- - Tool Assistance changes per UX Design
1223
- - Upgrade to TypeScript 3.6.2
1224
-
1225
- ## 1.4.0
1226
- Tue, 10 Sep 2019 12:09:49 GMT
1227
-
1228
- ### Updates
1229
-
1230
- - Using Checkbox component in BooleanEditor. Cleaned up cell editor positioning.
1231
- - Updated inputs and button padding for iModel.js. Fixed Popup colors & z-index.
1232
- - Added support for content view minSize properties
1233
- - Addressed some warnings introduced with React 16.9
1234
- - Listening for onSelectedViewportChanged to set active content view for viewports
1235
- - Fixed new lint issue in getDisplayName
1236
- - Allow an app to specify touch-specific instructions in tool assistance.
1237
- - Add a `ScrollPositionMaintainer` helper to recursively save and restore scroll position
1238
- - Added VerticalTabs component to ui-core
1239
-
1240
- ## 1.3.0
1241
- Tue, 13 Aug 2019 20:25:53 GMT
1242
-
1243
- ### Updates
1244
-
1245
- - Update to use latest icon library
1246
- - Add missing 'uicore-' prefix to step color values.
1247
- - Added CursorPrompt, improved Pointer messages
1248
- - Fixed Dialog component height on different browsers
1249
- - Make icon specification on Tile component optional.
1250
- - Added icons to markup/redline
1251
- - Moved Point, PointProps, Rectangle, RectangleProps, Size and SizeProps to ui-core from ui-ninezone
1252
- - Copied Tiles over from BWC to ui-core
1253
- - Update to latest icon package version.
1254
-
1255
- ## 1.2.0
1256
- Wed, 24 Jul 2019 11:47:26 GMT
1257
-
1258
- ### Updates
1259
-
1260
- - Checkbox: added theming
1261
- - Remove flex-grow from dialog containers - not supported by Firefox
1262
- - Removed flex-grow from dialogs
1263
- - Add missing space in scss files.
1264
- - Update styles on Select and Input components.
1265
- - Added CursorInformation and CursorPopup
1266
- - Added ToolAssistance support and Tool.iconSpec
1267
- - Fixed Toolbar resizing, ContextMenu className and $buic-row-hover & $buic-row-selection
1268
- - Checkbox: Fix `onClick` event so that it can be used to stop event propagation
1269
- - Remove excessive z-index CSS rule.
1270
- - Update light and dark theme colors.
1271
-
1272
- ## 1.1.0
1273
- Mon, 01 Jul 2019 19:04:29 GMT
1274
-
1275
- ### Updates
1276
-
1277
- - It is not possible to turn on/off checkbox by clicking on label
1278
- - Added prefixes to Dialog & ContextMenu to CSS classes for positioning
1279
- - Copied source from react-numeric-input and converted to TypeScript for internal control
1280
- - Modified regex for NumericInput
1281
- - Allow CSS selector string to specify item in FocusTrap to receive focus.
1282
- - Reverted ContextMenuDirection and DialogAlignment breaking changes
1283
- - Update to TypeScript 3.5
1284
- - ui-component unit tests. NumericInput strict=true default.
1285
-
1286
- ## 1.0.0
1287
- Mon, 03 Jun 2019 18:09:39 GMT
1288
-
1289
- ### Updates
1290
-
1291
- - Added UI Logger & UiError usage & improved i18n calls
1292
- - Change FrontStage to Frontstage
1293
- - Moved NoChildrenProps, OmitChildrenProp and flattenChildren to ui-core from ui-ninezone
1294
- - Release tag cleanup and ui-framework unit tests
1295
- - Updated UI package release tags for 1.0 release.
1296
- - Fixed release tag warnings in UI packages
1297
- - Add ability to save property only for current session.
1298
- - Added NumericInput component to ui-core. Added dependency on react-numeric-input.
1299
- - Update popup position when component updates.
1300
- - Remove unused z-index layers and move backstage to the end (since zones no longer create a stacking context).
1301
-
1302
- ## 0.191.0
1303
- Mon, 13 May 2019 15:52:05 GMT
1304
-
1305
- ### Updates
1306
-
1307
- - Update to latest version of icon library.
1308
- - @beta tags for Toolbar. More React.PureComponent usage. Added constructors to prevent deprecated warnings. Coverage minimum thresholds.
1309
- - Added CommonProps to many component Props in ui-core & ui-components
1310
- - Added tools/build/tslint-docs.json. Added SvgPath & SvgSprite to ui-core.
1311
- - Added missing package prefix to some CSS class names in ui-core, ui-components & ui-framework
1312
- - Reverted CubeNavigationAid changes
1313
- - Added 100% coverage to getDisplayName and shallowDiffers
1314
- - Show/Hide UI enhancements. Widget Opacity enhancements.
1315
- - Added local snapshot support to ui-test-app. Added specialized div components to ui-core.
1316
- - Fix broken links
1317
- - Small tweak to Popup class.
1318
- - Put sourcemap in npm package.
1319
- - Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
1320
- - Require React & React-dom 16.8
1321
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1322
- - Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
1323
- - Update icons-generic-webfont version to latest available.
1324
- - Added TableProp to hide header and supporting style changes
1325
- - Fixed _scrollbar.scss include
1326
- - Modify GlobalContextMenu to better follow UX guidelines
1327
- - Added release tags to ui-framework, ui-components and ui-core.
1328
- - UI documentation - added to Learning section
1329
- - Fix tree placeholder styling (set correct background and offset)
1330
- - Added ModelessDialog & ModelessDialogManager
1331
- - Add onOutsideClick prop to Popup.
1332
- - Add ability to set tooltips on tree node checkboxes
1333
- - Unit tests and fixed ColorEditor alignment
1334
- - Upgrade TypeDoc dependency to 0.14.2
1335
-
1336
- ## 0.190.0
1337
- Thu, 14 Mar 2019 14:26:49 GMT
1338
-
1339
- ### Updates
1340
-
1341
- - Added 'uifw-' to ContentLayout CSS class names and others. Fixed Status Bar separators.
1342
- - Added 'uifw-' prefix to most ui-framework CSS class names
1343
- - Cleaned up index.scss for variables & mixins in ui-core and added classes.scss that generates CSS
1344
- - Restructure `Node` component to allow more flexible layout
1345
-
1346
- ## 0.189.0
1347
- Wed, 06 Mar 2019 15:41:22 GMT
1348
-
1349
- ### Updates
1350
-
1351
- - Renamed CSS files to SCSS
1352
- - UI documentation fixes
1353
- - Added ToggleEditor. Support for defaultTool in Frontstage. Fixed BooleanEditor sizing.
1354
- - Added testing props to SplitButton
1355
- - Added tilde-prefixed hotkey support to ContextMenu
1356
- - Use new buildIModelJsBuild script
1357
- - Changed Checkbox container from <label> to <span>, because the former caused weird visual glitch when clicked on.
1358
- - Color tweaks
1359
- - Fixed submenus, added default autoselect for hotkeys
1360
- - Added tests for Dialog and Context Menu
1361
- - Remove unneeded typedoc plugin dependency
1362
- - Minor UI Color Theme changes
1363
- - Support for including CSS files in published UI packages
1364
- - Added styling capability to messages
1365
- - Removed dependency on BWC. Parts of BWC copied into ui-core in preparation for theming support.
1366
- - Save BUILD_SEMVER to globally accessible map
1367
- - Added UnderlinedButton
1368
- - Cleanup of DefaultToolSetting provider and EnumButtonGroup editor
1369
- - Move property definitions to imodeljs-frontend so they could be used by tools to define properties for tool settings.
1370
- - Added Image component.
1371
- - Renamed core-tree-tree to core-tree.
1372
- - Removed Div component.
1373
- - Renamed icon container class in tree node to core-tree-node-icon.
1374
- - Made tree node checkbox container background transparent.
1375
- - Tree node checkbox css fix
1376
- - Tree node now accepts one checkbox prop object instead of multiple props.
1377
- - Changed tree node styling.
1378
- - Added support for UI color themes
1379
- - Add a way to specify custom Node checkbox renderer
1380
- - Keyboard Shortcut keys in context menu. ui-core unit test branches.
1381
- - Update to use newer generic-icons-webfont package.
1382
- - Upgrade to TypeScript 3.2.2
1383
-
1384
- ## 0.188.0
1385
- Wed, 16 Jan 2019 16:36:09 GMT
1386
-
1387
- _Version update only_
1388
-
1389
- ## 0.187.0
1390
- Tue, 15 Jan 2019 15:18:59 GMT
1391
-
1392
- _Version update only_
1393
-
1394
- ## 0.186.0
1395
- Mon, 14 Jan 2019 23:09:10 GMT
1396
-
1397
- _Version update only_
1398
-
1399
- ## 0.185.0
1400
- Fri, 11 Jan 2019 18:29:00 GMT
1401
-
1402
- _Version update only_
1403
-
1404
- ## 0.184.0
1405
- Thu, 10 Jan 2019 22:46:17 GMT
1406
-
1407
- ### Updates
1408
-
1409
- - Ensure unique relative file paths.
1410
-
1411
- ## 0.183.0
1412
- Mon, 07 Jan 2019 21:49:21 GMT
1413
-
1414
- _Version update only_
1415
-
1416
- ## 0.182.0
1417
- Mon, 07 Jan 2019 13:31:34 GMT
1418
-
1419
- _Version update only_
1420
-
1421
- ## 0.181.0
1422
- Fri, 04 Jan 2019 13:02:40 GMT
1423
-
1424
- _Version update only_
1425
-
1426
- ## 0.180.0
1427
- Wed, 02 Jan 2019 15:18:23 GMT
1428
-
1429
- ### Updates
1430
-
1431
- - Added tests for Dialog and Context Menu
1432
- - Changed the updateThreshold in ElementSeparator to be 3px instead of size percentage.
1433
- - TreeNode checkbox fixes
1434
-
1435
- ## 0.179.0
1436
- Wed, 19 Dec 2018 18:26:14 GMT
1437
-
1438
- ### Updates
1439
-
1440
- - Use arrow cursor on tree nodes
1441
-
1442
- ## 0.178.0
1443
- Thu, 13 Dec 2018 22:06:10 GMT
1444
-
1445
- _Version update only_
1446
-
1447
- ## 0.177.0
1448
- Wed, 12 Dec 2018 17:21:32 GMT
1449
-
1450
- ### Updates
1451
-
1452
- - Updated TreeNodes to manage checkboxes
1453
- - Fix tree Node checkbox-related props
1454
-
1455
- ## 0.176.0
1456
- Mon, 10 Dec 2018 21:19:45 GMT
1457
-
1458
- _Version update only_
1459
-
1460
- ## 0.175.0
1461
- Mon, 10 Dec 2018 17:08:55 GMT
1462
-
1463
- _Version update only_
1464
-
1465
- ## 0.174.0
1466
- Mon, 10 Dec 2018 13:24:09 GMT
1467
-
1468
- _Version update only_
1469
-
1470
- ## 0.173.0
1471
- Thu, 06 Dec 2018 22:03:29 GMT
1472
-
1473
- ### Updates
1474
-
1475
- - Fixed initial & return layout of Frontstage. Styling of scrollbar in Chrome.
1476
- - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
1477
-
1478
- ## 0.172.0
1479
- Tue, 04 Dec 2018 17:24:39 GMT
1480
-
1481
- ### Updates
1482
-
1483
- - 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.
1484
-
1485
- ## 0.171.0
1486
- Mon, 03 Dec 2018 18:52:58 GMT
1487
-
1488
- ### Updates
1489
-
1490
- - Fixed Dialog modal backdrop show/hide
1491
- - Reduced the amount of unneded event calls in Dialog component and changed it to use Pointer events instead of Mouse+Touch.
1492
- - Added a vertical/horizontal line that is visible when hovered on ElementSeparator component.
1493
- - Renamed expandable block css class from core-property-block to core-expandable-block.
1494
- - Added a way to put Popups in fixed position and cleand up the refs.
1495
- - Added Omit type definition to Utils.
1496
- - Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
1497
- - Add Placeholder that can be displayed instead of tree node while it's being loaded
1498
-
1499
- ## 0.170.0
1500
- Mon, 26 Nov 2018 19:38:42 GMT
1501
-
1502
- ### Updates
1503
-
1504
- - Reduced the amount of unneded event calls in Dialog component and changed it to use Pointer events instead of Mouse+Touch.
1505
- - Added a vertical/horizontal line that is visible when hovered on ElementSeparator component.
1506
- - Renamed expandable block css class from core-property-block to core-expandable-block.
1507
- - Added a way to put Popups in fixed position and cleand up the refs.
1508
- - Added Omit type definition to Utils.
1509
-
1510
- ## 0.169.0
1511
- Tue, 20 Nov 2018 16:17:15 GMT
1512
-
1513
- ### Updates
1514
-
1515
- - Base Tree component improvements to allow virtualization
1516
-
1517
- ## 0.168.0
1518
- Sat, 17 Nov 2018 14:20:11 GMT
1519
-
1520
- _Version update only_
1521
-
1522
- ## 0.167.0
1523
- Fri, 16 Nov 2018 21:45:44 GMT
1524
-
1525
- ### Updates
1526
-
1527
- - Fixed some content control sizing issues
1528
- - Fixed Dialog movable prop and ContextMenu autoFlip.
1529
- - ui-framework unit tests & docs
1530
-
1531
- ## 0.166.0
1532
- Mon, 12 Nov 2018 16:42:10 GMT
1533
-
1534
- _Version update only_
1535
-
1536
- ## 0.165.0
1537
- Mon, 12 Nov 2018 15:47:00 GMT
1538
-
1539
- _Version update only_
1540
-
1541
- ## 0.164.0
1542
- Thu, 08 Nov 2018 17:59:21 GMT
1543
-
1544
- ### Updates
1545
-
1546
- - PropertyGrid property editing and unit tests
1547
- - Updated to TypeScript 3.1
1548
- - ui-core unit tests. Fixed backstage open issue.
1549
- - Make Tree-related components pure.
1550
- - Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
1551
-
1552
- ## 0.163.0
1553
- Wed, 31 Oct 2018 20:55:37 GMT
1554
-
1555
- ### Updates
1556
-
1557
- - Added JSX specification for Frontstage, Zone & Widget
1558
-
1559
- ## 0.162.0
1560
- Wed, 24 Oct 2018 19:20:07 GMT
1561
-
1562
- ### Updates
1563
-
1564
- - Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
1565
- - Ui Documentation
1566
- - Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
1567
- - Added an ElementSeparator component which allows resizing ratio between left/right column or upper/lower row.
1568
-
1569
- ## 0.161.0
1570
- Fri, 19 Oct 2018 13:04:14 GMT
1571
-
1572
- _Version update only_
1573
-
1574
- ## 0.160.0
1575
- Wed, 17 Oct 2018 18:18:38 GMT
1576
-
1577
- _Version update only_
1578
-
1579
- ## 0.159.0
1580
- Tue, 16 Oct 2018 14:09:09 GMT
1581
-
1582
- _Version update only_
1583
-
1584
- ## 0.158.0
1585
- Mon, 15 Oct 2018 19:36:09 GMT
1586
-
1587
- _Version update only_
1588
-
1589
- ## 0.157.0
1590
- Sun, 14 Oct 2018 17:20:06 GMT
1591
-
1592
- ### Updates
1593
-
1594
- - Fixing scripts for linux
1595
-
1596
- ## 0.156.0
1597
- Fri, 12 Oct 2018 23:00:10 GMT
1598
-
1599
- ### Updates
1600
-
1601
- - Initial release
1602
-
1
+ # Change Log - @itwin/core-react
2
+
3
+ This log was last generated on Mon, 29 May 2023 14:05:04 GMT and should not be manually modified.
4
+
5
+ ## 4.1.0
6
+ Mon, 29 May 2023 14:05:04 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add gaps between TreeNodeItem content items.
11
+
12
+ ## 4.0.1
13
+ Fri, 19 May 2023 12:24:31 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 4.0.0
18
+ Mon, 01 May 2023 13:32:16 GMT
19
+
20
+ ### Updates
21
+
22
+ - Promote APIs in use by apps.
23
+ - Using iTwinUI-variables.
24
+ - Update iTwinUI-react to v2.x.
25
+ - Fix tree node chevron alignment.
26
+ - Clean dependencies.
27
+ - Remove deprecated components and API.
28
+ - Bump minimum of core packages to 3.7.0.
29
+ - peerDependency allow react: ^18.0.0.
30
+ - Update typings for React18.
31
+ - Remove deprecated SCSS files.
32
+ - Remove SvgSprite component and support.
33
+ - Remove deprecated components.
34
+ - Update package.json dependencies and repo documentation.
35
+ - Remove webfont icons from components. Add ConditionIconComponent to allow IconSpec to be used conditionally instead of just a string.
36
+
37
+ ## 3.7.2
38
+ Wed, 12 Apr 2023 13:12:42 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 3.7.1
43
+ Mon, 03 Apr 2023 15:15:37 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 3.7.0
48
+ Wed, 29 Mar 2023 15:02:27 GMT
49
+
50
+ ### Updates
51
+
52
+ - Update @deprecated comments.
53
+
54
+ ## 3.6.3
55
+ Mon, 27 Mar 2023 16:26:47 GMT
56
+
57
+ _Version update only_
58
+
59
+ ## 3.6.2
60
+ Fri, 17 Mar 2023 17:52:32 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 3.6.1
65
+ Fri, 24 Feb 2023 22:00:48 GMT
66
+
67
+ _Version update only_
68
+
69
+ ## 3.6.0
70
+ Wed, 08 Feb 2023 14:58:40 GMT
71
+
72
+ ### Updates
73
+
74
+ - Use EmptyLocalization for localization in tests to increase test performance
75
+ - Update UnderlineButton test.
76
+
77
+ ## 3.5.6
78
+ Fri, 24 Feb 2023 16:02:47 GMT
79
+
80
+ _Version update only_
81
+
82
+ ## 3.5.5
83
+ Thu, 26 Jan 2023 22:53:27 GMT
84
+
85
+ _Version update only_
86
+
87
+ ## 3.5.4
88
+ Wed, 18 Jan 2023 15:27:15 GMT
89
+
90
+ _Version update only_
91
+
92
+ ## 3.5.3
93
+ Fri, 13 Jan 2023 17:23:07 GMT
94
+
95
+ _Version update only_
96
+
97
+ ## 3.5.2
98
+ Wed, 11 Jan 2023 16:46:30 GMT
99
+
100
+ _Version update only_
101
+
102
+ ## 3.5.1
103
+ Thu, 15 Dec 2022 16:38:29 GMT
104
+
105
+ _Version update only_
106
+
107
+ ## 3.5.0
108
+ Wed, 07 Dec 2022 19:12:37 GMT
109
+
110
+ ### Updates
111
+
112
+ - Unpin classnames package, fix invalid use of classnames
113
+ - Change core-dialog-hidden class so that modeless dialogs will be compatible with iTwinUI components.
114
+ - Use --buic-toolbar-opacity to set the opacity of toolbar items.
115
+
116
+ ## 3.4.7
117
+ Wed, 30 Nov 2022 14:28:19 GMT
118
+
119
+ _Version update only_
120
+
121
+ ## 3.4.6
122
+ Tue, 22 Nov 2022 14:24:19 GMT
123
+
124
+ _Version update only_
125
+
126
+ ## 3.4.5
127
+ Thu, 17 Nov 2022 21:32:50 GMT
128
+
129
+ _Version update only_
130
+
131
+ ## 3.4.4
132
+ Thu, 10 Nov 2022 19:32:17 GMT
133
+
134
+ _Version update only_
135
+
136
+ ## 3.4.3
137
+ Fri, 28 Oct 2022 13:34:58 GMT
138
+
139
+ _Version update only_
140
+
141
+ ## 3.4.2
142
+ Mon, 24 Oct 2022 13:23:45 GMT
143
+
144
+ _Version update only_
145
+
146
+ ## 3.4.1
147
+ Mon, 17 Oct 2022 20:06:51 GMT
148
+
149
+ _Version update only_
150
+
151
+ ## 3.4.0
152
+ Thu, 13 Oct 2022 20:24:47 GMT
153
+
154
+ ### Updates
155
+
156
+ - Added data uri handling for svg components
157
+ - Updated Node types declaration to support latest v16
158
+
159
+ ## 3.3.5
160
+ Tue, 27 Sep 2022 11:50:59 GMT
161
+
162
+ _Version update only_
163
+
164
+ ## 3.3.4
165
+ Thu, 08 Sep 2022 19:00:05 GMT
166
+
167
+ _Version update only_
168
+
169
+ ## 3.3.3
170
+ Tue, 06 Sep 2022 20:54:19 GMT
171
+
172
+ _Version update only_
173
+
174
+ ## 3.3.2
175
+ Thu, 01 Sep 2022 14:37:22 GMT
176
+
177
+ _Version update only_
178
+
179
+ ## 3.3.1
180
+ Fri, 26 Aug 2022 15:40:02 GMT
181
+
182
+ _Version update only_
183
+
184
+ ## 3.3.0
185
+ Thu, 18 Aug 2022 19:08:02 GMT
186
+
187
+ ### Updates
188
+
189
+ - upgrade mocha to version 10.0.0
190
+ - Fix svg-loader to only fetch svg data once. Also update buic-background-panel to use buic-background-1 so disabled itwin-ui components are properly displayed.
191
+ - Add drop-target stacking context layer.
192
+ - Update iTwinUI-react to 1.38.1
193
+
194
+ ## 3.2.9
195
+ Fri, 26 Aug 2022 14:21:40 GMT
196
+
197
+ _Version update only_
198
+
199
+ ## 3.2.8
200
+ Tue, 09 Aug 2022 15:52:41 GMT
201
+
202
+ _Version update only_
203
+
204
+ ## 3.2.7
205
+ Mon, 01 Aug 2022 13:36:56 GMT
206
+
207
+ _Version update only_
208
+
209
+ ## 3.2.6
210
+ Fri, 15 Jul 2022 19:04:43 GMT
211
+
212
+ _Version update only_
213
+
214
+ ## 3.2.5
215
+ Wed, 13 Jul 2022 15:45:52 GMT
216
+
217
+ ### Updates
218
+
219
+ - Added a 'repositionOnResize' property on the 'Popup' component, to avoid closing the popup everythime the browser window is resized.
220
+
221
+ ## 3.2.4
222
+ Tue, 21 Jun 2022 18:06:33 GMT
223
+
224
+ _Version update only_
225
+
226
+ ## 3.2.3
227
+ Fri, 17 Jun 2022 15:18:39 GMT
228
+
229
+ _Version update only_
230
+
231
+ ## 3.2.2
232
+ Fri, 10 Jun 2022 16:11:36 GMT
233
+
234
+ _Version update only_
235
+
236
+ ## 3.2.1
237
+ Tue, 07 Jun 2022 15:02:56 GMT
238
+
239
+ ### Updates
240
+
241
+ - Backport change to update panel background to use same as buic-background-dialog so dispabled itwin ui components display properly.
242
+
243
+ ## 3.2.0
244
+ Fri, 20 May 2022 13:10:54 GMT
245
+
246
+ ### Updates
247
+
248
+ - Added 'useCrossOriginPopup' and 'useInterval' hooks
249
+ - ListBox component: `onKeyPress` has been deprecated, switch to `onKeyDown`
250
+ - Fix for losing viewport content after clicking PW link
251
+ - Implement svg icons loading as a web component.
252
+ - Allow React icons to be used on Wedget tabs, backstage, and status bar items
253
+
254
+ ## 3.1.3
255
+ Fri, 15 Apr 2022 13:49:25 GMT
256
+
257
+ _Version update only_
258
+
259
+ ## 3.1.2
260
+ Wed, 06 Apr 2022 22:27:56 GMT
261
+
262
+ _Version update only_
263
+
264
+ ## 3.1.1
265
+ Thu, 31 Mar 2022 15:55:48 GMT
266
+
267
+ _Version update only_
268
+
269
+ ## 3.1.0
270
+ Tue, 29 Mar 2022 20:53:47 GMT
271
+
272
+ ### Updates
273
+
274
+ - Add ability to keep Dialog within application window.
275
+ - Update to itwinui-css version "0.44.0".
276
+ - Update to @itwin/itwinui-react: 1.32.0
277
+ - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
278
+
279
+ ## 3.0.3
280
+ Fri, 25 Mar 2022 15:10:02 GMT
281
+
282
+ _Version update only_
283
+
284
+ ## 3.0.2
285
+ Thu, 10 Mar 2022 21:18:13 GMT
286
+
287
+ _Version update only_
288
+
289
+ ## 3.0.1
290
+ Thu, 24 Feb 2022 15:26:55 GMT
291
+
292
+ ### Updates
293
+
294
+ - `TreeNode`: Fix checkbox propagating click events to the parent element, resulting in unexpected TreeNodeProps.onClick invocations.
295
+
296
+ ## 3.0.0
297
+ Mon, 24 Jan 2022 14:00:52 GMT
298
+
299
+ ### Updates
300
+
301
+ - Update NumberInput to select on focus and to capture Enter key
302
+ - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
303
+ - rename to @itwin/core-react
304
+ - remove ClientRequestContext and its subclasses
305
+ - Replace usage of I18N with generic Localization interface.
306
+ - Update snapshots
307
+ - Fix Select menu position when redered in a Popup.
308
+ - Support for TypeDoc v0.22.7. Fix various broken docs links.
309
+ - Deprecate obsolete code.
310
+ - Create empty frontstage and UiItemsProviders to populate it and update how ContentGroups are defined.
311
+ - Add missing public/beta types to the barrel file.
312
+ - Fix infinite loop crash in ContextMenu when the menu is too large to fit in the parent window.
313
+ - Fix issue with PopupContextMenu not closing when click occurs in a parent popup.
314
+ - Deprecate and promote apis
315
+ - Deprecate obsolete APIs. Publish beta APIs from last release.
316
+ - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
317
+ - Fixed small ExpandableBlock padding
318
+ - Remove files generated by bad merge
319
+ - Update disabled styling for NumberInput.
320
+ - Update styling on some status field items for better popup alignment.
321
+ - Update IconComponent SCSS to ensure color for inline svg is set.
322
+ - Allow size of NumberInput container to be sized via a style prop.
323
+ - Deprecated HorizontalTabs in ui-core. Removed older deprecated items. Updated NextVersion.md.
324
+ - Update to latest itwinui-react
325
+ - Incorporating iTwinUI-CSS and iTwinUI-React into iModel.js
326
+ - Moved iTwinUI style overrides to ui-core from ui-framework
327
+ - Rename ui directories to match new package names.
328
+ - Fix bug that sets the icon on MessageBox.NoSymbol the Success icon.
329
+ - Add prop that prevents popup children from unmounting when popup is closed.
330
+ - Update to React 17.
331
+ - Created imodel-components folder & package and moved color, lineweight, navigationaids, quantity, timeline & viewport. Deprecated MessageSeverity in ui-core & added it ui-abstract. Added MessagePresenter interface to ui-abstract.
332
+ - Remove react 16 peer dependency.
333
+ - Remove itwinUi css overrides.
334
+ - UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
335
+ - Fix vertical alignment of text in message box.
336
+ - Avoid error seen sometimes in Electron where resizeObserver.current is null.
337
+ - Fixed z-index of status messages to be on top of a dialog
338
+ - Deprecated ui-core Slider. Wrapped with one from iTwinUi-react to remove dependency on react-compound-slider.
339
+ - Update to latest types/react package
340
+ - Lock down and update version numbers so docs will build.
341
+
342
+ ## 2.19.28
343
+ Wed, 12 Jan 2022 14:52:38 GMT
344
+
345
+ _Version update only_
346
+
347
+ ## 2.19.27
348
+ Wed, 05 Jan 2022 20:07:20 GMT
349
+
350
+ _Version update only_
351
+
352
+ ## 2.19.26
353
+ Wed, 08 Dec 2021 20:54:53 GMT
354
+
355
+ _Version update only_
356
+
357
+ ## 2.19.25
358
+ Fri, 03 Dec 2021 20:05:49 GMT
359
+
360
+ _Version update only_
361
+
362
+ ## 2.19.24
363
+ Mon, 29 Nov 2021 18:44:31 GMT
364
+
365
+ _Version update only_
366
+
367
+ ## 2.19.23
368
+ Mon, 22 Nov 2021 20:41:40 GMT
369
+
370
+ _Version update only_
371
+
372
+ ## 2.19.22
373
+ Wed, 17 Nov 2021 01:23:26 GMT
374
+
375
+ _Version update only_
376
+
377
+ ## 2.19.21
378
+ Wed, 10 Nov 2021 10:58:24 GMT
379
+
380
+ _Version update only_
381
+
382
+ ## 2.19.20
383
+ Fri, 29 Oct 2021 16:14:22 GMT
384
+
385
+ _Version update only_
386
+
387
+ ## 2.19.19
388
+ Mon, 25 Oct 2021 16:16:25 GMT
389
+
390
+ ### Updates
391
+
392
+ - Drop unnecessary dep on @bentley/react-scripts; add a *.d.ts file for svg?sprite loader syntax
393
+
394
+ ## 2.19.18
395
+ Thu, 21 Oct 2021 20:59:44 GMT
396
+
397
+ _Version update only_
398
+
399
+ ## 2.19.17
400
+ Thu, 14 Oct 2021 21:19:43 GMT
401
+
402
+ _Version update only_
403
+
404
+ ## 2.19.16
405
+ Mon, 11 Oct 2021 17:37:46 GMT
406
+
407
+ _Version update only_
408
+
409
+ ## 2.19.15
410
+ Fri, 08 Oct 2021 16:44:23 GMT
411
+
412
+ _Version update only_
413
+
414
+ ## 2.19.14
415
+ Fri, 01 Oct 2021 13:07:03 GMT
416
+
417
+ _Version update only_
418
+
419
+ ## 2.19.13
420
+ Tue, 21 Sep 2021 21:06:40 GMT
421
+
422
+ _Version update only_
423
+
424
+ ## 2.19.12
425
+ Wed, 15 Sep 2021 18:06:47 GMT
426
+
427
+ _Version update only_
428
+
429
+ ## 2.19.11
430
+ Thu, 09 Sep 2021 21:04:58 GMT
431
+
432
+ _Version update only_
433
+
434
+ ## 2.19.10
435
+ Wed, 08 Sep 2021 14:36:01 GMT
436
+
437
+ _Version update only_
438
+
439
+ ## 2.19.9
440
+ Wed, 25 Aug 2021 15:36:01 GMT
441
+
442
+ ### Updates
443
+
444
+ - Test resizeObserver.current before calling unobserve.
445
+
446
+ ## 2.19.8
447
+ Mon, 23 Aug 2021 13:23:13 GMT
448
+
449
+ _Version update only_
450
+
451
+ ## 2.19.7
452
+ Fri, 20 Aug 2021 17:47:22 GMT
453
+
454
+ _Version update only_
455
+
456
+ ## 2.19.6
457
+ Tue, 17 Aug 2021 20:34:29 GMT
458
+
459
+ _Version update only_
460
+
461
+ ## 2.19.5
462
+ Fri, 13 Aug 2021 21:48:09 GMT
463
+
464
+ _Version update only_
465
+
466
+ ## 2.19.4
467
+ Thu, 12 Aug 2021 13:09:26 GMT
468
+
469
+ _Version update only_
470
+
471
+ ## 2.19.3
472
+ Wed, 04 Aug 2021 20:29:34 GMT
473
+
474
+ _Version update only_
475
+
476
+ ## 2.19.2
477
+ Tue, 03 Aug 2021 18:26:23 GMT
478
+
479
+ _Version update only_
480
+
481
+ ## 2.19.1
482
+ Thu, 29 Jul 2021 20:01:11 GMT
483
+
484
+ ### Updates
485
+
486
+ - Fix infinite loop in ContextMenu component for menus that are taller than parent window.
487
+
488
+ ## 2.19.0
489
+ Mon, 26 Jul 2021 12:21:25 GMT
490
+
491
+ ### Updates
492
+
493
+ - remove internal barrel-import usage
494
+ - Stop delivering pseudo-localized strings
495
+ - Update ResizableContainerObserver to monitor parent size if no children are specified.
496
+
497
+ ## 2.18.4
498
+ Tue, 10 Aug 2021 19:35:13 GMT
499
+
500
+ _Version update only_
501
+
502
+ ## 2.18.3
503
+ Wed, 28 Jul 2021 17:16:30 GMT
504
+
505
+ _Version update only_
506
+
507
+ ## 2.18.2
508
+ Mon, 26 Jul 2021 16:18:31 GMT
509
+
510
+ _Version update only_
511
+
512
+ ## 2.18.1
513
+ Fri, 16 Jul 2021 17:45:09 GMT
514
+
515
+ _Version update only_
516
+
517
+ ## 2.18.0
518
+ Fri, 09 Jul 2021 18:11:24 GMT
519
+
520
+ ### Updates
521
+
522
+ - Fix bug in ElementResizeObserver caused by using React.Ref and not an HTMLElement as a usedEffect dependency.
523
+
524
+ ## 2.17.3
525
+ Mon, 26 Jul 2021 16:08:36 GMT
526
+
527
+ _Version update only_
528
+
529
+ ## 2.17.2
530
+ Thu, 08 Jul 2021 15:23:00 GMT
531
+
532
+ _Version update only_
533
+
534
+ ## 2.17.1
535
+ Fri, 02 Jul 2021 15:38:31 GMT
536
+
537
+ _Version update only_
538
+
539
+ ## 2.17.0
540
+ Mon, 28 Jun 2021 16:20:11 GMT
541
+
542
+ ### Updates
543
+
544
+ - Update use of resize observer to be compatible with using it in a child/popup window.
545
+ - Update scss to remove use of slash for division to avoid SASS deprecation warnings.
546
+ - Publish in-use APIs
547
+
548
+ ## 2.16.10
549
+ Thu, 22 Jul 2021 20:23:45 GMT
550
+
551
+ _Version update only_
552
+
553
+ ## 2.16.9
554
+ Tue, 06 Jul 2021 22:08:34 GMT
555
+
556
+ _Version update only_
557
+
558
+ ## 2.16.8
559
+ Fri, 02 Jul 2021 17:40:46 GMT
560
+
561
+ _Version update only_
562
+
563
+ ## 2.16.7
564
+ Mon, 28 Jun 2021 18:13:04 GMT
565
+
566
+ _Version update only_
567
+
568
+ ## 2.16.6
569
+ Mon, 28 Jun 2021 13:12:55 GMT
570
+
571
+ _Version update only_
572
+
573
+ ## 2.16.5
574
+ Fri, 25 Jun 2021 16:03:01 GMT
575
+
576
+ _Version update only_
577
+
578
+ ## 2.16.4
579
+ Wed, 23 Jun 2021 17:09:07 GMT
580
+
581
+ _Version update only_
582
+
583
+ ## 2.16.3
584
+ Wed, 16 Jun 2021 20:29:32 GMT
585
+
586
+ _Version update only_
587
+
588
+ ## 2.16.2
589
+ Thu, 03 Jun 2021 18:08:11 GMT
590
+
591
+ _Version update only_
592
+
593
+ ## 2.16.1
594
+ Thu, 27 May 2021 20:04:22 GMT
595
+
596
+ _Version update only_
597
+
598
+ ## 2.16.0
599
+ Mon, 24 May 2021 15:58:39 GMT
600
+
601
+ ### Updates
602
+
603
+ - Wrap resizeObserver in a windows animation frame to prevent loop limit exceeded error.
604
+ - Add support for child popup windows.
605
+ - Improved Multi-Value column filtering in the Table component
606
+ - Update to latest classnames package
607
+ - Fix GlobalContextMenu layout issue in presentation-test-app by setting display:none on anchoring div.
608
+
609
+ ## 2.15.6
610
+ Wed, 26 May 2021 15:55:19 GMT
611
+
612
+ _Version update only_
613
+
614
+ ## 2.15.5
615
+ Thu, 20 May 2021 15:06:26 GMT
616
+
617
+ _Version update only_
618
+
619
+ ## 2.15.4
620
+ Tue, 18 May 2021 21:59:07 GMT
621
+
622
+ _Version update only_
623
+
624
+ ## 2.15.3
625
+ Mon, 17 May 2021 13:31:38 GMT
626
+
627
+ ### Updates
628
+
629
+ - Wrap resizeObserver in a windows animation frame to prevent loop limit exceeded error.
630
+
631
+ ## 2.15.2
632
+ Wed, 12 May 2021 18:08:13 GMT
633
+
634
+ _Version update only_
635
+
636
+ ## 2.15.1
637
+ Wed, 05 May 2021 13:18:31 GMT
638
+
639
+ _Version update only_
640
+
641
+ ## 2.15.0
642
+ Fri, 30 Apr 2021 12:36:58 GMT
643
+
644
+ ### Updates
645
+
646
+ - Add more descriptive UiSettingsStorage, LocalSettingsStorage, and SessionSettingsStorage and deprecate badly name beta classes.
647
+
648
+ ## 2.14.4
649
+ Thu, 22 Apr 2021 21:07:34 GMT
650
+
651
+ _Version update only_
652
+
653
+ ## 2.14.3
654
+ Thu, 15 Apr 2021 15:13:16 GMT
655
+
656
+ ### Updates
657
+
658
+ - Fix z-index of statusbar overflow panel to show footer popups.
659
+
660
+ ## 2.14.2
661
+ Thu, 08 Apr 2021 14:30:09 GMT
662
+
663
+ _Version update only_
664
+
665
+ ## 2.14.1
666
+ Mon, 05 Apr 2021 16:28:00 GMT
667
+
668
+ _Version update only_
669
+
670
+ ## 2.14.0
671
+ Fri, 02 Apr 2021 13:18:42 GMT
672
+
673
+ ### Updates
674
+
675
+ - Add SettingsManager and SettingsContainer for displaying app settings UI.
676
+ - fix height in number control.
677
+ - Fix for listbox not rerendering when selectedVaue prop is changed.
678
+ - Add option to show/hide settings category header text.
679
+ - Improved ui-components test coverage to 100%
680
+ - Support for Focus into Tool Settings
681
+
682
+ ## 2.13.0
683
+ Tue, 09 Mar 2021 20:28:13 GMT
684
+
685
+ ### Updates
686
+
687
+ - Keep hideIconContainer prop from bleeding into div.
688
+ - Add right mouse click on TreeNode
689
+ - Updated to use TypeScript 4.1
690
+ - Floating widget opacity for UI 2.0. Slider formatMin, formatMax props.
691
+ - Support for conditionally disabling/hiding keyboard shortcuts
692
+ - Add margin and padding top labeled-themed-select.
693
+ - begin rename project from iModel.js to iTwin.js
694
+
695
+ ## 2.12.3
696
+ Mon, 08 Mar 2021 15:32:00 GMT
697
+
698
+ _Version update only_
699
+
700
+ ## 2.12.2
701
+ Wed, 03 Mar 2021 18:48:53 GMT
702
+
703
+ _Version update only_
704
+
705
+ ## 2.12.1
706
+ Tue, 23 Feb 2021 20:54:45 GMT
707
+
708
+ _Version update only_
709
+
710
+ ## 2.12.0
711
+ Thu, 18 Feb 2021 22:10:13 GMT
712
+
713
+ ### Updates
714
+
715
+ - Allow target _blank in Message boxes if secure relationships exist on the element
716
+ - AccuDraw bi-directional value updates
717
+ - Wrap the props.valueChanged call in the SearchBox to prevent a state change when the value has not really changed. This generally only happens when a valueChangedDelay is specified.
718
+
719
+ ## 2.11.2
720
+ Thu, 18 Feb 2021 02:50:59 GMT
721
+
722
+ _Version update only_
723
+
724
+ ## 2.11.1
725
+ Thu, 04 Feb 2021 17:22:41 GMT
726
+
727
+ _Version update only_
728
+
729
+ ## 2.11.0
730
+ Thu, 28 Jan 2021 13:39:27 GMT
731
+
732
+ ### Updates
733
+
734
+ - Update components that support providing refs via React.forwardRef to work better with document generation.
735
+ - Add option to use a 'x-small' webfont icon.
736
+ - Add nested popup support to components that use HOC withOnOutsideClick.
737
+ - Fix bug processing zero value in Select options.
738
+ - Fix calling of onClick and onSelect calls when ContextMenuItem is disabled
739
+ - Lock react-select to 3.1.0 and @types/react-select to 3.0.26 until we can fi
740
+ - updated `ExpandableBlock` component to be able to take in title as JSX.Element and a tooltip, in which title string property can be passed
741
+ - updated `ExpandableBlock` component to be able to take in title as JSX.Element and a tooltip, in which title string property can be passed
742
+ - Add partial checkbox handling to TreeNode
743
+ - Initial implementation of AccuDraw UI
744
+ - Added ui-core learning docs content and added Notification.md, Style.md & Tooltip.md ui-core learning doc files.
745
+ - Added support to ExpandableList for updating the active block programmatically
746
+ - Fix controlled/uncontrolled react warning in Select component.
747
+ - Added disabled support to Select component options
748
+
749
+ ## 2.10.3
750
+ Fri, 08 Jan 2021 18:34:03 GMT
751
+
752
+ _Version update only_
753
+
754
+ ## 2.10.2
755
+ Fri, 08 Jan 2021 14:52:02 GMT
756
+
757
+ _Version update only_
758
+
759
+ ## 2.10.1
760
+ Tue, 22 Dec 2020 00:53:38 GMT
761
+
762
+ _Version update only_
763
+
764
+ ## 2.10.0
765
+ Fri, 18 Dec 2020 18:24:01 GMT
766
+
767
+ ### Updates
768
+
769
+ - By default format slider tooltip with same number of decimal places as step specification.
770
+ - Change warning/success/error colors for labeledInput to themed variables .
771
+ - Add ability for Popup to avoid outside click processing when clicking on element in nested Popup.
772
+ - Add new NumberInput control to replace NumericInput which wrapped react-numeric-input.
773
+ - Clear FocusTrap timeout on unmount.
774
+ - Popup - added onContextMenu & closeOnContextMenu props
775
+ - Added 'closeOnWheel' and 'onWheel' Popup props
776
+ - Unified UI typography systems
777
+
778
+ ## 2.9.9
779
+ Sun, 13 Dec 2020 19:00:03 GMT
780
+
781
+ _Version update only_
782
+
783
+ ## 2.9.8
784
+ Fri, 11 Dec 2020 02:57:36 GMT
785
+
786
+ _Version update only_
787
+
788
+ ## 2.9.7
789
+ Wed, 09 Dec 2020 20:58:23 GMT
790
+
791
+ _Version update only_
792
+
793
+ ## 2.9.6
794
+ Mon, 07 Dec 2020 18:40:48 GMT
795
+
796
+ _Version update only_
797
+
798
+ ## 2.9.5
799
+ Sat, 05 Dec 2020 01:55:56 GMT
800
+
801
+ _Version update only_
802
+
803
+ ## 2.9.4
804
+ Wed, 02 Dec 2020 20:55:40 GMT
805
+
806
+ ### Updates
807
+
808
+ - Clear FocusTrap timeout on unmount.
809
+
810
+ ## 2.9.3
811
+ Mon, 23 Nov 2020 20:57:56 GMT
812
+
813
+ _Version update only_
814
+
815
+ ## 2.9.2
816
+ Mon, 23 Nov 2020 15:33:50 GMT
817
+
818
+ _Version update only_
819
+
820
+ ## 2.9.1
821
+ Thu, 19 Nov 2020 17:03:42 GMT
822
+
823
+ ### Updates
824
+
825
+ - Added AutoSuggest props - renderInputComponent, renderSuggestionsContainer, onSuggestionsClearRequested
826
+
827
+ ## 2.9.0
828
+ Wed, 18 Nov 2020 16:01:50 GMT
829
+
830
+ ### Updates
831
+
832
+ - Updated Input and TextArea controls to support returning ref to native HTML control. PBI#484911.
833
+ - Update DialogButtonType enum.
834
+ - Changed AutoSuggest getSuggestions prop to async and removed @deprecated tag
835
+ - Change Editor components to process native keyboard events instead of synthe
836
+ - Add LabeledThemedSelect component
837
+ - Added ProgressSpinner component
838
+
839
+ ## 2.8.1
840
+ Tue, 03 Nov 2020 00:33:56 GMT
841
+
842
+ _Version update only_
843
+
844
+ ## 2.8.0
845
+ Fri, 23 Oct 2020 17:04:02 GMT
846
+
847
+ ### Updates
848
+
849
+ - Move definitions to ui-abstract
850
+ - Explicitly set line-height for checkbox to avoid in compatible line-height being inherited from a parent element.
851
+ - Revert changes made to limit focus trap to contents only. Use class now to ignore unwanted focus target.
852
+ - Add missing semicolons to .scss files.
853
+ - Added jsdoc ESLint rule for UI packages
854
+
855
+ ## 2.7.6
856
+ Wed, 11 Nov 2020 16:28:23 GMT
857
+
858
+ _Version update only_
859
+
860
+ ## 2.7.5
861
+ Fri, 23 Oct 2020 16:23:51 GMT
862
+
863
+ _Version update only_
864
+
865
+ ## 2.7.4
866
+ Mon, 19 Oct 2020 17:57:02 GMT
867
+
868
+ _Version update only_
869
+
870
+ ## 2.7.3
871
+ Wed, 14 Oct 2020 17:00:59 GMT
872
+
873
+ _Version update only_
874
+
875
+ ## 2.7.2
876
+ Tue, 13 Oct 2020 18:20:39 GMT
877
+
878
+ _Version update only_
879
+
880
+ ## 2.7.1
881
+ Thu, 08 Oct 2020 13:04:35 GMT
882
+
883
+ ### Updates
884
+
885
+ - Revert changes made to limit focus trap to contents only. Use class now to ignore unwanted focus target.
886
+
887
+ ## 2.7.0
888
+ Fri, 02 Oct 2020 18:03:32 GMT
889
+
890
+ ### Updates
891
+
892
+ - Add themed color to loading message
893
+ - Update styles for use in DatePicker
894
+ - Fix FocusTrap to only restore focus when it unmounts.
895
+ - Added Table cell editor activation via keyboard when using row selection. Added Tree cell editor activation via keyboard.
896
+ - Added 'jam3/no-sanitizer-with-danger' ESLint rule for UI React packages
897
+ - Updated react-autosuggest to V10.0
898
+ - Table cell editing via keyboard
899
+ - Styling fixes for ThemedSelect and Input with Icon.
900
+ - Minor styling fixes to ThemedSelect.
901
+
902
+ ## 2.6.5
903
+ Sat, 26 Sep 2020 16:06:34 GMT
904
+
905
+ _Version update only_
906
+
907
+ ## 2.6.4
908
+ Tue, 22 Sep 2020 17:40:07 GMT
909
+
910
+ _Version update only_
911
+
912
+ ## 2.6.3
913
+ Mon, 21 Sep 2020 14:47:10 GMT
914
+
915
+ _Version update only_
916
+
917
+ ## 2.6.2
918
+ Mon, 21 Sep 2020 13:07:44 GMT
919
+
920
+ _Version update only_
921
+
922
+ ## 2.6.1
923
+ Fri, 18 Sep 2020 13:15:09 GMT
924
+
925
+ _Version update only_
926
+
927
+ ## 2.6.0
928
+ Thu, 17 Sep 2020 13:16:12 GMT
929
+
930
+ ### Updates
931
+
932
+ - Added PopupContextMenu component. Added 'iconRight' support to menu items.
933
+ - Moved ESLint configuration to a plugin
934
+ - Added ability to collapse all ExpandableList blocks when using singleExpandOnly
935
+ - Hide the icon container if no icon is passed to fix alignment issues
936
+ - Addressed ESLint warnings in UI packages. Fixed react-set-state-usage rule. Allowing PascalCase for functions in UI packages for React function component names.
937
+ - Added Indeterminate Progress Indicator
938
+ - Add component to highlight matching filter text.
939
+ - Sanitizing HTMLElement before using React rendering
940
+ - SplitButton popupPosition & buttonType props support
941
+ - Add prefers-color-scheme media query for SYSTEM_PREFERRED theme.
942
+ - Add ThemedEnumEditor for DialogItems and ToolSettings, using the ThemedSelect component.
943
+
944
+ ## 2.5.5
945
+ Wed, 02 Sep 2020 17:42:23 GMT
946
+
947
+ _Version update only_
948
+
949
+ ## 2.5.4
950
+ Fri, 28 Aug 2020 15:34:15 GMT
951
+
952
+ _Version update only_
953
+
954
+ ## 2.5.3
955
+ Wed, 26 Aug 2020 11:46:00 GMT
956
+
957
+ _Version update only_
958
+
959
+ ## 2.5.2
960
+ Tue, 25 Aug 2020 22:09:08 GMT
961
+
962
+ _Version update only_
963
+
964
+ ## 2.5.1
965
+ Mon, 24 Aug 2020 18:13:04 GMT
966
+
967
+ _Version update only_
968
+
969
+ ## 2.5.0
970
+ Thu, 20 Aug 2020 20:57:10 GMT
971
+
972
+ ### Updates
973
+
974
+ - Fixed updating focus when Tabs activeIndex updated. More a11y issues.
975
+ - Add new variable to define drop shadow color for popups.
976
+ - Logging error when UiCore.translate called without UiCore.initialize being called beforehand
977
+ - Colorpicker updates
978
+ - Added eslint-plugin-jsx-a11y devDependency and made first pass at adding a11y roles
979
+ - Added react-axe and resolved some a11y issues
980
+ - Moved SpecialKey & FunctionKey enums to ui-abstract & started using them throughout UI packages
981
+ - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
982
+ - Added Table component keyboard row selection. Miscellaneous a11y fixes.
983
+ - Switch to ESLint
984
+ - Tree keyboard node selection & expansion
985
+ - Update to @bentley/react-scripts@3.4.2
986
+
987
+ ## 2.4.2
988
+ Fri, 14 Aug 2020 16:34:09 GMT
989
+
990
+ _Version update only_
991
+
992
+ ## 2.4.1
993
+ Fri, 07 Aug 2020 19:57:43 GMT
994
+
995
+ _Version update only_
996
+
997
+ ## 2.4.0
998
+ Tue, 28 Jul 2020 16:26:24 GMT
999
+
1000
+ ### Updates
1001
+
1002
+ - Add support for a basic single selection aria compliant listbox.
1003
+ - Checkboxes in lists & trees are out of place
1004
+ - Disabled component styling. Fixed Dialog focus problems.
1005
+ - Map Layer UX
1006
+ - Allowing Input component user to override the type
1007
+ - Fix ThemeSelect formatOptionLabel prop to return React.ReactNode.
1008
+ - Added Arrow key navigation in Tabs components. Added ItemKeyboardNavigator.
1009
+ - Add aria props into ThemedSelectProps for accessibility. addclassName prop to ThemedSelectProps as requested for styling purposes.
1010
+ - Changed toolbar opacity processing to affect all components in widget.
1011
+ - Add border prop to ImageCheckBox
1012
+ - Replace slider specific Tooltip with generic Tooltip.
1013
+
1014
+ ## 2.3.3
1015
+ Thu, 23 Jul 2020 12:57:15 GMT
1016
+
1017
+ _Version update only_
1018
+
1019
+ ## 2.3.2
1020
+ Tue, 14 Jul 2020 23:50:36 GMT
1021
+
1022
+ ### Updates
1023
+
1024
+ - Fixed Checkbox sizing/rendering & Dialog focus problems
1025
+
1026
+ ## 2.3.1
1027
+ Mon, 13 Jul 2020 18:50:14 GMT
1028
+
1029
+ _Version update only_
1030
+
1031
+ ## 2.3.0
1032
+ Fri, 10 Jul 2020 17:23:14 GMT
1033
+
1034
+ ### Updates
1035
+
1036
+ - Improved ui-core unit test coverage to 100%
1037
+ - Support for CSS units in Dialog min/max sizes
1038
+ - Accessibility: Improved focus borders & indicators
1039
+ - Increase popup position tolerance to 3 pixels to avoid endless set state calls.
1040
+ - Styled RadioButton. Restyled Checkbox. Fixed FocusTrap pointer events.
1041
+ - Fixed default size of Toggle button
1042
+ - Support for indeterminate state in Checkbox component
1043
+
1044
+ ## 2.2.1
1045
+ Tue, 07 Jul 2020 14:44:52 GMT
1046
+
1047
+ _Version update only_
1048
+
1049
+ ## 2.2.0
1050
+ Fri, 19 Jun 2020 14:10:03 GMT
1051
+
1052
+ ### Updates
1053
+
1054
+ - Qualified the CSS class names for the face names in Cube Navigation Aid
1055
+ - Fixed size & padding for hollow button
1056
+ - Added property editors for multi-line text, slider and numeric input/spinner.
1057
+ - No longer calling onOutsideClick from ContextMenu when closed
1058
+ - Replace 'Plugin' with 'Extension' in comments and examples.
1059
+ - Fixed minimum size of Toggle component
1060
+ - Added support for popup with multiple editors
1061
+ - Unify size of hollow and blue buttons.
1062
+ - Specify the props that can passed to ThemedSelect instead of just allowing all the react-select props.
1063
+
1064
+ ## 2.1.0
1065
+ Thu, 28 May 2020 22:48:59 GMT
1066
+
1067
+ ### Updates
1068
+
1069
+ - Address React warnings about deprecated methods.
1070
+ - Element Separator updated with new style and group resize logic.
1071
+ - Throttled ElementSeparator to call onRatioChanged a maximum of once every 16ms
1072
+ - Fixed breaking change regarding ElementSeparator onRatioChanged
1073
+ - Fixed Table filter renderers after react-select version upgrade
1074
+ - Support for striped rows in Table
1075
+ - Added ability for apps to display Favorite properties in Element Tooltip & Card at Cursor
1076
+ - Add ThemedSelect, a react-select component that uses iModel.js UI theming.
1077
+
1078
+ ## 2.0.0
1079
+ Wed, 06 May 2020 13:17:49 GMT
1080
+
1081
+ ### Updates
1082
+
1083
+ - [For Dialog component, support dialogs that disable the default header and want to implement custom move logic by updating the x and y props. This was fixed by only handling the pointer move events when a resize or move operation starts instead of on mount. Also now we only update the relevant state in the pointer move event handler based on if we are moving or resizing]
1084
+ - Qualified .label & .message CSS classes. Removed .cell CSS class usage. Fixed cell editor sizes.
1085
+ - Removed @deprecated APIs from ui-framework & ui-core and updated NextVersion.md
1086
+ - Changes to WebFontIcon to support custom font-family icons.
1087
+ - Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
1088
+ - Fix bug 292829 where toolbar border displayed when all items are hidden.
1089
+ - Convert FocusTrap to internal FunctionComponent and ensure no focus processing is done when the trap is not active.
1090
+ - Fixed ReactResizeDetector usage after upgrade. Converted Toggle component to function. Hover/pressed styling in 2.0 Toolbar.
1091
+ - Make resize-observer-polyfill a full dependency
1092
+ - Fixed Messages window blinking when you tap on it on iOS
1093
+ - Ui 2.0 - Blur the toolbar item background
1094
+ - Add a tolerance to check position between render cycles.
1095
+ - Made React functional component specifications consistent across UI packages
1096
+ - Slider component tooltipBelow prop & tooltip styling
1097
+ - Added API in MessageManager to display either a Toast or Sticky message using React components.
1098
+ - Updates to remove need for svg-sprite-loader, use defualt CRA svgr loader instead.
1099
+ - Revert back to using svg-sprite-loader and sprite resourceQuery.
1100
+ - Upgrade to Rush 5.23.2
1101
+ - Fixed Safari browser issues
1102
+ - Copied filter renderers from react-data-grid-addons to ui-components to prevent security error
1103
+ - Fixed several Tool Assistance issues
1104
+ - Ui 2.0 - Toolbar display changes
1105
+ - Updated Toolbar colors/opacity for Ui 2.0
1106
+ - Move common use hooks from ui-ninezone.
1107
+ - Learning docs for UiAdmin & UiItemsArbiter
1108
+ - Promoted some @beta to @public in Ui packages & ToolAssistance for 2.0 release.
1109
+ - Fixes to Toggle onBlur handling & ControlledTree error message position
1110
+ - In source documentation. Some learning docs & API changes.
1111
+ - Move react to peerDependencies.
1112
+ - Learning documentation for ui-core
1113
+ - TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
1114
+ - Fix popup position calculation.
1115
+ - Started ui-components Learning doc section
1116
+ - Make UiSettings asynchronous.
1117
+ - UI: Toggle Component - only use animation on value change
1118
+ - Add `useOptionalDisposable` hook
1119
+ - Update auto-generated dialog items to work with the Tool Settings Bar.
1120
+ - Moved Checkbox, Radio, Select, Toggle, Slider & AutoSuggest into their own category
1121
+ - Defaulting to IModelApp.i18n in UI packages and cascading initialize() calls
1122
+ - UI: Support for multiple Toast & Sticky messages
1123
+ - Added UiSetting. Saving/restoring settings in ui-test-app.
1124
+ - Remove support for the iModel.js module system by no longer delivering modules.
1125
+ - Update Select control to allow placeholder text to be re-displayed by setting value to undefined.
1126
+ - set z-index on toolsettings overflow panel
1127
+
1128
+ ## 1.14.1
1129
+ Wed, 22 Apr 2020 19:04:00 GMT
1130
+
1131
+ ### Updates
1132
+
1133
+ - Documentation
1134
+
1135
+ ## 1.14.0
1136
+ Tue, 31 Mar 2020 15:44:19 GMT
1137
+
1138
+ _Version update only_
1139
+
1140
+ ## 1.13.0
1141
+ Wed, 04 Mar 2020 16:16:31 GMT
1142
+
1143
+ ### Updates
1144
+
1145
+ - Placeholder text not supported by Select component
1146
+
1147
+ ## 1.12.0
1148
+ Wed, 12 Feb 2020 17:45:50 GMT
1149
+
1150
+ ### Updates
1151
+
1152
+ - Upgraded icons-generic-webfont to ^1.0.0
1153
+ - Added useDisposable hook
1154
+
1155
+ ## 1.11.0
1156
+ Wed, 22 Jan 2020 19:24:12 GMT
1157
+
1158
+ ### Updates
1159
+
1160
+ - Fixed useEffectSkipFirst hook to cleanup properly
1161
+ - Upgrade to TypeScript 3.7.2.
1162
+
1163
+ ## 1.10.0
1164
+ Tue, 07 Jan 2020 19:44:01 GMT
1165
+
1166
+ ### Updates
1167
+
1168
+ - Fixed lgtm issues in UI folders
1169
+
1170
+ ## 1.9.0
1171
+ Tue, 10 Dec 2019 18:08:56 GMT
1172
+
1173
+ ### Updates
1174
+
1175
+ - No longer accessing this.state or this.props in setState updater - flagged by lgtm report
1176
+ - Changed SignIn & SignOut buttons to large. Fixed Dialog component resizing. Reduced default minimum size of Dialog component.
1177
+ - Update sinon version.
1178
+ - Use exhaustive-deps linter rule.
1179
+ - Removed unused React state variables. Removed unsupported setState calls from render() methods.
1180
+ - Code cleanup based on code analysis report from lgtm.
1181
+ - Added ConditionalField and FooterModeField components. StatusBar responsive changes.
1182
+
1183
+ ## 1.8.0
1184
+ Fri, 22 Nov 2019 14:03:34 GMT
1185
+
1186
+ ### Updates
1187
+
1188
+ - Update Icon package version
1189
+ - Fixed Dialog position after moving or resizing. Fixed sizing on Firefox for different alignments.
1190
+ - Implemented more efficient CSS animation for Spinner component
1191
+ - Added slight delay before spinner animation. LoadingSpinnner tests in SpinnerTestDialog.
1192
+ - Tablet responsive UI
1193
+ - Added StatusBarComposer, StatusBarItem, StatusBarManager and StatusBarItemsManager
1194
+ - Added tslint-react-hooks to UI packages
1195
+ - Add useEffectSkipFirst custom hook
1196
+ - Update Statusbar index scss file.
1197
+
1198
+ ## 1.7.0
1199
+ Fri, 01 Nov 2019 13:28:37 GMT
1200
+
1201
+ ### Updates
1202
+
1203
+ - Provide a generic Form component to replace the one in Design Review Saftibase and Risk Manangement stages.
1204
+ - Added badge support to context menu items. Moved some Plugin Ui definitions to ui-abstract.
1205
+ - Added support for English key-ins in addition to translated key-ins
1206
+ - Fix centering and sizing of dialogs in FireFox.
1207
+ - Made the Status Bar & Backstage more responsive on smaller screens
1208
+ - Added initial ui-abstract package setup
1209
+ - Added UiAdmin with support for displaying Menus and Toolbars at a location
1210
+ - Fixed SVG support in ui-core
1211
+ - Added useLifecycleLogging hook to help debugging react functional components
1212
+
1213
+ ## 1.6.0
1214
+ Wed, 09 Oct 2019 20:28:42 GMT
1215
+
1216
+ ### Updates
1217
+
1218
+ - Added AutoSuggest component and improved KeyinBrowser component
1219
+
1220
+ ## 1.5.0
1221
+ Mon, 30 Sep 2019 22:28:48 GMT
1222
+
1223
+ ### Updates
1224
+
1225
+ - AccuDraw Popup Editors. Improved editor sizes. Editor Params improvements.
1226
+ - Initial Accudraw Ui components - Buttons, ContextMenus, Calculator, Editors. IconInput in ui-core.
1227
+ - Added hideHeader and header props and support for titleStyle prop
1228
+ - Added initial (default) value to Search Box.
1229
+ - Tool Assistance changes per UX Design
1230
+ - Upgrade to TypeScript 3.6.2
1231
+
1232
+ ## 1.4.0
1233
+ Tue, 10 Sep 2019 12:09:49 GMT
1234
+
1235
+ ### Updates
1236
+
1237
+ - Using Checkbox component in BooleanEditor. Cleaned up cell editor positioning.
1238
+ - Updated inputs and button padding for iModel.js. Fixed Popup colors & z-index.
1239
+ - Added support for content view minSize properties
1240
+ - Addressed some warnings introduced with React 16.9
1241
+ - Listening for onSelectedViewportChanged to set active content view for viewports
1242
+ - Fixed new lint issue in getDisplayName
1243
+ - Allow an app to specify touch-specific instructions in tool assistance.
1244
+ - Add a `ScrollPositionMaintainer` helper to recursively save and restore scroll position
1245
+ - Added VerticalTabs component to ui-core
1246
+
1247
+ ## 1.3.0
1248
+ Tue, 13 Aug 2019 20:25:53 GMT
1249
+
1250
+ ### Updates
1251
+
1252
+ - Update to use latest icon library
1253
+ - Add missing 'uicore-' prefix to step color values.
1254
+ - Added CursorPrompt, improved Pointer messages
1255
+ - Fixed Dialog component height on different browsers
1256
+ - Make icon specification on Tile component optional.
1257
+ - Added icons to markup/redline
1258
+ - Moved Point, PointProps, Rectangle, RectangleProps, Size and SizeProps to ui-core from ui-ninezone
1259
+ - Copied Tiles over from BWC to ui-core
1260
+ - Update to latest icon package version.
1261
+
1262
+ ## 1.2.0
1263
+ Wed, 24 Jul 2019 11:47:26 GMT
1264
+
1265
+ ### Updates
1266
+
1267
+ - Checkbox: added theming
1268
+ - Remove flex-grow from dialog containers - not supported by Firefox
1269
+ - Removed flex-grow from dialogs
1270
+ - Add missing space in scss files.
1271
+ - Update styles on Select and Input components.
1272
+ - Added CursorInformation and CursorPopup
1273
+ - Added ToolAssistance support and Tool.iconSpec
1274
+ - Fixed Toolbar resizing, ContextMenu className and $buic-row-hover & $buic-row-selection
1275
+ - Checkbox: Fix `onClick` event so that it can be used to stop event propagation
1276
+ - Remove excessive z-index CSS rule.
1277
+ - Update light and dark theme colors.
1278
+
1279
+ ## 1.1.0
1280
+ Mon, 01 Jul 2019 19:04:29 GMT
1281
+
1282
+ ### Updates
1283
+
1284
+ - It is not possible to turn on/off checkbox by clicking on label
1285
+ - Added prefixes to Dialog & ContextMenu to CSS classes for positioning
1286
+ - Copied source from react-numeric-input and converted to TypeScript for internal control
1287
+ - Modified regex for NumericInput
1288
+ - Allow CSS selector string to specify item in FocusTrap to receive focus.
1289
+ - Reverted ContextMenuDirection and DialogAlignment breaking changes
1290
+ - Update to TypeScript 3.5
1291
+ - ui-component unit tests. NumericInput strict=true default.
1292
+
1293
+ ## 1.0.0
1294
+ Mon, 03 Jun 2019 18:09:39 GMT
1295
+
1296
+ ### Updates
1297
+
1298
+ - Added UI Logger & UiError usage & improved i18n calls
1299
+ - Change FrontStage to Frontstage
1300
+ - Moved NoChildrenProps, OmitChildrenProp and flattenChildren to ui-core from ui-ninezone
1301
+ - Release tag cleanup and ui-framework unit tests
1302
+ - Updated UI package release tags for 1.0 release.
1303
+ - Fixed release tag warnings in UI packages
1304
+ - Add ability to save property only for current session.
1305
+ - Added NumericInput component to ui-core. Added dependency on react-numeric-input.
1306
+ - Update popup position when component updates.
1307
+ - Remove unused z-index layers and move backstage to the end (since zones no longer create a stacking context).
1308
+
1309
+ ## 0.191.0
1310
+ Mon, 13 May 2019 15:52:05 GMT
1311
+
1312
+ ### Updates
1313
+
1314
+ - Update to latest version of icon library.
1315
+ - @beta tags for Toolbar. More React.PureComponent usage. Added constructors to prevent deprecated warnings. Coverage minimum thresholds.
1316
+ - Added CommonProps to many component Props in ui-core & ui-components
1317
+ - Added tools/build/tslint-docs.json. Added SvgPath & SvgSprite to ui-core.
1318
+ - Added missing package prefix to some CSS class names in ui-core, ui-components & ui-framework
1319
+ - Reverted CubeNavigationAid changes
1320
+ - Added 100% coverage to getDisplayName and shallowDiffers
1321
+ - Show/Hide UI enhancements. Widget Opacity enhancements.
1322
+ - Added local snapshot support to ui-test-app. Added specialized div components to ui-core.
1323
+ - Fix broken links
1324
+ - Small tweak to Popup class.
1325
+ - Put sourcemap in npm package.
1326
+ - Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
1327
+ - Require React & React-dom 16.8
1328
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1329
+ - Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
1330
+ - Update icons-generic-webfont version to latest available.
1331
+ - Added TableProp to hide header and supporting style changes
1332
+ - Fixed _scrollbar.scss include
1333
+ - Modify GlobalContextMenu to better follow UX guidelines
1334
+ - Added release tags to ui-framework, ui-components and ui-core.
1335
+ - UI documentation - added to Learning section
1336
+ - Fix tree placeholder styling (set correct background and offset)
1337
+ - Added ModelessDialog & ModelessDialogManager
1338
+ - Add onOutsideClick prop to Popup.
1339
+ - Add ability to set tooltips on tree node checkboxes
1340
+ - Unit tests and fixed ColorEditor alignment
1341
+ - Upgrade TypeDoc dependency to 0.14.2
1342
+
1343
+ ## 0.190.0
1344
+ Thu, 14 Mar 2019 14:26:49 GMT
1345
+
1346
+ ### Updates
1347
+
1348
+ - Added 'uifw-' to ContentLayout CSS class names and others. Fixed Status Bar separators.
1349
+ - Added 'uifw-' prefix to most ui-framework CSS class names
1350
+ - Cleaned up index.scss for variables & mixins in ui-core and added classes.scss that generates CSS
1351
+ - Restructure `Node` component to allow more flexible layout
1352
+
1353
+ ## 0.189.0
1354
+ Wed, 06 Mar 2019 15:41:22 GMT
1355
+
1356
+ ### Updates
1357
+
1358
+ - Renamed CSS files to SCSS
1359
+ - UI documentation fixes
1360
+ - Added ToggleEditor. Support for defaultTool in Frontstage. Fixed BooleanEditor sizing.
1361
+ - Added testing props to SplitButton
1362
+ - Added tilde-prefixed hotkey support to ContextMenu
1363
+ - Use new buildIModelJsBuild script
1364
+ - Changed Checkbox container from <label> to <span>, because the former caused weird visual glitch when clicked on.
1365
+ - Color tweaks
1366
+ - Fixed submenus, added default autoselect for hotkeys
1367
+ - Added tests for Dialog and Context Menu
1368
+ - Remove unneeded typedoc plugin dependency
1369
+ - Minor UI Color Theme changes
1370
+ - Support for including CSS files in published UI packages
1371
+ - Added styling capability to messages
1372
+ - Removed dependency on BWC. Parts of BWC copied into ui-core in preparation for theming support.
1373
+ - Save BUILD_SEMVER to globally accessible map
1374
+ - Added UnderlinedButton
1375
+ - Cleanup of DefaultToolSetting provider and EnumButtonGroup editor
1376
+ - Move property definitions to imodeljs-frontend so they could be used by tools to define properties for tool settings.
1377
+ - Added Image component.
1378
+ - Renamed core-tree-tree to core-tree.
1379
+ - Removed Div component.
1380
+ - Renamed icon container class in tree node to core-tree-node-icon.
1381
+ - Made tree node checkbox container background transparent.
1382
+ - Tree node checkbox css fix
1383
+ - Tree node now accepts one checkbox prop object instead of multiple props.
1384
+ - Changed tree node styling.
1385
+ - Added support for UI color themes
1386
+ - Add a way to specify custom Node checkbox renderer
1387
+ - Keyboard Shortcut keys in context menu. ui-core unit test branches.
1388
+ - Update to use newer generic-icons-webfont package.
1389
+ - Upgrade to TypeScript 3.2.2
1390
+
1391
+ ## 0.188.0
1392
+ Wed, 16 Jan 2019 16:36:09 GMT
1393
+
1394
+ _Version update only_
1395
+
1396
+ ## 0.187.0
1397
+ Tue, 15 Jan 2019 15:18:59 GMT
1398
+
1399
+ _Version update only_
1400
+
1401
+ ## 0.186.0
1402
+ Mon, 14 Jan 2019 23:09:10 GMT
1403
+
1404
+ _Version update only_
1405
+
1406
+ ## 0.185.0
1407
+ Fri, 11 Jan 2019 18:29:00 GMT
1408
+
1409
+ _Version update only_
1410
+
1411
+ ## 0.184.0
1412
+ Thu, 10 Jan 2019 22:46:17 GMT
1413
+
1414
+ ### Updates
1415
+
1416
+ - Ensure unique relative file paths.
1417
+
1418
+ ## 0.183.0
1419
+ Mon, 07 Jan 2019 21:49:21 GMT
1420
+
1421
+ _Version update only_
1422
+
1423
+ ## 0.182.0
1424
+ Mon, 07 Jan 2019 13:31:34 GMT
1425
+
1426
+ _Version update only_
1427
+
1428
+ ## 0.181.0
1429
+ Fri, 04 Jan 2019 13:02:40 GMT
1430
+
1431
+ _Version update only_
1432
+
1433
+ ## 0.180.0
1434
+ Wed, 02 Jan 2019 15:18:23 GMT
1435
+
1436
+ ### Updates
1437
+
1438
+ - Added tests for Dialog and Context Menu
1439
+ - Changed the updateThreshold in ElementSeparator to be 3px instead of size percentage.
1440
+ - TreeNode checkbox fixes
1441
+
1442
+ ## 0.179.0
1443
+ Wed, 19 Dec 2018 18:26:14 GMT
1444
+
1445
+ ### Updates
1446
+
1447
+ - Use arrow cursor on tree nodes
1448
+
1449
+ ## 0.178.0
1450
+ Thu, 13 Dec 2018 22:06:10 GMT
1451
+
1452
+ _Version update only_
1453
+
1454
+ ## 0.177.0
1455
+ Wed, 12 Dec 2018 17:21:32 GMT
1456
+
1457
+ ### Updates
1458
+
1459
+ - Updated TreeNodes to manage checkboxes
1460
+ - Fix tree Node checkbox-related props
1461
+
1462
+ ## 0.176.0
1463
+ Mon, 10 Dec 2018 21:19:45 GMT
1464
+
1465
+ _Version update only_
1466
+
1467
+ ## 0.175.0
1468
+ Mon, 10 Dec 2018 17:08:55 GMT
1469
+
1470
+ _Version update only_
1471
+
1472
+ ## 0.174.0
1473
+ Mon, 10 Dec 2018 13:24:09 GMT
1474
+
1475
+ _Version update only_
1476
+
1477
+ ## 0.173.0
1478
+ Thu, 06 Dec 2018 22:03:29 GMT
1479
+
1480
+ ### Updates
1481
+
1482
+ - Fixed initial & return layout of Frontstage. Styling of scrollbar in Chrome.
1483
+ - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
1484
+
1485
+ ## 0.172.0
1486
+ Tue, 04 Dec 2018 17:24:39 GMT
1487
+
1488
+ ### Updates
1489
+
1490
+ - 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.
1491
+
1492
+ ## 0.171.0
1493
+ Mon, 03 Dec 2018 18:52:58 GMT
1494
+
1495
+ ### Updates
1496
+
1497
+ - Fixed Dialog modal backdrop show/hide
1498
+ - Reduced the amount of unneded event calls in Dialog component and changed it to use Pointer events instead of Mouse+Touch.
1499
+ - Added a vertical/horizontal line that is visible when hovered on ElementSeparator component.
1500
+ - Renamed expandable block css class from core-property-block to core-expandable-block.
1501
+ - Added a way to put Popups in fixed position and cleand up the refs.
1502
+ - Added Omit type definition to Utils.
1503
+ - Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
1504
+ - Add Placeholder that can be displayed instead of tree node while it's being loaded
1505
+
1506
+ ## 0.170.0
1507
+ Mon, 26 Nov 2018 19:38:42 GMT
1508
+
1509
+ ### Updates
1510
+
1511
+ - Reduced the amount of unneded event calls in Dialog component and changed it to use Pointer events instead of Mouse+Touch.
1512
+ - Added a vertical/horizontal line that is visible when hovered on ElementSeparator component.
1513
+ - Renamed expandable block css class from core-property-block to core-expandable-block.
1514
+ - Added a way to put Popups in fixed position and cleand up the refs.
1515
+ - Added Omit type definition to Utils.
1516
+
1517
+ ## 0.169.0
1518
+ Tue, 20 Nov 2018 16:17:15 GMT
1519
+
1520
+ ### Updates
1521
+
1522
+ - Base Tree component improvements to allow virtualization
1523
+
1524
+ ## 0.168.0
1525
+ Sat, 17 Nov 2018 14:20:11 GMT
1526
+
1527
+ _Version update only_
1528
+
1529
+ ## 0.167.0
1530
+ Fri, 16 Nov 2018 21:45:44 GMT
1531
+
1532
+ ### Updates
1533
+
1534
+ - Fixed some content control sizing issues
1535
+ - Fixed Dialog movable prop and ContextMenu autoFlip.
1536
+ - ui-framework unit tests & docs
1537
+
1538
+ ## 0.166.0
1539
+ Mon, 12 Nov 2018 16:42:10 GMT
1540
+
1541
+ _Version update only_
1542
+
1543
+ ## 0.165.0
1544
+ Mon, 12 Nov 2018 15:47:00 GMT
1545
+
1546
+ _Version update only_
1547
+
1548
+ ## 0.164.0
1549
+ Thu, 08 Nov 2018 17:59:21 GMT
1550
+
1551
+ ### Updates
1552
+
1553
+ - PropertyGrid property editing and unit tests
1554
+ - Updated to TypeScript 3.1
1555
+ - ui-core unit tests. Fixed backstage open issue.
1556
+ - Make Tree-related components pure.
1557
+ - Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
1558
+
1559
+ ## 0.163.0
1560
+ Wed, 31 Oct 2018 20:55:37 GMT
1561
+
1562
+ ### Updates
1563
+
1564
+ - Added JSX specification for Frontstage, Zone & Widget
1565
+
1566
+ ## 0.162.0
1567
+ Wed, 24 Oct 2018 19:20:07 GMT
1568
+
1569
+ ### Updates
1570
+
1571
+ - Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
1572
+ - Ui Documentation
1573
+ - Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
1574
+ - Added an ElementSeparator component which allows resizing ratio between left/right column or upper/lower row.
1575
+
1576
+ ## 0.161.0
1577
+ Fri, 19 Oct 2018 13:04:14 GMT
1578
+
1579
+ _Version update only_
1580
+
1581
+ ## 0.160.0
1582
+ Wed, 17 Oct 2018 18:18:38 GMT
1583
+
1584
+ _Version update only_
1585
+
1586
+ ## 0.159.0
1587
+ Tue, 16 Oct 2018 14:09:09 GMT
1588
+
1589
+ _Version update only_
1590
+
1591
+ ## 0.158.0
1592
+ Mon, 15 Oct 2018 19:36:09 GMT
1593
+
1594
+ _Version update only_
1595
+
1596
+ ## 0.157.0
1597
+ Sun, 14 Oct 2018 17:20:06 GMT
1598
+
1599
+ ### Updates
1600
+
1601
+ - Fixing scripts for linux
1602
+
1603
+ ## 0.156.0
1604
+ Fri, 12 Oct 2018 23:00:10 GMT
1605
+
1606
+ ### Updates
1607
+
1608
+ - Initial release
1609
+