Domino Ui Versions Save

Domino-ui

1.0.2

9 months ago

Fixes 🛠

  • #796 ColumnFilter are not cleared when calling searchContext.clear.
  • #799 ResizeColumnsPlugin in combination with SortPlugin triggers sorting when resizing a column.
  • #801 Content of DataTable overlaps when set to noStripes and the first columns are pinned.
  • #805 Dropdowns of Elements in Nav- or Topbar are in background.
  • #807 TextAreaBox: clear() does not reset the letter counter.
  • #811 ModalDialog Footer elements are cut off if modal-content exceeds screen height.
  • #812 ColumnConfig: Uncaught DOMExceptions if the name of ColumnConfig contains special characters.

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.1...1.0.2

1.0.0

10 months ago

What's Changed

Fixes 🛠

  • #790 Card and layout header actions not clickable with tooltip enabled
  • #791 Day numbers are not centered when resizing date pickers
  • #792 DataTable Header has a transparent background
  • #795 Card header action can't be clicked when combined with tooltip.

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC19...1.0.0

1.0.0-RC19

11 months ago

What's Changed

Enhancements 🎉

  • #673 searchBox in DropDownMenu should have a getter.
  • #736 Form inputs/ FieldsGrouping dry/silent validation.
  • #773 position menus when resizing browser

Fixes 🛠

  • #674 DropdownButton click listener does not take disabled state into account.
  • #772 Package 'typography' vs 'Typography' in RC18.
  • #776 modal CSS class overrides box-shadow of .elevation-X styles.
  • #778 Hidding buttons text span throws exception.
  • #780 Disabled SelectOption not actually disabled.
  • #783 wrong icon associated to a TreeItem after few successive fast clicks on it.
  • #784 headerAlignRight() and headerAlignCenter() stopped working with rc18.
  • #785 scroll issue when sheet/modal is open.
  • #786 Tooltip not disappearing after click on target.
  • #788 SwitchButton: set to readOnly does not prevent the SwitchButton from triggering change handlers.

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC18...1.0.0-RC19

1.0.0-RC18

1 year ago

What's Changed

Exciting New Features 🎉

  • #763 Implement a tree grid that support large dataset with sorting and filtering

Enhancements 🎉

  • #761 Global config for a tooltip CollapseStrategy Supplier
  • #768 DataTable SortPlugin to allow configurable icons.

Fixes 🛠

  • #757 Tooltip is not removed if the element removed before mouseleave event is triggered
  • #758 zindex issues with Layout
  • #760 ActionItem disable() still allows clicking
  • #762 Bug when enabling/disabling container components
  • #764 Can't change the icon of a DropdownButton
  • #765 BestSideUpDownDropDirection calculation for downSpace
  • #766 Modal dialogs are not modal
  • #769 Disabled MenuItem still receive events

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC17...1.0.0-RC18

1.0.0-RC17

1 year ago

What's Changed

Fixes 🛠

  • #755 Issues in z-index not being correct in some cases.
  • #753 SuggestBox : loader is rendered incorrectly.
  • #752 Window does not show in the center by default.
  • #754 PinColumnsPlugin: Pre-pinned column scrollable before data is loaded.

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC16...1.0.0-RC17

1.0.0-RC16

1 year ago

Fixes 🛠

  • #750 Regression from 1.0.0-RC15, FileUpload & Carousel stopped working.

1.0.0-RC15

1 year ago

What's Changed

Exciting New Features 🎉

  • #740 ResizingColumnsPlugin Need ability to clip content rather than fit content.
  • #733 , #738 PinColumnsPlugin configuration, ability to set the icon used.
  • #727 Data table data aggregation SummaryPlugin.
  • #726 Allow data table to group columns.

Enhancements 🎉

  • #691 Tree Grid for large data sets.
  • #692 Implement three state DataTable sorting.
  • #701 Enhance disabling datatable functionality.
  • #702 Persist dataaable selection when sorting.
  • #745 Add the ability to trigger search event after setting the SearchTableAction value manually.
  • #747 Make has*() functions in GridLayout public.

Fixes 🛠

  • #677 PositionMouse shows the dropDownMenu in a wrong position when scrolled.
  • #688 Cannot 'unfloat' field labels.
  • #690 Window zIndex issues.
  • #707 Menu close handler not always called.
  • #729 Tooltips do not disappear as they should.
  • #730 DataTable (with ResizeColumnsPlugin) does not remember column widths when loading new data.
  • #731 PinColumnsPlugin causes entire DataTable to scroll (including thead).
  • #732 ResizeColumnsPlugin causes header tooltips to behave weird.
  • #734 Fixed DataTables headers do not align with tbody cells.
  • #735 DataTable (with PinColumnsPlugin) does not remember pinned column state when loading new data.
  • #737 User can pin the same column to the left and right.
  • #739 ResizingColumnsPlugin: Even with a column config with a min width set, you can still resize smaller than that min-width.
  • #741 Column Group Plugin with ResizingColumnPlugin you can resize a column smaller than one of the group headers. No clipping.
  • #742 Disabled SearchBox is still interactive.
  • #744 Inputs added to the DOM by FileUpload never removed.

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC14...1.0.0-RC15

1.0.0-RC14

1 year ago

What's Changed

Exciting New Features 🎉

  • #695 add support for reordering columns in data tables.
  • #697 ability to resize columns via dnd.
  • #700 ability to pin a column.
  • #722 Add the ability to increase the width of the header search.

Enhancements 🎉

  • #122 add dragdrop feature to data table
  • #655 Chips of TagsInput should be accessible via a getter-method
  • #667 Add the ability to set a disable a Slider or set in readonly mode.
  • #670 extract find code part from activateByKey.
  • #687 support global button default elevation.
  • #689 data table separate alignment for headers.
  • #717 Focus search box when clearing the search in datatable.
  • #718 Add the ability to clear the search bar manually in datatable header search bar.
  • #722 Add the ability to increase the width of the header search bar in datatable.

Fixes

  • #664 Memory leak in DataTable init method if the table should have a fixed size.
  • #665 Select dropdown menu becomes detached when enclosing Window is moved.
  • #666 Odd/Unexpected Responsive Behavior with Window.
  • #669 CSS Animations for tooltips/popovers/modals/windows
  • #672 Window centerVertically() does not work
  • #678 Tabs will not disable
  • #679 Readonly TextBox getting 'disabled' too
  • #693 setting window minmaxheight only changes outer div and does
  • #708 Setting the defaultRequiredMessage in DominoUiConfig has no effect
  • #713 In some cases ModalBackDrop is not removed
  • #724 Menu always appears in the center of the screen for middle size or smaller screens.
  • #714 grouping row does not fit datatable width
  • #715 left & right sheet: does not fill total height.
  • #716 Hidden columns not updated in show/hide header bar action
  • #717 Focus search box when clearing the search in datatable

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC13...1.0.0-RC14

1.0.0-RC13

2 years ago

What's Changed

Enhancements 🎉

  • Current RowIndex should be accessible inside CheckBox supplier #650
  • Make Enter a valid input for Numberboxes #647

Bug fixes

  • Label.create creates a label with white color #651
  • Pressing the arrow down key on the keyboard, causes SuggestBox to throw an Exception #648
  • Modal Window: Content exceeds modal window if content is scrollable #646
  • for label is set to null if the label is not set using set label instead of factory/constructor #644

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC12...1.0.0-RC13

1.0.0-RC12

2 years ago

What's Changed

Exciting New Features 🎉

Bug fixes

  • for label is set to null if the label is not set using set label instead of factory/constructor #644
  • Select with grouping is broken #639
  • separator on dropDownMenu is broken #635

Full Changelog: https://github.com/DominoKit/domino-ui/compare/1.0.0-RC11...1.0.0-RC12