Skip to content

Commit

Permalink
Merge branch 'preview' of github.com:infor-design/enterprise into 812…
Browse files Browse the repository at this point in the history
…9-new-icons
  • Loading branch information
tmcconechy committed Nov 8, 2023
2 parents 03bea71 + b951b62 commit 535b82c
Show file tree
Hide file tree
Showing 32 changed files with 2,823 additions and 23,315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Level Two Detail View</h1>
<section id="maincontent" class="page-container scrollable-flex" role="main">
<section class="scrollable-flex-header is-personalizable">
<div class="content personalize-header">
<div class="row no-bottom-margin bottom-padding">
<div class="row no-bottom-margin bottom-padding top-padding">
<div class="one-fifth column one-half-mobile">
<label class="personalize-text">Item</label>
<p class="name-xl personalize-text">2000 LGE Incorporated</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Level Two Detail View</h1>
<section id="maincontent" class="page-container scrollable-flex" role="main">
<section class="scrollable-flex-header">
<div class="content is-personalizable full-width" style="padding: 0;">
<div class="row no-bottom-margin bottom-padding personalize-header">
<div class="row no-bottom-margin bottom-padding personalize-header top-padding">
<div class="one-fifth column one-half-mobile">
<label class="personalize-text">Item</label>
<p class="name-xl personalize-text">2000 LGE Incorporated</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Level Two Detail View</h1>
<section id="maincontent" class="page-container scrollable-flex" role="main">
<section class="scrollable-flex-header">
<div class="content is-personalizable full-width" style="padding: 0;">
<div class="row no-bottom-margin bottom-padding personalize-header">
<div class="row no-bottom-margin bottom-padding personalize-header top-padding">
<div class="one-fifth column one-half-mobile">
<label class="personalize-text">Item</label>
<p class="name-xl personalize-text">2000 LGE Incorporated</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/personalize/example-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Level Two Detail View</h1>
<section id="maincontent" class="page-container scrollable-flex is-personalizable" role="main">
<section class="scrollable-flex-header personalize-header">
<div class="content">
<div class="row no-bottom-margin bottom-padding">
<div class="row no-bottom-margin bottom-padding top-padding">
<div class="one-fifth column one-half-mobile">
<label class="personalize-text">Item</label>
<p class="name-xl personalize-text">2000 LGE Incorporated</p>
Expand Down
4 changes: 2 additions & 2 deletions app/views/components/personalize/example-form2.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ <h1>Level Two Detail View</h1>
</div>
</header>

<section id="maincontent" class="is-personalizable" role="main">
<section id="maincontent" class="is-personalizable page-container" role="main">
<section class="personalize-header">
<div class="content">
<div class="row no-bottom-margin small-bottom-padding">
<div class="row no-bottom-margin small-bottom-padding top-padding">
<div class="one-third column">
<img class="image-round" src="{{basepath}}/images/10.jpg" alt="Photo of Evyn"/>
<br />
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/personalize/test-classes-short.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Custom Personalization Sections</h1>

<div id="maincontent" class="page-container scrollable is-personalizable" role="main">
<div class="personalize-header form-layout-compact personalize-horizontal-bottom-border">
<div class="row l-center">
<div class="row l-center top-padding">
<div class="one-fifth column one-half-mobile">
<span class="object-count personalize-text">
<span>Active <br/> Opportunities</span>
Expand Down
4 changes: 2 additions & 2 deletions app/views/components/personalize/test-form-short.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ <h1>Level Two Detail View</h1>
</div>
</header>

<section id="maincontent" class="is-personalizable" role="main">
<section id="maincontent" class="is-personalizable page-container" role="main">
<section class="personalize-header form-layout-compact">
<div class="content">
<div class="row no-bottom-margin bottom-padding">
<div class="row no-bottom-margin bottom-padding top-padding">
<div class="one-fifth column one-half-mobile">
<label class="personalize-text">Item</label>
<p class="name-xl personalize-text">2000 LGE Incorporated</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/personalize/test-form2-short.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Level Two Detail View</h1>
<section id="maincontent" class="is-personalizable" role="main">
<section class="personalize-header form-layout-compact">
<div class="content">
<div class="row no-bottom-margin small-bottom-padding">
<div class="row no-bottom-margin small-bottom-padding top-padding">
<div class="one-third column">
<img class="image-round" src="{{basepath}}/images/10.jpg" alt="Photo of Evyn"/>
<br />
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@

- `[Datagrid]` Added ability for expandable and summary rows to be updated after cell update. ([#8058](https://github.com/infor-design/enterprise/issues/8058))
- `[Tabs]` Changed all azure components like header and header tabs to be alabaster by default. ([#7861](https://github.com/infor-design/enterprise/issues/7861))
## v4.90.0

## v4.90.0 Features

## v4.90.0 Fixes

- `[Modal]` Adjusted modal title spacing to avoid icon from cropping. ([#8031](https://github.com/infor-design/enterprise/issues/8031))

## v4.89.0

## v4.89.0 Features

- `[Datagrid]` Added ability for expandable and summary rows to be updated after cell update. ([#8058](https://github.com/infor-design/enterprise/issues/8058))
- `[Tabs]` Changed all azure components like header and header tabs to be alabaster by default. ([#7861](https://github.com/infor-design/enterprise/issues/7861))

## v4.89.0 Fixes

Expand All @@ -29,11 +37,14 @@
- `[Datagrid]` Additional check for select row when datagrid has grouping and filter. ([NG#1549](https://github.com/infor-design/enterprise-ng/issues/1549))
- `[Datepicker]` Adjusted sizing of monthview popup to better accommodate smaller dimensions. ([#7974](https://github.com/infor-design/enterprise/issues/7974))
- `[Datepicker]` Fixed datepicker prematurely closing after selecting a date when having a time format. ([#7916](https://github.com/infor-design/enterprise/issues/7916))
- `[Dropdown]` Fixed a bug where the text and dropdown icon were overlapping on smaller viewports. ([#8000](https://github.com/infor-design/enterprise/issues/8000))
- `[EmptyMessage]` Fixed empty message card content to center position. ([#7883](https://github.com/infor-design/enterprise/issues/7883))
- `[General]` Adjusted the reset for spans. ([#1513](https://github.com/infor-design/enterprise/issues/7854))
- `[Module Nav]` Fixed a bug where the settings was behind the main module nav element. ([#8063](https://github.com/infor-design/enterprise/issues/8063))
- `[Module Nav]` Fixed a bug where the accordion in the page container inherited module nav accordion styles. ([#8040](https://github.com/infor-design/enterprise/issues/7884))
- `[Pie/Donut]` Fixed the displayed legend when selecting a different one. ([#7845](https://github.com/infor-design/enterprise/issues/7845))
- `[Pie/Donut]` Fixed a bug in clicking legends causing to change whole list to the last clicked legend name. ([#8139](https://github.com/infor-design/enterprise/issues/8139))
- `[Pie/Donut]` Fixed a bug in where legends can be clicked if selectable settings set to false. ([#8140](https://github.com/infor-design/enterprise/issues/8140))
- `[Popupmenu]` Fixed shared menu not closing and opening correctly. ([NG#1552](https://github.com/infor-design/enterprise-ng/issues/1552))
- `[ProcessIndicator]` Adjusted icon sizing to remove gaps between separators. ([#7982](https://github.com/infor-design/enterprise/issues/7982))
- `[Radios]` Adjusted styling of checked disabled radio button. ([#8082](https://github.com/infor-design/enterprise/issues/8082))
Expand All @@ -45,6 +56,7 @@
- `[Tabs]` Adjusted placement of icons in tab list spillover. ([#7970](https://github.com/infor-design/enterprise/issues/7970))
- `[Tabs]` Fixed the focus state of radio button not fully shown in tabs. ([#7955](https://github.com/infor-design/enterprise/issues/7955))
- `[Targeted-Achievement]` Fixed waring color not displaying properly. ([#7891](https://github.com/infor-design/enterprise/issues/7891))
- `[Treemap]` Adjusted label styling in RTL. ([#6891](https://github.com/infor-design/enterprise/issues/6891))
- `[Validation]` Fixed the position of exclamation points of validation in non english localization. ([#5119](https://github.com/infor-design/enterprise/issues/5119))
- `[Weekview]` Added overnight event view when end time goes to next day. ([#7840](https://github.com/infor-design/enterprise/issues/7840))
- `[Weekview]` Fixed an issue with the week change when clicking the `Today` button. ([#7792](https://github.com/infor-design/enterprise/issues/7792))
Expand Down

0 comments on commit 535b82c

Please sign in to comment.