Releases: datavisyn/tdp_core
Releases · datavisyn/tdp_core
v11.0.0
- Fixed nested CompositeViews by passing correct context to children (#482)
- Fix arrow direction of Ordino sidebar (un-)collapse button (#476)
- Fixed touring fa5 progress icon not showing (#475)
- Removed isEmpty check of client config before loading it (#472)
- Update requirements and dependencies (#469)
- Fixed incorrectly setting showHelpLink to '' instead of false (#471)
- Fix bugs in excel export (#470)
- Use datavisyn loading icon with datavisyn theme (#467)
- Introduce client config (#457)
- Set default file format to xlsx in the customize download dialog (#452)
- Refactor stylesheets organiation and imports (#447)
- Upgrade to Font Awesome v5 (#420)
- Refactor and extend save named set panel action (#431)
- Refactor and extend ranking download drop-down (#428)
- Fix clone ranking by binding the provider to the .toDescRef function
- Fix CompositeView of type tabbing by searching the parent via CSS class
- (Re-)render LineUp after hiding the busy icon
- FormRadio is missing form-group class
- Hide .lu-resize-helper to fix ranking scrolling
- Changed getValue to getExportValue in Excel export
- Set missing default value for showProvenanceMenu (amendment for PR #428)
- Add a suffix to the persistent sessions tabs ids
- Ranking view: make hirarchy of entries
- Removed Exception constraint in DBMigration upgrade except
- Update .gitattributes
v10.0.1
v10.0.0
Release notes
- Added loginMenu to properties of ATDPApplication #333
- Added extension point to manage database migrations #292
- Migrate to jest for testing #299
- Avoid raising an exception in DBMigrationManager #340
- Make LineUp v4 RegExp filter serialization backwards compatible #345
- Ignore live preview events #351
- Fix overlapping entries in add column dialog #355
- Fix LineUp CMD bug #358
- Change the overflow of the SidePanel to be compatible with lineup-v4 #356
- Fix typos in locale file #360
- Update author name #362
- Update README.md circleci links & logo #363
- Fix group height in overview mode #366
- Support for multiple database migrations #368
- Update README.md #369
- Call itemRowHeight function also for groups #376
- Added listener to ADD_DESC to update side panel options #375
- Avoid deleting the HTML node when destroying ViewWrapper instance and set visible state correctly #337
- Fix truncated select2 and select3 placholder #382
- Use data values instead of formulas for XSLX files #384
- Persist expand/collapse state for aggregated groups in the provenance graph #380
- Track in provenance graph the
groupingChanged
LineUp event #385 - Add missing spaces in tdp locale #388
- Disable propagation of aggregation state for child groups in
ARankingView
#387 - Derive set column categories automatically #353
- Fix numbers as text in Excel download #391
- ProxyView: Entity selection and external link swapped #393
- RankingView: Increase z-index of overview button on hover #395
- Improve tour documentation and add
doubleClick
andsubmitForm
helper #398 - Remove unused date column check #397
- Changed CSS selector for main LineUp ranking #402
- Merge the two different versions of _view_lineup.scss #403
- Re-add missing select2 placeholder of PR #382 #404
- Fix position of the overview warning message #405
v9.1.0
v9.0.0
- Update to Typescript 3.8 #308
- Remove
overflow: hidden
to fix download drop down #321 - Change
buildId
toJSON.stringify(buildId)
#317 - Create extension point to connect the touring panel/Refactor LineupSidePanel #285
- Refactor PanelTab extension point #319
- Update dependencies and requirements #315
- Patch inconsistency of naming renderer getter and setter #305
- Fixed disappearing of multiple push notifications #312
- add CODEOWNERS file #296
- Parse regular expression filter before storing to provenance graph #301
- Fix date values in language strings #298
- Configurable query delay for Select3 #295
v8.0.0
v7.0.0
v6.1.0
v6.0.0
v5.5.0
- Update to LineUp v3.2 and adapt to changes #211
- Add less and greater filters to DB views #177
- Allow custom form elements with extension point
epTdpCoreFormElement
#185 - Fix wrong CSS classes for Select3 #225
- pass options from CompositeView to detail views, since they may need them #219
- added rel=noopener to target=_blank links #214
- SelectionChooser: in case of 1:n mappings the actual options in an optiongroup element can now also be translated to a readable IDType with the new
readableTargetIDType
option #212