UNPKG

34.2 kBMarkdownView Raw
1# Change Log - @bentley/ui-components
2
3This log was last generated on Sat, 05 Dec 2020 01:55:56 GMT and should not be manually modified.
4
5## 2.9.5
6Sat, 05 Dec 2020 01:55:56 GMT
7
8_Version update only_
9
10## 2.9.4
11Wed, 02 Dec 2020 20:55:40 GMT
12
13_Version update only_
14
15## 2.9.3
16Mon, 23 Nov 2020 20:57:56 GMT
17
18_Version update only_
19
20## 2.9.2
21Mon, 23 Nov 2020 15:33:50 GMT
22
23_Version update only_
24
25## 2.9.1
26Thu, 19 Nov 2020 17:03:42 GMT
27
28### Updates
29
30- Fix calendar logic to avoid duplicate day numbers when day light saving ends, producing a 25hr day.
31- Revert width change to EnumEditor component instead set width to auto only for docked tool settings.
32
33## 2.9.0
34Wed, 18 Nov 2020 16:01:50 GMT
35
36### Updates
37
38- Added ParsedInput and QuantityInput controls used to parse and format numeric values.
39- remove bogus "code" entries.
40- Fix styling issue.
41- Added FrameworkUiAdmin.showReactCard
42- Change Editor components to process native keyboard events instead of synthetic ones.
43- Added MessagePopup - Displays Toast & Sticky messages without a StatusBar
44- Update EditorContainer tests in attempt to fix sporadic test failures.
45
46## 2.8.1
47Tue, 03 Nov 2020 00:33:56 GMT
48
49_Version update only_
50
51## 2.8.0
52Fri, 23 Oct 2020 17:04:02 GMT
53
54### Updates
55
56- Add Date/Time TypeEditor
57- Fixed initial processing of scrollToRow in Table component
58- Preventing setState call warning in TimelineComponent unit test
59- Update all editors to be controlled components.
60- PropertyGrid: Fix component not updating on data provider change
61- Added jsdoc ESLint rule for UI packages
62
63## 2.7.6
64Wed, 11 Nov 2020 16:28:23 GMT
65
66_Version update only_
67
68## 2.7.5
69Fri, 23 Oct 2020 16:23:51 GMT
70
71_Version update only_
72
73## 2.7.4
74Mon, 19 Oct 2020 17:57:02 GMT
75
76_Version update only_
77
78## 2.7.3
79Wed, 14 Oct 2020 17:00:59 GMT
80
81_Version update only_
82
83## 2.7.2
84Tue, 13 Oct 2020 18:20:39 GMT
85
86_Version update only_
87
88## 2.7.1
89Thu, 08 Oct 2020 13:04:35 GMT
90
91_Version update only_
92
93## 2.7.0
94Fri, 02 Oct 2020 18:03:32 GMT
95
96### Updates
97
98- Update boolean type editors to allow component to be disabled.
99- Add support for a DatePicker control.
100- Update editor to use fixed focus trap.
101- Added Table cell editor activation via keyboard when using row selection. Added Tree cell editor activation via keyboard.
102- Fixed react-axe initialization. Improved ui-components test coverage.
103- Table cell editing via keyboard
104- Add multiline text property support to property grid.
105- TreeRenderer: Add ability to scroll to a specific node
106
107## 2.6.5
108Sat, 26 Sep 2020 16:06:34 GMT
109
110_Version update only_
111
112## 2.6.4
113Tue, 22 Sep 2020 17:40:07 GMT
114
115_Version update only_
116
117## 2.6.3
118Mon, 21 Sep 2020 14:47:10 GMT
119
120_Version update only_
121
122## 2.6.2
123Mon, 21 Sep 2020 13:07:44 GMT
124
125_Version update only_
126
127## 2.6.1
128Fri, 18 Sep 2020 13:15:09 GMT
129
130_Version update only_
131
132## 2.6.0
133Thu, 17 Sep 2020 13:16:12 GMT
134
135### Updates
136
137- Moved ESLint configuration to a plugin
138- Addressed ESLint warnings in UI packages. Fixed react-set-state-usage rule. Allowing PascalCase for functions in UI packages for React function component names.
139- Implemented filtering property data provider and display value, label, composite filters.
140- Added new alpha VirtualizedPropertyGrid component which virtualizes rendering of properties for better performance and gives more customizability and control.
141- SplitButton popupPosition & buttonType props support
142- Add event processing for apps to send messages to the UI components.
143- Add ThemedEnumEditor for DialogItems and ToolSettings, using the ThemedSelect component.
144
145## 2.5.5
146Wed, 02 Sep 2020 17:42:23 GMT
147
148### Updates
149
150- Update rxjs dependency version to `^6.6.2`
151
152## 2.5.4
153Fri, 28 Aug 2020 15:34:15 GMT
154
155_Version update only_
156
157## 2.5.3
158Wed, 26 Aug 2020 11:46:00 GMT
159
160_Version update only_
161
162## 2.5.2
163Tue, 25 Aug 2020 22:09:08 GMT
164
165_Version update only_
166
167## 2.5.1
168Mon, 24 Aug 2020 18:13:04 GMT
169
170_Version update only_
171
172## 2.5.0
173Thu, 20 Aug 2020 20:57:10 GMT
174
175### Updates
176
177- Fixed updating focus when Tabs activeIndex updated. More a11y issues.
178- Fix styling of toolbar overflow popup.
179- Update EnumerationChoicesInfo to use Promise so enum choices can be defined asynchronously.
180- Add ColorPickerPopup and ColorPickerPanel and test for them.
181- Added eslint-plugin-jsx-a11y devDependency and made first pass at adding a11y roles
182- Added react-axe and resolved some a11y issues
183- Moved SpecialKey & FunctionKey enums to ui-abstract & started using them throughout UI packages
184- lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
185- Added Table component keyboard row selection. Miscellaneous a11y fixes.
186- Switch to ESLint
187- Tree keyboard node selection & expansion
188
189## 2.4.2
190Fri, 14 Aug 2020 16:34:09 GMT
191
192_Version update only_
193
194## 2.4.1
195Fri, 07 Aug 2020 19:57:43 GMT
196
197_Version update only_
198
199## 2.4.0
200Tue, 28 Jul 2020 16:26:24 GMT
201
202### Updates
203
204- Map Layer UX
205- Add color picker dialog.
206- Changed toolbar opacity processing to affect all components in widget.
207- Add ImageCheckBoxEditor.
208- Set border prop on ImageCheckBox when use in the editor
209- Use 'Double' type converter for point components. Also add possibility to supply custom components' converter for `Point2dTypeConverter` and `Point3dTypeConverter`.
210- Use Tooltip and Popup for timeline and toolbars.
211
212## 2.3.3
213Thu, 23 Jul 2020 12:57:15 GMT
214
215_Version update only_
216
217## 2.3.2
218Tue, 14 Jul 2020 23:50:36 GMT
219
220_Version update only_
221
222## 2.3.1
223Mon, 13 Jul 2020 18:50:14 GMT
224
225_Version update only_
226
227## 2.3.0
228Fri, 10 Jul 2020 17:23:14 GMT
229
230### Updates
231
232- geometry clip containment
233- Fix ToolbarWithOverflow to honor ToolbarOpacitySetting.Defaults
234- Accessibility: Improved focus borders & indicators
235- Use DelayedSpinned in ControlledTree.
236- Add support for nested property categories
237- Show tooltips for property values when rendering PropertyRecords
238- Changing SelectableContent component to use ThemedSelect in place of a pure HTML select element
239
240## 2.2.1
241Tue, 07 Jul 2020 14:44:52 GMT
242
243_Version update only_
244
245## 2.2.0
246Fri, 19 Jun 2020 14:10:03 GMT
247
248### Updates
249
250- Qualified the CSS class names for the face names in Cube Navigation Aid
251- Hiding viewport logo and acsTriad in DrawingNavigationAid viewport
252- Added property editors for multi-line text, slider and numeric input/spinner.
253- Added support for popup with multiple editors
254- Specify the props that can be passed to ThemedSelect instead of just allowing all of the react-select props.
255- Added ViewStateProp & support for obtaining ViewState from function in ViewportComponent and IModelViewportControl
256
257## 2.1.0
258Thu, 28 May 2020 22:48:59 GMT
259
260### Updates
261
262- Fix toolbar overflow panel display.
263- Update to only show group separators if toolbar is not transparent.
264- Fix toolbar error when scaling up UI.
265- Property grid horizontal layout updated according to UX requirements.
266- Fixed Table filter renderers after react-select version upgrade
267- Support for striped rows in Table
268- Added ability for apps to display Favorite properties in Element Tooltip & Card at Cursor
269- Darken node descriptions in controlled tree
270- Center align ControlledTree error message
271- ControlledTree: Grow virtualized nodes' container width to fit the widest node and do not shrink it to avoid horinzontal scrollbar appearing/disappearing
272- Update version of react-select for ThemedSelect in ui-core.
273- ControlledTree: Fix horizontal scrollbar appearing when tree component size changes even though nodes don't exceed width of the tree
274- Only show badges on toolbar buttons if toolbar background is not transparent.
275
276## 2.0.0
277Wed, 06 May 2020 13:17:49 GMT
278
279### Updates
280
281- Prefer panelNode over buttonNode when using customToolbarItem.
282- Add support for groupPriority for ToolbarItems. If specified then a group separator is shown when the priority changes.
283- Add tilde to sass imports
284- Qualified .label & .message CSS classes. Removed .cell CSS class usage. Fixed cell editor sizes.
285- Fixed Navigation cube jagged edges on iOS
286- Added new type of ImageSourceType "webfont-icon" which allows to load custom font-family icons by providing {className}:{iconName} format image value. It defaults to core-icon if value does not match this format.
287- Fix parsing of 0 (zero) value in CustomNumberEditor
288- Fix bug where toolbar buttons did not show expand arrow on custom button when not in 'DragInteraction' mode. Fix display of key-in browser 1.0 UI.
289- Fix ordering of button items in overflow in Navigation Widget.
290- Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
291- Fix documentation tag
292- Fix issue where resizing toolbar too small would make it disappear and it would not return even when window was resized.
293- Fix bug 292829 where toolbar border displayed when all items are hidden.
294- Fixed ReactResizeDetector usage after upgrade. Converted Toggle component to function. Hover/pressed styling in 2.0 Toolbar.
295- Update GroupButton definition to use ReadonlyArray for child items.
296- Ui 2.0 - Blur the toolbar item background
297- Moved the CubeNavigationAid & DrawingNavigationAid to ui-components package
298- Increased size of Navigation cube arrow touch targets for mobile
299- Clean up deprecated APIs
300- Clean up some ControlledTree-related APIs
301- Clone TreeNodeItem when creating TreeModelNode to avoid immer freezing it
302- Made React functional component specifications consistent across UI packages
303- For consistency add reactNode getters/setters and deprecate use of reactElement.
304- Upgrade to Rush 5.23.2
305- Copied filter renderers from react-data-grid-addons to ui-components to prevent security error
306- Fixed Table column filtering when backspacing to empty
307- Ui 2.0 - Toolbar display changes
308- Updated Toolbar colors/opacity for Ui 2.0
309- Add ToolbarWithOverflow.
310- Promoted some @beta to @public in Ui packages & ToolAssistance for 2.0 release.
311- Fixes to Toggle onBlur handling & ControlledTree error message position
312- Change `TreeNodeItem` and `PropertyData` labels to be PropertyRecords
313- In source documentation. Some learning docs & API changes.
314- PropertyGrid, Table, Tree & Viewport Learning docs for ui-components
315- Fixed ControlledTree TreeModel clearing. Fixed TreeRenderer to rerender list when size callback changes.
316- Update CustomNumberEditor to handle onBlur. This will update the value when the user clicks in another field in the dialog and the field loses focus.
317- Move react to peerDependencies.
318- Learning documentation for ui-core
319- TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
320- Started ui-components Learning doc section
321- Fixed children node loading from TreeDataProviderRaw and TreeDataProviderPromise
322- Add a new `SelectableContent` component
323- Changed IPropertyValueRenderer.render() to be synchronous
324- UI: Toggle Component - only use animation on value change
325- Fix iOS Safari high CPU of enum button group.
326- Fix nodes loading to correctly handle and load ImmediatelyLoadedTreeNodeItem
327- Fix SparseArray, SparseTree and MutableTreeModel to be properly modified by immer
328- Update auto-generated dialog items to work with the Tool Settings Bar.
329- Moved Property classes and interfaces to ui-abstract package.
330- Moved Checkbox, Radio, Select, Toggle, Slider & AutoSuggest into their own category
331- Update to ensure tooltip for timeline uses z-index for tooltips.
332- Update to ensure tooltip for timeline uses z-index for tooltips.
333- Defaulting to IModelApp.i18n in UI packages and cascading initialize() calls
334- Minor styling changes
335- Remove support for the iModel.js module system by no longer delivering modules.
336- iModel write API development
337
338## 1.14.1
339Wed, 22 Apr 2020 19:04:00 GMT
340
341_Version update only_
342
343## 1.14.0
344Tue, 31 Mar 2020 15:44:19 GMT
345
346_Version update only_
347
348## 1.13.0
349Wed, 04 Mar 2020 16:16:31 GMT
350
351### Updates
352
353- Fix iOS Safari high CPU of enum button group.
354
355## 1.12.0
356Wed, 12 Feb 2020 17:45:50 GMT
357
358### Updates
359
360- iModel write API development
361- Upgraded icons-generic-webfont to ^1.0.0
362- Added type converter for composite primitive value
363- Changed onNodeLoaded event to nodeLoadHandler in NodeLoader. Fixed node loading scheduling to avoid making multiple requests at the same time
364- Pass tree model changes to onModelChange event
365- Separate label and labelDefinition in PropertyData and TreeNodeItem
366- Property grid border fix.
367
368## 1.11.0
369Wed, 22 Jan 2020 19:24:12 GMT
370
371### Updates
372
373- Remove the @types/linkify-it as a real dependency and make it a devDependency.
374- Allow TreeNodeItem and PropertyData label to be represented as PropertyRecord
375- Upgrade to TypeScript 3.7.2.
376
377## 1.10.0
378Tue, 07 Jan 2020 19:44:01 GMT
379
380### Updates
381
382- Fix styling issue in property grid when actionButtonRenders are not defined.
383- Fixed lgtm issues in UI folders
384- Update code to up code coverage to avoid CI failures on Linux machines.
385- Added Action Buttons for properties
386- Attempt to fix sporadic failing solartimeline test.
387- Fix bug in timeline component when view only has an analysis animation without dates.
388- Update timeline test to use fake timers to see if that resolved sporadic failures on CI builds.
389
390## 1.9.0
391Tue, 10 Dec 2019 18:08:56 GMT
392
393### Updates
394
395- Update sunrise/sunset calculation
396- Update solar timeline test
397- Made detecting links have stricter rules. Links have to start with a schema or `www.`.
398- Fix solar timeline timezone bug.
399- Added a tooltip component.
400- No longer accessing this.state or this.props in setState updater - flagged by lgtm report
401- Changed SignIn & SignOut buttons to large. Fixed Dialog component resizing. Reduced default minimum size of Dialog component.
402- Update sinon version.
403- Added documentation to ControlledTree API and changes release tags to beta
404- Added node editing support in ControlledTree
405- Changes ControlledTree events to pass TreeNodeItem instead of nodeId
406- Added 'removeChild', 'insertChild', 'getChildOffset' methods to MutableTreeModel
407- Moved ControlledTree node highlighting to TreeRenderer
408- Use exhaustive-deps linter rule.
409- Truncate property grid group title.
410- Rename array length property label to be less ambiguous
411- Solar timeline date/time offset fix.
412- Start arrays at `1` when rendering array property items
413- Removed unused React state variables. Removed unsupported setState calls from render() methods.
414- Code cleanup based on code analysis report from lgtm.
415
416## 1.8.0
417Fri, 22 Nov 2019 14:03:34 GMT
418
419### Updates
420
421- Update Icon package version
422- Responsive logic in Property Grid to switch to Vertical orientation when too narrow
423- Added StatusBarComposer, StatusBarItem, StatusBarManager and StatusBarItemsManager
424- Added Table cell context menu support
425- Added Tree Node.tsx export to ui-components package
426- Added tslint-react-hooks to UI packages
427- Change componentDidUpdate to call _setDuration instead of setState directly. This will make sure the onChange handler is called.
428- Refactor ControlledTree custom hooks to use useEffectSkipFirst
429- Separated TreeModelSource and TreeNodeLoader. Added highlighting support to ControlledTree.
430- Added node icon rendering to ControlledTree
431- Fix node content sometimes not being re-rendered when editor state changed very quickly
432- Add componentDidUpdate() to the TimelineComponent, updating currentDuration after the app changes the state of initialDuration.
433
434## 1.7.0
435Fri, 01 Nov 2019 13:28:37 GMT
436
437### Updates
438
439- Add ability to have Table provide top visible row feedback
440- Made PropertyGrid categories keep the collapsed state when data is refreshed.
441- Added New badge for UI items
442- Added Table column filtering support
443- Added initial ui-abstract package setup
444- Added UiAdmin with support for displaying Menus and Toolbars at a location
445- Added DataProvider getter on TreeModelSource
446- Fix tree attempting to highlight empty text in nodes
447- Fix tree no re-rendering delay loaded nodes after reload
448- Added initial implementation of ControlledTree
449
450## 1.6.0
451Wed, 09 Oct 2019 20:28:42 GMT
452
453### Updates
454
455- Clear internal row/column selection data when number or rows change in Table. Add definitions for platform MeasureTools.
456- Allow width defined in ColumnDescription to be passed into <Table> component to set initial column width.
457- Added AutoSuggest component and improved KeyinBrowser component
458- Focus EnumButtonGroupEditor without scrolling.
459
460## 1.5.0
461Mon, 30 Sep 2019 22:28:48 GMT
462
463### Updates
464
465- AccuDraw Popup Editors. Improved editor sizes. Editor Params improvements.
466- Initial Accudraw Ui components - Buttons, ContextMenus, Calculator, Editors. IconInput in ui-core.
467- Added ability to automatically expand non primitive properties
468- Ability to Scroll to Table row via scrollToRow Prop
469- Add alwaysMinimized prop to TimelineComponent.
470- Tool Assistance changes per UX Design
471- Update the tree (empty data) be more descriptive and generic.
472- In the Model/Category/Spatial trees, center the error message
473- Upgrade to TypeScript 3.6.2
474- Fixed signature of BreadcrumbTreeUtils.aliasNodeListToTableDataProvider for consistent extract-api treatment
475- Tree: Clear page caches when reloading tree data
476- this.props.viewportRef(this._vp); callback moved to the end of async componentDidMount(); Additional check if (!this._mounted) after await
477
478## 1.4.0
479Tue, 10 Sep 2019 12:09:49 GMT
480
481### Updates
482
483- Using Checkbox component in BooleanEditor. Cleaned up cell editor positioning.
484- Updated inputs and button padding for iModel.js. Fixed Popup colors & z-index.
485- Color picker had incorrect styling after focus trap added.
486- Added support for content view minSize properties
487- Added support for ProjectWise Explorer links.
488- Added a new component for the Poc, an icon picker.
489- Addressed some warnings introduced with React 16.9
490- Timeline: added display for times
491- Fixed bug in style of the weight picker popup
492
493## 1.3.0
494Tue, 13 Aug 2019 20:25:53 GMT
495
496### Updates
497
498- Update to use latest icon library
499- Added CursorPrompt, improved Pointer messages
500- Explicitly set margin for button groups to avoid bleed over from BWC styles.
501- After canceling (clearing) search, set focus back to input field.
502- Skip failing test until UI team can investigate
503- Updated generic icon package
504- Fix DateTime type converters
505- Improve point type converters to handle points defined as `number[]` or `{x,y}` or `{x,y,z}`
506- Change floating point converter to round-off numbers up to 2 decimal places
507- Fixed property grid tests.
508- Fixed OnPropertyLinkClick event handler assignment for nested properties in PropertyGrid. Fixed OnPropertyLinkClick signature for PropertyGrid.
509- Added onPropertyLinkClick handler property for PropertyGrid with default behavior to open url links in the new tab or open email client if it is an email link. Wrote tests for it.
510- Update FilteringInput to use updated search box design from UX.
511- Added SelectionMode.None to the default SelectionHandler.
512- Tree: Fix children not loaded when parent is reloaded due to other page loads after children request
513- Update to latest icon package version.
514
515## 1.2.0
516Wed, 24 Jul 2019 11:47:26 GMT
517
518### Updates
519
520- Tree: Add `bulkCheckboxActionsDisabled` prop.
521- Tree: Update visual styles.
522- Table: Update visual styles.
523- PropertyView: Update visual styles.
524
525## 1.1.0
526Mon, 01 Jul 2019 19:04:29 GMT
527
528### Updates
529
530- Tree: Fix an issue whith multiselection where shift-selecting nodes would not select anything.
531- Tree: Add ability to check or uncheck multiple selected nodes' checkboxes all at once.
532- BeInspireTree: Fix an issue with calling `updateNodesCheckboxes()` while handling `ModelLoaded` event
533- Tree: Correct TreeProps.checkboxInfo documentation.
534- Allow Line Weight to be selected via Up/Down arrow keys once popup is open.
535- Updated react-data-grid import statement
536- Added prefixes to Dialog & ContextMenu positioning CSS classes
537- Removed missing group descriptions
538- Call filterclear when the user enters an empty search string and clicks Search.
539- Added autofocus to the FilteringInput component.
540- Remove inner focus outline that is only displayed in Firefox.
541- Update WeightPicker.
542- Removed 4 dangerouslySetInnerHtml usages to help with Security audit; 3 remain on purpose.
543- Save & Restore View Layouts
544- Update to TypeScript 3.5
545- Temporarily lowered ui-components coverage thresholds
546- BeInspireTree: Fix an issue with delay-loaded child nodes sometimes being assigned to expired node objects.
547- Tree: Fix child node checkbox events affecting parent node's checkbox state
548- ui-component unit tests. NumericInput strict=true default.
549
550## 1.0.0
551Mon, 03 Jun 2019 18:09:39 GMT
552
553### Updates
554
555- Update to use parse error message from callback.
556- Added UI Logger & UiError usage & improved i18n calls
557- Added Overflow button support
558- Define `extendedData` in `TreeNodeItem` and `RowItem` as a key-value pairs structure. We're about to expose this structure to external consumers and don't want them to set `extendedData` to some primitive value. Instead, consumers should put key-value pairs with keys unique enough to not overwrite others' values.
559- Update CustomNumberEditor to show InputFieldMessage when unable to parse quantity.
560- Release tag cleanup and ui-framework unit tests
561- Updated UI package release tags for 1.0 release.
562- Fixed release tag warnings in UI packages
563- Add alpha level support for solar timeline
564- Added property selection to the property grid component on right click
565- Update Tree API. Allow onCheckboxClick callback to receive multiple checkbox state changes.
566- Tree: Fix node placeholder offset
567- Added ViewSelectorChangedEvent
568
569## 0.191.0
570Mon, 13 May 2019 15:52:05 GMT
571
572### Updates
573
574- Update to latest version of icon library.
575- @beta tags for Toolbar. More React.PureComponent usage. Added constructors to prevent deprecated warnings. Coverage minimum thresholds.
576- Add support for a view overlay component. This will provide ability to show animation timeline control in viewport.
577- Update Timeline interfaces.
578- Update CSS for ColorSwatch.
579- Add Unit test for ColorEditor and ColorPickerButton
580- Added CommonProps to many component Props in ui-core & ui-components
581- Added 'Register' link back to SignIn component. Added ExternalIModel test widget. Made AppBackstage in ui-test-app Redux connected again.
582- Added missing package prefix to some CSS class names in ui-core, ui-components & ui-framework
583- Reverted CubeNavigationAid changes
584- Added viewport synchronization for 2d drawing navigation aid
585- Added local snapshot support to ui-test-app. Added specialized div components to ui-core.
586- Fix broken links
587- Fix failing CustomNumberPropertyEditor test
588- Add WeightEditor line weight type editor.
589- Add components to show and select a line weight.
590- Put sourcemap in npm package.
591- Locked react-data-grid at 6.0.1 and @types/react-data-grid at 4.0.2
592- Improve default rotate point for navigation cube
593- Fix to SignIn constructor in ui-components
594- Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
595- Require React & React-dom 16.8
596- remove IModelApp subclasses
597- Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
598- Update icons-generic-webfont version to latest available.
599- Clean up WeightPickerButton test code.
600- Introduce timeline animation interfaces.
601- Move timeline components from ui-test-app to ui-components package
602- Added release tags to ui-framework, ui-components and ui-core.
603- Property Grid: Show loading spinner only after half a second delay
604- Fix indefinite Tree component rendering when used with `checkboxInfo` prop
605- Tree: Fix nodes not being re-rendered in some async workflows
606- Fix tree being marked as dirty when selected nodes predicate changes, but returns the same results (actual selection doesn't change)
607- Add Tree.getLoadedNode(nodeId) function
608- Add ability to set tooltips on tree node checkboxes
609- Unit tests and fixed ColorEditor alignment
610- Upgrade TypeDoc dependency to 0.14.2
611- Added test coverage for ViewportComponent
612
613## 0.190.0
614Thu, 14 Mar 2019 14:26:49 GMT
615
616### Updates
617
618- Add ColorEditor to list of available Type Editors
619- Cleaned up index.scss for variables & mixins in ui-core and added classes.scss that generates CSS
620- Add SaturationPicker for use with ColorType editor.
621- Add Transparency slider component.
622
623## 0.189.0
624Wed, 06 Mar 2019 15:41:22 GMT
625
626### Updates
627
628- UI documentation fixes
629- Added ToggleEditor. Support for defaultTool in Frontstage. Fixed BooleanEditor sizing.
630- Added 100% test coverage for Breadcrumb/BreadcrumbDetails
631- Use new buildIModelJsBuild script
632- Remove unneeded typedoc plugin dependency
633- Added EnumEditor & BooleanEditor type editors
634- Minor UI Color Theme changes
635- Support for including CSS files in published UI packages
636- Updated type editors to support updated PropertyRecord. Moved setFocus to props in type editors..
637- Removed dependency on BWC. Parts of BWC copied into ui-core in preparation for theming support.
638- Added ToggleEditor. Support for defaultTool in Frontstage.
639- Save BUILD_SEMVER to globally accessible map
640- Change setImmediate to setTimeout. Fixed cube rotation issue.
641- Added ItemStyle and ItemStyle provider.
642- CellItem and TreeNodeItem now have the same style property.
643- Added TableCell and TableCellContent React components.
644- Changed table css class names.
645- Changed CellItem interface property - 'alignment' type to be a restricted string instead of an enum.
646- Cleanup of DefaultToolSetting provider and EnumButtonGroup editor
647- Add EnumButtonGroupEditor.
648- Primitive property value renderers now render links specified in property records.
649- Renamed class names that start with "ui-components-" to start with just "components-"
650- Added IImageLoader, ImageRenderer and TreeImageLoader.
651- Added showIcons and imageLoader props to Tree component.
652- Added a property to provide rowHeight value or function that calculates it.
653- Tree now accepts one checkbox prop object instead of multiple props.
654- Tree now accepts one cell editing prop object instead of multiple props.
655- Split tree node label and description rendering into a separate component - TreeNodeContent.
656- Added an ability to show node descriptions in the Tree component via showDescriptions property.
657- Fix tree failing to load nodes in special cases
658- Added support for UI color themes
659- Add a way to specify checkbox states asynchronously in Tree component
660- Breadcrumb fixes
661- Add a way to specify custom Tree checkbox renderer
662- Update to use newer generic-icons-webfont package.
663- upgrade to TypeScript 3.2.2
664- WIP: ViewportComponent unit tests. Removed imodeljs-clients-backend dependency from ui-framework
665
666## 0.188.0
667Wed, 16 Jan 2019 16:36:09 GMT
668
669_Version update only_
670
671## 0.187.0
672Tue, 15 Jan 2019 15:18:59 GMT
673
674### Updates
675
676- Add a separate PropertyGrid prop to tell if properties should be hoverable
677- Add ability to assign context menu for properties in PropertyGrid
678
679## 0.186.0
680Mon, 14 Jan 2019 23:09:10 GMT
681
682### Updates
683
684- Property pane does not show struct or array info anymore
685
686## 0.185.0
687Fri, 11 Jan 2019 18:29:00 GMT
688
689_Version update only_
690
691## 0.184.0
692Thu, 10 Jan 2019 22:46:17 GMT
693
694### Updates
695
696- Renamed PropertyDataProvider to IPropertyDataProvider.
697- Add ui-component root to avoid relative file conflicts in bundles.
698- Handle custom row and cell item styling in Table component
699- Fix double and navigation property value renderers to not append ".0" to values in certain cases
700
701## 0.183.0
702Mon, 07 Jan 2019 21:49:21 GMT
703
704_Version update only_
705
706## 0.182.0
707Mon, 07 Jan 2019 13:31:34 GMT
708
709_Version update only_
710
711## 0.181.0
712Fri, 04 Jan 2019 13:02:40 GMT
713
714_Version update only_
715
716## 0.180.0
717Wed, 02 Jan 2019 15:18:23 GMT
718
719### Updates
720
721- Changed property pane css.
722- Changed how vertical PropertyPane looks.
723- Fix BeInspireTree's render suspension not being consistent in some cases
724- Added optional viewState prop to ViewportComponent
725
726## 0.179.0
727Wed, 19 Dec 2018 18:26:14 GMT
728
729### Updates
730
731- Added Tests, updated Table, fixed breadcrumb mutability issues
732- Added DragDrop tests, added component withDragDrop HOC tests
733- Synchronizing navigation aids with view definition changes
734- Simplified property pane tooltips and improved Property Pane performance.
735- Simplified struct and array tooltips in Table component.
736- Fix BeInspireTree's event listening functions to handle array inputs
737- Fix BeInspireTree's muting events with allowed number of triggers
738- Cache BeInspireTree.visible() result for better performance
739- Optimize BeInspireTree.selectBetween
740- Avoid loading PropertyGrid data for intermediate data changes
741- Avoid loading TableView data for intermediate column / row changes
742- Allow property converters and renderers to return result either sync or async
743- Fix tree node loosing its children when collapsed while children are being loaded
744- Fix tree not showing data after changing data provider while another data provider is being loaded
745- Show loading spinner in the Tree while root nodes are being loaded
746
747## 0.178.0
748Thu, 13 Dec 2018 22:06:10 GMT
749
750_Version update only_
751
752## 0.177.0
753Wed, 12 Dec 2018 17:21:32 GMT
754
755### Updates
756
757- Added a merged property value renderer.
758- Set BeInspireTreeNode's payload as possibly `undefined`
759- Fix Tree component to handle data provider change before the first update
760- Handle shift-selecting not loaded tree nodes
761- Fix tree checkbox-related props
762- Improved speed & smoothness of CubeNavigationAid. Made class names unique to fix documentation. UI Tree doc fixes.
763
764## 0.176.0
765Mon, 10 Dec 2018 21:19:45 GMT
766
767_Version update only_
768
769## 0.175.0
770Mon, 10 Dec 2018 17:08:55 GMT
771
772_Version update only_
773
774## 0.174.0
775Mon, 10 Dec 2018 13:24:09 GMT
776
777### Updates
778
779- Added Tests, updated Table, fixed breadcrumb mutability issues
780- Tree now accepts propertyValueRendererManager as a property.
781- PrimitivePropertyValueRenderer now accepts context and can render tree properties.
782- TreeNodeItem now accepts an additional optional property - typename.
783- TreeNode can now render asynchronously.
784
785## 0.173.0
786Thu, 06 Dec 2018 22:03:29 GMT
787
788### Updates
789
790- Added fillZone property to the Widget
791- Fixed initial & return layout of Frontstage. Styling of scrollbar in Chrome.
792- Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
793
794## 0.172.0
795Tue, 04 Dec 2018 17:24:39 GMT
796
797### Updates
798
799- 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.
800
801## 0.171.0
802Mon, 03 Dec 2018 18:52:58 GMT
803
804### Updates
805
806- Added tests to Breadcrumb, updated Table and fixed Table Resize issues.
807- Added property value renderers for double and navigation primitive types.
808- Added specialized property value renderers for nonprimitive types when their container is a table.
809- Refactored PropertyRenderer into smaller pieces and added isSelectable and indentation prop
810- Changed the way PropertyCategoryBlock looks.
811- Enabled table to contain popups and dialog and slightly cleaned up it's CSS.
812- Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
813- Implement pagination in Tree component
814
815## 0.170.0
816Mon, 26 Nov 2018 19:38:42 GMT
817
818### Updates
819
820- Added property value renderers for double and navigation primitive types.
821- Added specialized property value renderers for nonprimitive types when their container is a table.
822- Refactored PropertyRenderer into smaller pieces and added isSelectable and indentation prop
823- Changed the way PropertyCategoryBlock looks.
824- Enabled table to contain popups and dialog and slightly cleaned up it's CSS.
825
826## 0.169.0
827Tue, 20 Nov 2018 16:17:15 GMT
828
829### Updates
830
831- Virtualized nodes' rendering in the Tree component
832
833## 0.168.0
834Sat, 17 Nov 2018 14:20:11 GMT
835
836_Version update only_
837
838## 0.167.0
839Fri, 16 Nov 2018 21:45:44 GMT
840
841### Updates
842
843- Fixed some content control sizing issues
844- Added Tree cell editing
845- Added ShowHide in Common package, implemented ShowHide for Table columns.
846- Tree cell editing unit tests
847- Fix tree nodes loosing their state when ITreeDataProvider.onTreeNodeChanged is called
848- ui-framework unit tests & docs
849
850## 0.166.0
851Mon, 12 Nov 2018 16:42:10 GMT
852
853_Version update only_
854
855## 0.165.0
856Mon, 12 Nov 2018 15:47:00 GMT
857
858_Version update only_
859
860## 0.164.0
861Thu, 08 Nov 2018 17:59:21 GMT
862
863### Updates
864
865- Deprecated dev-cors-proxy-server and use of it.
866- Fix: Do not start search if input field is empty
867- Use strongly typed enums for identifying keyboard keys
868- PropertyGrid property editing and unit tests
869- Updated to TypeScript 3.1
870- Refactored Tree component to improve its performance
871- Refactored Breadcrumb and added tests
872- Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
873
874## 0.163.0
875Wed, 31 Oct 2018 20:55:37 GMT
876
877### Updates
878
879- Fixed breadcrumb component test
880- Added JSX specification for Frontstage, Zone & Widget
881- Fixed ui-framework unit test
882
883## 0.162.0
884Wed, 24 Oct 2018 19:20:07 GMT
885
886### Updates
887
888- Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
889- Ui Documentation
890- Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
891- Changed Horizontal PropertyGrid css to use grid instead of table display and modified subcomponents accordingly.
892- Fixed property selection.
893- Added an ability to resize label/value in PropertyRenderer.
894- SelectablePropertyBlock now controls label/value ratio for every property in a category.
895- Fixed PropertyList to use the right key.
896- Updated types from any to more specific one in TypeConverters.
897- Primitive property record value now can not be undefined.
898- TextEditor now accepts property defined as string instead of PropertyRecord.
899- Added a manager that allows registering custom property value renderers.
900- Added default renderers for Primitive, Array and Struct properties.
901- Custom property value renderer manager can now be provided to Table and Pane. Without it they use default property renderers.
902
903## 0.161.0
904Fri, 19 Oct 2018 13:04:14 GMT
905
906_Version update only_
907
908## 0.160.0
909Wed, 17 Oct 2018 18:18:38 GMT
910
911_Version update only_
912
913## 0.159.0
914Tue, 16 Oct 2018 14:09:09 GMT
915
916_Version update only_
917
918## 0.158.0
919Mon, 15 Oct 2018 19:36:09 GMT
920
921_Version update only_
922
923## 0.157.0
924Sun, 14 Oct 2018 17:20:06 GMT
925
926### Updates
927
928- Fixing scripts for linux
929
930## 0.156.0
931Fri, 12 Oct 2018 23:00:10 GMT
932
933### Updates
934
935- Initial release
936