Skip to content

2.0.5

Latest
Compare
Choose a tag to compare
@vegegoku vegegoku released this 28 Aug 09:58

What's Changed

πŸš€ Features

  • #1041 - Selects can be edited with tabbing into the input field
  • #1058 - add updateRecord logic to LocalListScrollingDataSource
  • #1065 - Expand the ability to use the Datatable data stores and Events mechanism for other components

✨ Enhancements

  • #1023 - MultiSelect DropDown appears in center and therefore detached from its input field if too little space available
  • #1024 - Multiple anchors each with a badge within a DIV position=relative are grouped together instead of remaining to the right of each ANCHOR
  • #1025 - Tooltip's location tip appears with some offset
  • #1027 - Cant cleanly remove MenuTarget from Menu - aka Menu.setTarget(null) fails with NPE
  • #1029 - Pagination numbers do not display correct style upon being clicked
  • #1036 - Tables row border is not visible
  • #1037 - Stepper support for styling similar to v1
  • #1042 - AbstractSuggestBox should have a getter for the fieldInput Element
  • #1052 - Enhance DateHeaderFilter
  • #1053 - Add convenience creator to SelectHeaderFilter
  • #1067 - Allow the users to define their own Filter Category for datatables filters
  • #1075 - Make it more convenient to add any Element as a carousel slider
  • #1077 - Split Panels layout should take hidden panels into account when distributing the sizes
  • #1079 - Make it easier to extend Card component.
  • #1080 β€” Add option to show sort options in column menu for datatable sort plugin.
  • #1081 - Add clear() function to Local list data stores
  • #1082 - Expand the access of Column and Cell handlers from the Column config to use ColumnConfig and RowCcell instead of the element only
  • #1083 - Deprecate elevate() from BaseDominoElement in favor of dui_elevation_XXX CSS classes

πŸ› Bug Fixes

  • #911 - Window updatePosition setWindowTop sets wrong positions
  • #1022 - on select from field, selection is missing when open select menu by clicking the input field
  • #1026 - Console Debug "left" in menu/RightDropDownDirection.java
  • #1030 - Selected day is highlighted in other months too for Calendar component.
  • #1031 - Setting DateRangeBox value seems to be bugged for ToDate
  • #1032 - Enable not equivalent to setEnabled(true).
  • #1033 - Firefox: horizontal scroll bar overlays table content
  • #1034 - CheckBoxes of DataTables are not equal aligned when using the SelectionPlugin in combination with a condensed table
  • #1038 - SuggestBox inside a DialogBox is incorrectly shifted to the right
  • #1040 - Selects do not work any more on development branch
  • #1043 - Memory Leak in DataTable
  • #1044 - Fix in the setMessage method of MessageDialog
  • #1045 - Correctly set the description of the MenuItem in constructor
  • #1049 - ToggleIcon: ToggleHandler should be called after the css was swapped
  • #1051 - DateBox throws ClassCastException on first selection
  • #1055 - Tooltip for the SearchIcon in TreeRoot is not possible
  • #1056 - setShowIconOnSortedColumnOnly(true) does not work as expected
  • #1057 - DateRangeBox - setDateTimeFormat method should set format for both Calendars
  • #1060 - Memory Leak in DataTable with Select widget when selecting a value and afterwards calling setData on LocalListDataStore
  • #1062 - Memory Leak in DataTable with widgets when triggering tooltips and then calling setData on LocalListDataStore
  • #1063 - Grid Grouping Columns should propogate 'hide' actions
  • #1066 - Accordion panels shares the same collapse strategy instance causing collapse/expand issues
  • #1076 - NPE with Carousel slide having root element with animation

New Contributors

Full Changelog: 2.0.4...2.0.5