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

Commit d5d77a3

Browse files
JDownloaderCDS Agent
authored andcommitted
chore: bump version to v2.12.0
1 parent 822006f commit d5d77a3

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="2.12.0"></a>
2+
# [2.12.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.11.0...v2.12.0) (2018-04-26)
3+
4+
5+
### Bug Fixes
6+
7+
* **oui-checkbox:** put id in camelCase ([0e6d19d](https://github.com/ovh-ux/ovh-ui-angular/commit/0e6d19d))
8+
* **oui-criteria-adder:** put id in camelCase ([9dfa95d](https://github.com/ovh-ux/ovh-ui-angular/commit/9dfa95d))
9+
* **oui-datagrid:** fix reload based on cached rows ([#167](https://github.com/ovh-ux/ovh-ui-angular/issues/167)) ([3bd8570](https://github.com/ovh-ux/ovh-ui-angular/commit/3bd8570))
10+
* **oui-datagrid:** fix util/hasProperty exception ([29ed417](https://github.com/ovh-ux/ovh-ui-angular/commit/29ed417))
11+
* **oui-radio:** fix name = id and test it ([bfb87dc](https://github.com/ovh-ux/ovh-ui-angular/commit/bfb87dc))
12+
* **oui-radio:** fix radio toggle / thumbnail conflict ([b72824f](https://github.com/ovh-ux/ovh-ui-angular/commit/b72824f))
13+
* **oui-radio:** put id in camelCase ([a4f7b2b](https://github.com/ovh-ux/ovh-ui-angular/commit/a4f7b2b))
14+
* **oui-select:** fix dropdown min-width ([abc67d5](https://github.com/ovh-ux/ovh-ui-angular/commit/abc67d5))
15+
* **oui-select:** fix dropdown min-width ([76fed32](https://github.com/ovh-ux/ovh-ui-angular/commit/76fed32))
16+
* **oui-select-picker:** fix value selection with one option only ([196d9df](https://github.com/ovh-ux/ovh-ui-angular/commit/196d9df))
17+
* **oui-select-picker:** put id in camelCase ([94c03f9](https://github.com/ovh-ux/ovh-ui-angular/commit/94c03f9))
18+
19+
20+
### Features
21+
22+
* **oui-datagrid:** add dynamic column configuration ([ba686c9](https://github.com/ovh-ux/ovh-ui-angular/commit/ba686c9))
23+
* **oui-field:** add the label popover option ([0cb4395](https://github.com/ovh-ux/ovh-ui-angular/commit/0cb4395))
24+
* **oui-radio:** add required attribute ([994cc86](https://github.com/ovh-ux/ovh-ui-angular/commit/994cc86))
25+
* **oui-stepper:** remove linear and add cancel button ([#172](https://github.com/ovh-ux/ovh-ui-angular/issues/172)) ([38df5db](https://github.com/ovh-ux/ovh-ui-angular/commit/38df5db))
26+
27+
28+
129
<a name="2.11.0"></a>
230
# [2.11.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.10.1...v2.11.0) (2018-04-16)
331

dist/oui-angular.min.js

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

0 commit comments

Comments
 (0)