Skip to content

Releases: DominoKit/domino-ui

2.0.0

30 Jan 12:01
Compare
Choose a tag to compare

Enhancements and Features πŸŽ‰

  • #900 Add the ability to insert/remove records from LocalListDataStore by index.
  • #901 menu items shouldn't stay selected.
  • #906 no scrollbar visible if setFixedBodyHeight too big.

Fixes πŸ› 

  • #903 NavBar description text color is white for both light and dark mode.
  • #904 Dialog.addCollapseListener(CollapseHandler) should be called addCollapseHandler(CollapseHandler).

Full Changelog: 2.0.0-RC5...2.0.0

2.0.0-RC5

10 Dec 14:22
Compare
Choose a tag to compare

Enhancements and Features πŸŽ‰

  • #882 Introduce new InfoBlock component.
  • #884 Use static imports instead of inheriting interfaces for ElementsFactory, SVGFactory and DominoCss.
  • #885 Add the ability to insert a menu item(s) in a specific index.
  • #886 Select component improvements.
  • #892 DataTable - Stop mouse events from bubbling if in edit mode.
  • #893 Allow moving carousel slides programatically.
  • #896 TextArea improvements.
  • #897 add BestRight{Up/Down}DropDirection.

Fixes πŸ› 

  • #878 TextBox And TextArea: character count is not handled correct.
  • #880 Wrong color for AppLayout header description.
  • #881 Wrong position for some DropDirections with body having margins.
  • #883 Javadocs not generated correctly, missing index page and other docs.
  • #887 setHeaderTextAlignment is not respected on empty DataTable.

Full Changelog: 2.0.0-RC4...2.0.0-RC5

1.0.6

10 Dec 14:46
Compare
Choose a tag to compare

Enhancements and Features πŸŽ‰

  • #891 Implement getRecords() for LocalListScrollingDataSource.

Full Changelog: 1.0.5...1.0.6

2.0.0-RC4

09 Nov 12:40
Compare
Choose a tag to compare

Enhancements πŸŽ‰

  • #837 BreadCrumb color is based on accent color and some accent colors are very dim on dark backgrounds.
  • #844 TreeGridPlugin fire event when row is expanded but no event is fired on before row expand.
  • #845 Restore the FlexLayout and related classes from version 1.x.
  • #863 Implement getRecords() for LocalListScrollingDataSource.
  • #865 Add deselect* to AbstractSelect.
  • #866 Update javadocs.
  • #867 Moving focus from Select element.
  • #875 Add more support for SVG elements.

Fixes πŸ› 

  • #841 hide() will not work on element with a dui css display class
  • #842 clear() on a Select does not clear the value;
  • #843 Select element hide() does not close the select drop down if it was open;
  • #847 setValue on select does not work after removingAllOptions and add then again.
  • #848 TagBox: readonly tag will not be removed.
  • #849 TagBox set to readOnly, the text is hard to read.
  • #851 SummeryPlugin SummaryRow is not being cleared and is duplicated instead.
  • #853 Horizontal TabsPanel inside vertical TabsPanel.
  • #854 Popover doesn't close on blur when in a dialog.
  • #855 ColumnResize sending spurious events.
  • #858 DatePicker - can not pick date that is not in current month/year.
  • #859 Table row does not get marked when checked.
  • #860 calling setLabel(String label) removes required indicator.
  • #861 Detach then attach the menu target element before showing the menu once will append the menu to the document body.
  • #862 Scroll loading does not work if the table is not displayed completely horizontally.
  • #864 AbstractSelect selectByKey calling deselect.
  • #868 Scroll loading does not work when browser zoom is not 100%.
  • #869 silently setting select doesn't pass notification to dropdown.
  • #870 Selecting date from date picker breaks when DateBox is empty.
  • #871 component visible overlap with SplitPanel's.
  • #873 Calendar - set first day of week in accordance with DateTimeFormatInfo.
  • #874 TimeBox value is not set after picking time.

Full Changelog: 2.0.0-RC3...2.0.0-RC4

1.0.5

09 Nov 12:25
Compare
Choose a tag to compare

Fixes πŸ› 

  • #862 Scroll loading does not work if the table is not displayed completely horizontally.
  • #855 ColumnResize sending spurious events.

Full Changelog: 1.0.4...1.0.5

1.0.4

01 Nov 08:31
Compare
Choose a tag to compare

Fixes πŸ› 

  • #797 Remove hardcoded style from section.
  • #856 Datatble hover style does not work with stripes.
  • #857 Upgrade guava to avoid security issues.
  • #862 Scroll loading does not work if the table is not displayed completely horizontally.

Full Changelog: 1.0.3...1.0.4

1.0.3

14 Sep 11:21
Compare
Choose a tag to compare

Fixes πŸ› 

  • #838 Sheet modals bottom does not expand to reach the bottom of the window.

Full Changelog: 1.0.2...1.0.3

2.0.0-RC3

11 Sep 17:51
Compare
Choose a tag to compare

Fix and issue with modals css being removed.

2.0.0-RC2

11 Sep 14:54
Compare
Choose a tag to compare

Enhancements πŸŽ‰

  • #802 LinkButton enhancements and use buttons for dialogs instead of LinkButtons.
  • #804 Add the ability to set the default focus element when modal is opened.
  • #806 Introduce the ability to override the ElementsFactory globally.
  • #814 Hide dropdowns on 2nd click.
  • #815 Allow read-only TextBox to look like a non-read-only.
  • #821 Ability to register open/close listeners for side drawers(left | right).
  • #824 Expose checkbox text element.
  • #826 Hide dropdown when focus lost.
  • #828 DateBox.closeOnBlur(true) auto closes the calendar popup when the user clicks away.
  • #831 A DateBox set to readOnly shows the DatePicker.

Fixes πŸ› 

  • #796 ColumnFilter are not cleared when calling searchContext.clear.
  • #799 ResizeColumnsPlugin in combination with SortPlugin triggers sorting when resizing a column.
  • #800 SwitchButton & setReadOnly(true) color issue .
  • #803 Calling clear or setValue(null) on DateBox throws a NPE.
  • #807 TextAreaBox: clear() does not reset the letter counter.
  • #809 FileUpload: setAutoUpload=true - the uploaded item shows an upload icon.
  • #810 dui_bottom_0 is declared in two classes.
  • #812 ColumnConfig: Uncaught DOMExceptions if the name of ColumnConfig contains special characters.
  • #818 Setting background color for a datatable row in a plugin does not use the color variations.
  • #820 Checkbox in a flex does not shrink to respect other elements flex grow.
  • #823 Row is not deselected after selecting it twice using Datatable single SelectionPlugin.
  • #827 HasCollapseListeners.removeCExpandListener method name typo.
  • #832 Tree global selection listener not triggered when selecting TreeItems appended to the Tree root.
  • #833 Bottom Elements are cut off.

1.0.2

11 Sep 14:36
Compare
Choose a tag to compare

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: 1.0.1...1.0.2