Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 5d5a978

Browse files
AxelPeterCDS Agent
authored andcommitted
chore: bump version to v2.22.0
1 parent 892d858 commit 5d5a978

File tree

4 files changed

+31
-7
lines changed

4 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="2.22.0"></a>
2+
# [2.22.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.21.4...v2.22.0) (2018-11-08)
3+
4+
5+
### Bug Fixes
6+
7+
* **oui-navbar:** fix state attributes on component links ([#295](https://github.com/ovh-ux/ovh-ui-angular/issues/295)) ([3cf97fc](https://github.com/ovh-ux/ovh-ui-angular/commit/3cf97fc))
8+
* **oui-select:** prevent required validation to trigger on select ([#303](https://github.com/ovh-ux/ovh-ui-angular/issues/303)) ([c39dc82](https://github.com/ovh-ux/ovh-ui-angular/commit/c39dc82))
9+
* **oui-select-picker:** prevent leaving blank space ([#300](https://github.com/ovh-ux/ovh-ui-angular/issues/300)) ([2fa7c15](https://github.com/ovh-ux/ovh-ui-angular/commit/2fa7c15))
10+
11+
12+
### Features
13+
14+
* **oui-datagrid:** permit to access row index ([#296](https://github.com/ovh-ux/ovh-ui-angular/issues/296)) ([b84e08e](https://github.com/ovh-ux/ovh-ui-angular/commit/b84e08e))
15+
* **oui-dropdown:** allow click on link items ([#306](https://github.com/ovh-ux/ovh-ui-angular/issues/306)) ([b01d260](https://github.com/ovh-ux/ovh-ui-angular/commit/b01d260))
16+
* **oui-inline-adder:** add inline-adder component ([#304](https://github.com/ovh-ux/ovh-ui-angular/issues/304)) ([9824bbb](https://github.com/ovh-ux/ovh-ui-angular/commit/9824bbb))
17+
* **oui-modal:** allow disabling oui-modal buttons ([#307](https://github.com/ovh-ux/ovh-ui-angular/issues/307)) ([f763666](https://github.com/ovh-ux/ovh-ui-angular/commit/f763666))
18+
* **oui-navbar:** allow actions on navbar menu links ([#305](https://github.com/ovh-ux/ovh-ui-angular/issues/305)) ([0842039](https://github.com/ovh-ux/ovh-ui-angular/commit/0842039))
19+
* **oui-navbar:** allow to animate icon on aside links ([#308](https://github.com/ovh-ux/ovh-ui-angular/issues/308)) ([ac77580](https://github.com/ovh-ux/ovh-ui-angular/commit/ac77580))
20+
* **oui-popover:** add ng-template and title attribute support ([#301](https://github.com/ovh-ux/ovh-ui-angular/issues/301)) ([1f790fb](https://github.com/ovh-ux/ovh-ui-angular/commit/1f790fb))
21+
* **oui-select:** allow items to be disabled ([#291](https://github.com/ovh-ux/ovh-ui-angular/issues/291)) ([fbc565b](https://github.com/ovh-ux/ovh-ui-angular/commit/fbc565b))
22+
23+
24+
125
<a name="2.21.4"></a>
226
## [2.21.4](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.21.3...v2.21.4) (2018-10-23)
327

dist/oui-angular.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/oui-angular.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A set of maintainable components for the OVH ecosystem (Angular).",
44
"license": "BSD-3-Clause",
55
"author": "OVH SAS",
6-
"version": "2.21.4",
6+
"version": "2.22.0",
77
"keywords": [
88
"angular"
99
],

0 commit comments

Comments
 (0)