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

Commit 978c264

Browse files
CDS AgentCDS Agent
authored andcommitted
chore: bump version to v2.8.0
1 parent 7e15942 commit 978c264

File tree

4 files changed

+58
-3
lines changed

4 files changed

+58
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="2.8.0"></a>
2+
# [2.8.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.7.1...v2.8.0) (2018-03-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **oui-criteria-container:** prevent duplicated criteria ([3771d94](https://github.com/ovh-ux/ovh-ui-angular/commit/3771d94))
8+
* **oui-criteria-container:** use angular.copy instead of _.cloneDeep ([8db5b4a](https://github.com/ovh-ux/ovh-ui-angular/commit/8db5b4a))
9+
* **oui-datagrid:** fix datagrid for IE10 ([6226b61](https://github.com/ovh-ux/ovh-ui-angular/commit/6226b61))
10+
* **oui-datagrid:** fix sorting ([c4c5d88](https://github.com/ovh-ux/ovh-ui-angular/commit/c4c5d88))
11+
* **oui-datagrid:** reset page offset on filtering ([e4ecd7d](https://github.com/ovh-ux/ovh-ui-angular/commit/e4ecd7d))
12+
13+
14+
### Features
15+
16+
* **oui-back-button:** add href attribute ([badb52e](https://github.com/ovh-ux/ovh-ui-angular/commit/badb52e))
17+
* **oui-calendar:** add oui-calendar component ([fb97a6d](https://github.com/ovh-ux/ovh-ui-angular/commit/fb97a6d))
18+
* **oui-calendar:** add week numbers attribute ([84a8fcd](https://github.com/ovh-ux/ovh-ui-angular/commit/84a8fcd))
19+
* **oui-chips:** link chips component to criteria-container ([eec6402](https://github.com/ovh-ux/ovh-ui-angular/commit/eec6402))
20+
* **oui-criteria-adder:** add criteria-container context ([9e33793](https://github.com/ovh-ux/ovh-ui-angular/commit/9e33793))
21+
* **oui-datagrid:** add chips container ([dc8b501](https://github.com/ovh-ux/ovh-ui-angular/commit/dc8b501))
22+
* **oui-datagrid:** add sortable and filterable attributes for columns ([351f463](https://github.com/ovh-ux/ovh-ui-angular/commit/351f463))
23+
* **oui-datagrid:** connect criteria-adder to datagrid ([00674a6](https://github.com/ovh-ux/ovh-ui-angular/commit/00674a6))
24+
* **oui-form-actions:** handle href for cancel button ([9a834a7](https://github.com/ovh-ux/ovh-ui-angular/commit/9a834a7))
25+
* **oui-search:** add root class for search component ([0f87e56](https://github.com/ovh-ux/ovh-ui-angular/commit/0f87e56))
26+
* **oui-search:** add title property to search criterion ([bc8bc73](https://github.com/ovh-ux/ovh-ui-angular/commit/bc8bc73))
27+
28+
29+
130
<a name="2.7.1"></a>
231
## [2.7.1](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.7.0...v2.7.1) (2018-03-19)
332

dist/oui-angular.min.js

Lines changed: 27 additions & 1 deletion
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.7.1",
6+
"version": "2.8.0",
77
"keywords": [
88
"angular"
99
],

0 commit comments

Comments
 (0)