Skip to content

Releases: infor-design/enterprise

v4.95.0

09 May 14:10
Compare
Choose a tag to compare
  • Fix hover state (0edd079)
  • Add QA fixes for buttons (bebaf71)
  • Fix disabled color on icon buttons (8403878)

v4.90.4

25 Apr 15:25
Compare
Choose a tag to compare

v4.92.7

19 Apr 17:42
Compare
Choose a tag to compare

v4.92.6

19 Apr 16:21
Compare
Choose a tag to compare

v4.94.2

10 Apr 17:14
Compare
Choose a tag to compare
  • Merge branch '4.94.1' of github.com:infor-design/enterprise into 4.94.1 (6dfbf53)
  • Merge branch 'main' of github.com:infor-design/enterprise into 4.94.1 (59be0fd)
  • Add timeline fixes (152c112)
  • Merge pull request #8609 from infor-design/fix/node-sass (4edb569)
  • fixes to the enterprise release pipeline (8565982)
  • Merge pull request #8604 from infor-design/8596-tabs-vertical-error (7fc3fee)
  • Merge branch 'main' into 8596-tabs-vertical-error (8f67cb5)
  • Merge pull request #8581 from infor-design/8515-datagrid-dropdown (878465b)
  • Merge branch 'main' into 8515-datagrid-dropdown (dc8b071)
  • Merge pull request #8605 from infor-design/1672-editing-error (8ecd89f)
  • Merge branch 'main' into 8596-tabs-vertical-error (f4fdaad)
  • Merge pull request #8603 from infor-design/8602-listview-ellipsis (0859ec2)
  • Merge pull request #8607 from infor-design/8462-arrange (b9156b9)
  • Merge branch 'main' into 8515-datagrid-dropdown (0d66416)
  • Merge branch 'main' into 1672-editing-error (33bf53e)
  • Merge pull request #8588 from infor-design/avatar-shape (41972ed)
  • Merge pull request #8594 from infor-design/8553-cap-additional-padding (7fec568)
  • Merge branch 'main' into 8462-arrange (19a6b4b)
    1. Updated style (37a1821)
  • Merge branch 'main' into 8515-datagrid-dropdown (f6226be)
  • Merge pull request #8589 from infor-design/about-copy (c68b80e)
  • Merge branch 'main' into about-copy (534c393)
  • Adjust the icon (a7dd94e)
  • Fix lint error (739dbcb)
  • Fix errors editing on second page (0a77aae)
  • Fix tab errors (4bc2782)
  • Fix button layout (f8e1b0a)
  • Merge branch 'main' into 8553-cap-additional-padding (9a1d73e)
  • Merge branch 'main' into 8515-datagrid-dropdown (c98f473)
  • Fixed colors (e25a2a8)
  • Merge pull request #8577 from infor-design/8381-disable-switcher (bc4eb48)
  • Update changelog (f5ace55)
  • Added changelog (c85875b)
    1. Updated style (661e089)
    1. Fix on preventDefault error (cbfc019)
  • Update pos (00dab69)
  • Added copy to clipboard button to about page (599cf60)
  • Fix avatars (b77b5ad)
  • Tweak the style (1f2e75e)
    1. Fixed search icon misalignment in dropwdown cells (7d17cad)
  • Merge branch 'main' into 8381-disable-switcher (a3dc6a2)
  • Merge branch 'main' into 8381-disable-switcher (e2524bf)
  • Fixed check from null to undefined (8d2d03a)
    1. Style update (9512a7e)
  • Merge branch 'main' into 8381-disable-switcher (2d7e05d)
    1. Updated changelog (2e16d74)
    1. Update style (28a34af)
    1. Added setting to disable nav switcher (cef3d91)

v4.93.2

10 Apr 15:51
Compare
Choose a tag to compare

v4.94.0

08 Apr 19:51
Compare
Choose a tag to compare

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)

v4.90.3

27 Mar 14:05
Compare
Choose a tag to compare

v4.93.1

21 Mar 16:14
Compare
Choose a tag to compare
  • revert to 4.93.0 (2444102)
  • bump version to 4.93.1 (7ba9c51)
  • add avatar no round for 4.93.1 patch (80ea329)
  • Make avatar not round (6f45a59)

v4.92.5

14 Mar 15:43
Compare
Choose a tag to compare