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

Commit dc8f046

Browse files
FredericEspiauCDS Agent
authored andcommitted
chore: bump version to v2.23.0
1 parent 2c15b45 commit dc8f046

File tree

4 files changed

+52
-8
lines changed

4 files changed

+52
-8
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.23.0"></a>
2+
# [2.23.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.22.2...v2.23.0) (2018-12-11)
3+
4+
5+
### Bug Fixes
6+
7+
* **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))
8+
* **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))
9+
10+
11+
### Features
12+
13+
* **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))
14+
* **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))
15+
* **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))
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **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))
20+
* **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))
21+
* **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))
22+
23+
24+
125
<a name="2.22.2"></a>
226
## [2.22.2](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.22.1...v2.22.2) (2018-11-23)
327

dist/oui-angular.min.js

Lines changed: 25 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: 2 additions & 2 deletions
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.22.2",
6+
"version": "2.23.0",
77
"keywords": [
88
"angular"
99
],
@@ -51,8 +51,8 @@
5151
"devDependencies": {
5252
"angular": ">=1.6.x",
5353
"angular-aria": ">=1.6.x",
54-
"angular-sanitize": ">=1.6.x",
5554
"angular-mocks": ">=1.6.x",
55+
"angular-sanitize": ">=1.6.x",
5656
"babel-cli": "^6.26.0",
5757
"babel-core": "^6.26.3",
5858
"babel-eslint": "^9.0.0",

0 commit comments

Comments
 (0)