Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
<a name="2.23.0"></a>
# [2.23.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.22.2...v2.23.0) (2018-12-11)


### Bug Fixes

* **oui-checkbox:** fix error class display condition ([#320](https://github.com/ovh-ux/ovh-ui-angular/issues/320)) ([9ce4b1c](https://github.com/ovh-ux/ovh-ui-angular/commit/9ce4b1c))
* **oui-select-picker:** fix transclude with component instead of span ([#312](https://github.com/ovh-ux/ovh-ui-angular/issues/312)) ([3a7ad05](https://github.com/ovh-ux/ovh-ui-angular/commit/3a7ad05))


### Features

* **oui-autocomplete:** add oui-autocomplete directive ([#315](https://github.com/ovh-ux/ovh-ui-angular/issues/315)) ([a0a5183](https://github.com/ovh-ux/ovh-ui-angular/commit/a0a5183))
* **oui-checkbox:** add error class when checkbox is in error ([#314](https://github.com/ovh-ux/ovh-ui-angular/issues/314)) ([e08dc8f](https://github.com/ovh-ux/ovh-ui-angular/commit/e08dc8f))
* **oui-datagrid:** add on-row-select event ([#323](https://github.com/ovh-ux/ovh-ui-angular/issues/323)) ([98c6154](https://github.com/ovh-ux/ovh-ui-angular/commit/98c6154))
* **oui-dual-list:** add dual-list component ([#311](https://github.com/ovh-ux/ovh-ui-angular/issues/311)) ([2eb2013](https://github.com/ovh-ux/ovh-ui-angular/commit/2eb2013))
* **oui-file:** add file component ([#324](https://github.com/ovh-ux/ovh-ui-angular/issues/324)) ([b50ac81](https://github.com/ovh-ux/ovh-ui-angular/commit/b50ac81))
* **oui-navbar:** allow html in navbar links ([#330](https://github.com/ovh-ux/ovh-ui-angular/issues/330)) ([2c15b45](https://github.com/ovh-ux/ovh-ui-angular/commit/2c15b45))
* **oui-radio:** add variant attribute ([#325](https://github.com/ovh-ux/ovh-ui-angular/issues/325)) ([3e78cb9](https://github.com/ovh-ux/ovh-ui-angular/commit/3e78cb9))
* **oui-stepper:** add position attribute ([#313](https://github.com/ovh-ux/ovh-ui-angular/issues/313)) ([88aeedd](https://github.com/ovh-ux/ovh-ui-angular/commit/88aeedd))
* **oui-tabs:** add tabs component ([#319](https://github.com/ovh-ux/ovh-ui-angular/issues/319)) ([727454a](https://github.com/ovh-ux/ovh-ui-angular/commit/727454a))



<a name="2.22.2"></a>
## [2.22.2](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.22.1...v2.22.2) (2018-11-23)


### Bug Fixes

* **oui-datagrid:** fix empty td when selectable-rows is active ([#321](https://github.com/ovh-ux/ovh-ui-angular/issues/321)) ([0ddeed0](https://github.com/ovh-ux/ovh-ui-angular/commit/0ddeed0))



<a name="2.22.1"></a>
## [2.22.1](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.22.0...v2.22.1) (2018-11-16)

Expand Down
30 changes: 25 additions & 5 deletions dist/oui-angular.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/oui-angular.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A set of maintainable components for the OVH ecosystem (Angular).",
"license": "BSD-3-Clause",
"author": "OVH SAS",
"version": "2.22.1",
"version": "2.23.0",
"keywords": [
"angular"
],
Expand Down Expand Up @@ -51,8 +51,8 @@
"devDependencies": {
"angular": ">=1.6.x",
"angular-aria": ">=1.6.x",
"angular-sanitize": ">=1.6.x",
"angular-mocks": ">=1.6.x",
"angular-sanitize": ">=1.6.x",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oui-datagrid/src/datagrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<tbody class="oui-datagrid__body"
ng-show="!$ctrl.displayedRows.length || $ctrl.loading || $ctrl.firstLoading">
<tr class="oui-datagrid__row oui-datagrid__row_loading">
<td ng-if="$ctrl.hasCheckboxes"
<td ng-if="$ctrl.selectableRows"
class="oui-datagrid__cell oui-datagrid__cell-sticky"></td>
<td class="oui-datagrid__cell"
ng-attr-colspan="{{ $ctrl.columns.length }}"
Expand Down
10 changes: 5 additions & 5 deletions packages/oui-navbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
links="asideLink.subLinks"
limit-to="asideLink.limitTo"
header-template="asideLink.headerTemplate"
header-title="{{asideLink.title}}"
header-title="{{asideLink.headerTitle}}"
footer-template="asideLink.footerTemplate"
footer-title="{{asideLink.footerTitle}}"
footer-href="{{asideLink.footerUrl}}"
Expand All @@ -69,7 +69,7 @@
<oui-navbar-menu ng-switch-default
header-class="oui-navbar_mobile-only"
header-breadcrumb="{{asideLink.headerBreadcrumb}}"
header-title="{{asideLink.title}}"
header-title="{{asideLink.headerTitle}}"
name="{{asideLink.name}}"
links="asideLink.subLinks"
align="end"
Expand Down Expand Up @@ -391,7 +391,7 @@ This property is only available for root links of `aside-links`.
links="asideLink.subLinks"
limit-to="asideLink.limitTo"
header-template="asideLink.headerTemplate"
header-title="{{asideLink.title}}"
header-title="{{asideLink.headerTitle}}"
footer-template="asideLink.footerTemplate"
footer-title="{{asideLink.footerTitle}}"
footer-href="{{asideLink.footerUrl}}"
Expand All @@ -407,7 +407,7 @@ This property is only available for root links of `aside-links`.
<oui-navbar-menu ng-switch-default
header-class="oui-navbar_mobile-only"
header-breadcrumb="{{asideLink.headerBreadcrumb}}"
header-title="{{asideLink.title}}"
header-title="{{asideLink.headerTitle}}"
name="{{asideLink.name}}"
links="asideLink.subLinks"
align="end"
Expand Down Expand Up @@ -486,7 +486,7 @@ subLinks = [];
name="{{$ctrl.placeholderNotification[0].name}}"
links="$ctrl.placeholderNotification[0].subLinks"
limit-to="$ctrl.placeholderNotification[0].limitTo"
header-title="{{$ctrl.placeholderNotification[0].title}}"
header-title="{{$ctrl.placeholderNotification[0].headerTitle}}"
align="end"
fixed></oui-navbar-notification>
</oui-navbar-dropdown>
Expand Down
2 changes: 1 addition & 1 deletion packages/oui-navbar/src/dropdown/navbar-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
ng-bind="$ctrl.iconBadge">
</span>
</span>
<span ng-bind="::$ctrl.text"></span>
<span ng-bind-html="::$ctrl.text"></span>
</button>
<div class="oui-navbar-menu__wrapper" ng-transclude></div>
8 changes: 5 additions & 3 deletions packages/oui-navbar/src/index.spec.data.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
{
"name": "notifications",
"class": "navbar-notification__list",
"title": "Notifications",
"title": "<div class=\"oui-color-gothic\">Your</div><span>notifications</span>",
"headerTitle": "Your notifications",
"iconClass": "oui-icon oui-icon-info_circle",
"iconAnimated": true,
"subLinks": [
Expand Down Expand Up @@ -84,7 +85,8 @@
},
{
"name": "libero",
"title": "Libero",
"title": "<div class=\"oui-color-gothic\">Need</div><span>help</span>",
"headerTitle": "Need help",
"iconClass": "oui-icon oui-icon-help_circle",
"subLinks": [
{
Expand Down Expand Up @@ -125,7 +127,7 @@
},
{
"name": "user",
"title": "User",
"title": "<div class=\"oui-color-text_oui-color-gothic\">Hello Username</div><span>your account</span>",
"iconClass": "oui-icon oui-icon-info_circle",
"subLinks": [
{
Expand Down
4 changes: 2 additions & 2 deletions packages/oui-navbar/src/link/navbar-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'oui-navbar-link_tertiary': $ctrl.variant === 'tertiary'
}"
ng-href="{{::$ctrl.href}}"
ng-bind="::$ctrl.text"
ng-bind-html="::$ctrl.text"
ng-click="$ctrl.onClick()">
</a>
<a class="oui-navbar-link"
Expand All @@ -22,7 +22,7 @@
'oui-navbar-link_secondary': $ctrl.variant === 'secondary',
'oui-navbar-link_tertiary': $ctrl.variant === 'tertiary'
}"
ng-bind="::$ctrl.text"
ng-bind-html="::$ctrl.text"
ui-sref="{{::$ctrl.getFullSref()}}"
ui-sref-active="oui-navbar-link_active"
ng-click="$ctrl.onClick()">
Expand Down
2 changes: 1 addition & 1 deletion packages/oui-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"license": "BSD-3-Clause",
"author": "OVH SAS",
"dependencies": {
"popper.js": "^1.14.4"
"ui-select": "^0.19.8"
}
}