Skip to content

v4.94.0

Compare
Choose a tag to compare
@corpulent corpulent released this 08 Apr 19:51
· 394 commits to main since this release

v4.94.0 Features

  • [About] Added copy to clipboard button. (#8438)
  • [Datagrid] Added setting showEditorIcons to always display icon without hover. (#8439)
  • [Datagrid] Disabled filter dropdown if selection is only one. (NG#1570)
  • [Homepage] Added row height style classes for widgets. (#8211)
  • [Lookup] Added placeholder setting in toolbar. (#8416)
  • [Modal] Added setting draggable to be able to drag modals. (#7019)

v4.94.0 Fixes

  • [Avatar] Is no longer round by default. To use it in module nav add the new square class. (#8539)
  • [Bar] Fixed axis label visibility by adding font-size in axis-labels container. (#8431)
  • [Button] Added start and stop methods for generative timeout. (#8541)
  • [Calendar] Fixed event icon not properly rendered across week view mode. (#8456)
  • [Calendar] Fixed inconsistencies in border colors of events in calendar. (#8452)
  • [Calendar] Fixed height calculation of homepage. (NG#1478)
  • [Cards] Fixed title and button regression and position. (#8602)
  • [Count] Fixed misalignment in card header icon. (#8448)
  • [Datagrid] Fixed an error editing on non first page in server side paging datagrid. (#8537)
  • [Datagrid] Fixed datagrid unable to have resize handle when using different column structure such as single lines. (#8417)
  • [Datagrid] Removed escaping HTML for cell nodes. (#8516)
  • [Datagrid] Fixed missing headers in frozen columns. (NG#1590)
  • [Datagrid] Select event is not triggered when clicking a hyperlink. (#8498)
  • [Datagrid] Fixed searchfield icon alignment in filter. (#8504)
  • [Datagrid/Card] When in a card/widget the size of the datagrid would be incorrect and the pager would be moved to the wrong place. Now on default widget size the widget will contain the pager correctly. You may need css for custom sized widgets or non default widget sizes. (#8496)
  • [Datepicker] Added action in args passed on selected event. (#8433)
  • [Forms] Fixed fileupload layout in compact form. (#8537)
  • [Hierarchy] Fix broken size on avatars on hierarchy. (#8584)
  • [Homepage] Fixed the resize issues of bar, column, donut and line when using in homepage. (#8410)
  • [ModuleNav] Fixed 6th level header accordion alignment. (#8460)
  • [Radio] Fixed alignment in short form of radio button. (#8193)
  • [Radio] Fixed alignment in datagrid radio button. (#8349)
  • [Searchfield] Fixed cut-off searchfield button. (#8333)
  • [Searchfield] Fixed clear button misalignment in RTL. (#8342)
  • [Tabs] Fixed error in tab popup. (#8596)
  • [Tabs] Added guards on possible undefined objects. (#8419)
  • [Tabs] Fixed beforeactivated event not cancelling activation of tabs properly. (NG#1578)
  • [TabsHeader] Fixed tooltip not showing properly when there is an ellipsis in tabs. (#8446)
  • [Textarea] Fixed the character count message in textarea.(#8449)
  • [Timeline] Fixed alignment in widget.(#8524)
  • [Toolbar] Fixed button shapes in toolbar. (#8523)
  • [ToolbarFlex] Fixed more button throwing error when click two times. (#8430)