Skip to content

Releases: DominoKit/domino-ui

1.0.0

19 Jul 15:56
Compare
Choose a tag to compare

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: 1.0.0-RC19...1.0.0

1.0.0-RC19

25 Jun 11:39
Compare
Choose a tag to compare

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: 1.0.0-RC18...1.0.0-RC19

1.0.0-RC18

21 Mar 09:56
Compare
Choose a tag to compare

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: 1.0.0-RC17...1.0.0-RC18

1.0.0-RC17

28 Jan 08:23
Compare
Choose a tag to compare

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: 1.0.0-RC16...1.0.0-RC17

1.0.0-RC16

13 Jan 11:01
Compare
Choose a tag to compare

Fixes πŸ› 

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

1.0.0-RC15

12 Jan 16:27
Compare
Choose a tag to compare

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: 1.0.0-RC14...1.0.0-RC15

1.0.0-RC14

18 Nov 11:00
Compare
Choose a tag to compare

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: 1.0.0-RC13...1.0.0-RC14

Domino-ui 1.0.0-RC13

05 May 15:51
Compare
Choose a tag to compare

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: 1.0.0-RC12...1.0.0-RC13

1.0.0-RC12

03 Apr 12:21
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • Rename tags input stores to reflect actual behavior and introduce unordered items store #645
  • Add the ability to clear form fields without triggering change handlers #643
  • Add option to toggle modal dialog auto focus #638
  • Left Panel Fix/Unfix controlled by menu bars #637
  • Small FileUpload fixes in #640
  • DataTable GroupingPlugin improvements in #641
  • DataTable & Grouping plugin improvements in #642

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: 1.0.0-RC11...1.0.0-RC12

1.0.0-RC11

13 Feb 19:31
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Enhancements πŸŽ‰

  • Make total count public readable by @happyhua in #599

  • AbstractTagsInput extracted by @salashnik in #595

  • Do not call menu close handlers if it not opened by @salashnik in #608

  • Opened dropdowns not closed when focused to tagsinput by @salashnik in #607

  • Performance improvements by @vegegoku in #630

  • Add the ability to start loader with a timeout to stop the effect by @vegegoku in #615

  • add version to the auto css imports by @vegegoku in #606

  • Make TimeBox keyboard editable by @rjeeb in #319

  • Allow adding new values on select if the values are not exist by @rjeeb in #66

Bug fixes πŸ› 

Full Changelog: 1.0.0-RC10...1.0.0-RC11