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

Commit 4aa8a67

Browse files
CDS AgentCDS Agent
authored andcommitted
chore: bump version to v2.11.0
1 parent 6aa18f9 commit 4aa8a67

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="2.11.0"></a>
2+
# [2.11.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.10.1...v2.11.0) (2018-04-16)
3+
4+
5+
### Bug Fixes
6+
7+
* **oui-calendar:** append calendar to control wrapper ([5bfd05c](https://github.com/ovh-ux/ovh-ui-angular/commit/5bfd05c))
8+
* **oui-calendar:** fix options ([422bca3](https://github.com/ovh-ux/ovh-ui-angular/commit/422bca3))
9+
* **oui-radio:** boolean parameter missing on thumbnail attr ([ee33f14](https://github.com/ovh-ux/ovh-ui-angular/commit/ee33f14))
10+
* **oui-search:** fix search reset ([6da44a5](https://github.com/ovh-ux/ovh-ui-angular/commit/6da44a5))
11+
* **oui-select-picker:** fix onChange execution ([d5f6a04](https://github.com/ovh-ux/ovh-ui-angular/commit/d5f6a04))
12+
* **oui-stepper:** fix default form name ([2c75040](https://github.com/ovh-ux/ovh-ui-angular/commit/2c75040))
13+
* **oui-tooltip:** fix tooltip postLink with timeout ([a3d4b77](https://github.com/ovh-ux/ovh-ui-angular/commit/a3d4b77))
14+
15+
16+
### Features
17+
18+
* **oui-calendar:** add inline and appendToBody attributes ([737db7c](https://github.com/ovh-ux/ovh-ui-angular/commit/737db7c))
19+
* **oui-criteria-adder:** add custom operators support to criteria adder ([5e76d83](https://github.com/ovh-ux/ovh-ui-angular/commit/5e76d83))
20+
* **oui-popover:** add new Popover component ([29bc371](https://github.com/ovh-ux/ovh-ui-angular/commit/29bc371))
21+
* **oui-search:** add debouncer on search component ([f259789](https://github.com/ovh-ux/ovh-ui-angular/commit/f259789))
22+
* **oui-search:** add reset on escape ([3514703](https://github.com/ovh-ux/ovh-ui-angular/commit/3514703))
23+
* **oui-stepper:** add custom validation attribute ([e2b23dd](https://github.com/ovh-ux/ovh-ui-angular/commit/e2b23dd))
24+
* **oui-stepper:** add linear progression ([13f5777](https://github.com/ovh-ux/ovh-ui-angular/commit/13f5777))
25+
* **oui-stepper:** add navigation and submit-text attributes ([31ea3a0](https://github.com/ovh-ux/ovh-ui-angular/commit/31ea3a0))
26+
* **oui-stepper:** create component ([bf0eb0d](https://github.com/ovh-ux/ovh-ui-angular/commit/bf0eb0d))
27+
* **oui-stepper:** handle communication between stepper and step-form ([53367c3](https://github.com/ovh-ux/ovh-ui-angular/commit/53367c3))
28+
* **oui-stepper:** handle complete and disabled attribute ([e677025](https://github.com/ovh-ux/ovh-ui-angular/commit/e677025))
29+
* **oui-stepper:** handle state in step-form ([b71932f](https://github.com/ovh-ux/ovh-ui-angular/commit/b71932f))
30+
* **oui-stepper:** loader size ([5f048a1](https://github.com/ovh-ux/ovh-ui-angular/commit/5f048a1))
31+
* **oui-stepper:** rethinking complete step ([d153c60](https://github.com/ovh-ux/ovh-ui-angular/commit/d153c60))
32+
* **oui-stepper:** skippable feature ([967cb2f](https://github.com/ovh-ux/ovh-ui-angular/commit/967cb2f))
33+
* **oui-stepper:** tests and doc update ([4200703](https://github.com/ovh-ux/ovh-ui-angular/commit/4200703))
34+
35+
36+
137
<a name="2.10.1"></a>
238
## [2.10.1](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.10.0...v2.10.1) (2018-04-04)
339

dist/oui-angular.min.js

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

0 commit comments

Comments
 (0)