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

Commit f05a539

Browse files
AxelPeterCDS Agent
authored andcommitted
chore: bump version to v2.18.0
1 parent 1753436 commit f05a539

File tree

4 files changed

+46
-16
lines changed

4 files changed

+46
-16
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="2.18.0"></a>
2+
# [2.18.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.17.2...v2.18.0) (2018-08-07)
3+
4+
5+
### Bug Fixes
6+
7+
* fix provider methods ([1acc3ab](https://github.com/ovh-ux/ovh-ui-angular/commit/1acc3ab))
8+
* **oui-back-button:** fix attributes on template ([a21a35f](https://github.com/ovh-ux/ovh-ui-angular/commit/a21a35f))
9+
* **oui-form-actions:** fix cancel button template ([cb8b9ad](https://github.com/ovh-ux/ovh-ui-angular/commit/cb8b9ad))
10+
* **oui-modal:** fix modal template ([291cc10](https://github.com/ovh-ux/ovh-ui-angular/commit/291cc10))
11+
* **oui-numeric:** fix attributes on template ([673e372](https://github.com/ovh-ux/ovh-ui-angular/commit/673e372))
12+
* **oui-select:** fix ui-select templates override ([f16aa49](https://github.com/ovh-ux/ovh-ui-angular/commit/f16aa49))
13+
* **oui-select-picker:** standardize attribute text to label ([e0e6fd0](https://github.com/ovh-ux/ovh-ui-angular/commit/e0e6fd0))
14+
15+
16+
### Features
17+
18+
* add support for angularjs 1.7 ([7fba84a](https://github.com/ovh-ux/ovh-ui-angular/commit/7fba84a))
19+
* **oui-action-menu:** add transclude support ([e1d9168](https://github.com/ovh-ux/ovh-ui-angular/commit/e1d9168))
20+
* **oui-checkbox:** add transclude support ([6322998](https://github.com/ovh-ux/ovh-ui-angular/commit/6322998))
21+
* **oui-datagrid:** add selectable rows ([#242](https://github.com/ovh-ux/ovh-ui-angular/issues/242)) ([08d0841](https://github.com/ovh-ux/ovh-ui-angular/commit/08d0841))
22+
* **oui-dropdown:** add transclude support ([d16c57f](https://github.com/ovh-ux/ovh-ui-angular/commit/d16c57f))
23+
* **oui-guide-menu:** add transclude support ([314a986](https://github.com/ovh-ux/ovh-ui-angular/commit/314a986))
24+
* **oui-progress:** add transclude support ([d20ff03](https://github.com/ovh-ux/ovh-ui-angular/commit/d20ff03))
25+
* **oui-radio:** add transclude support ([edee954](https://github.com/ovh-ux/ovh-ui-angular/commit/edee954))
26+
* **oui-slideshow:** add transclude support ([c86a592](https://github.com/ovh-ux/ovh-ui-angular/commit/c86a592))
27+
* **oui-tile:** add transclude support ([b206dd6](https://github.com/ovh-ux/ovh-ui-angular/commit/b206dd6))
28+
29+
30+
131
<a name="2.17.2"></a>
232
## [2.17.2](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.17.1...v2.17.2) (2018-08-06)
333

dist/oui-angular.min.js

Lines changed: 14 additions & 14 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.17.2",
6+
"version": "2.18.0",
77
"keywords": [
88
"angular"
99
],

0 commit comments

Comments
 (0)