Skip to content

Commit

Permalink
release: version 1.13.0
Browse files Browse the repository at this point in the history
Co-Authored-by: Johnny Mariéthoz <[email protected]>
  • Loading branch information
Sébastien Délèze and jma committed Aug 3, 2021
1 parent 91a125b commit caf7011
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Changelog

## [v1.13.0](https://github.com/rero/ng-core/tree/v1.13.0) (2021-08-03)

[Full Changelog](https://github.com/rero/ng-core/compare/v1.12.2...v1.13.0)

**Closed issues:**

- Add parameters to manage record sorting in getRecords [\#55](https://github.com/rero/ng-core/issues/55)
- Change display of delete button when delete is not possible [\#40](https://github.com/rero/ng-core/issues/40)

**Merged pull requests:**

- search: allow add without records [\#431](https://github.com/rero/ng-core/pull/431) ([sebastiendeleze](https://github.com/sebastiendeleze))
- translations: update catalog [\#430](https://github.com/rero/ng-core/pull/430) ([sebastiendeleze](https://github.com/sebastiendeleze))

## [v1.12.2](https://github.com/rero/ng-core/tree/v1.12.2) (2021-07-22)

[Full Changelog](https://github.com/rero/ng-core/compare/v1.12.1...v1.12.2)

**Merged pull requests:**

- release: version 1.12.2 [\#426](https://github.com/rero/ng-core/pull/426) ([jma](https://github.com/jma))
- records: fix aggregation name [\#425](https://github.com/rero/ng-core/pull/425) ([sebastiendeleze](https://github.com/sebastiendeleze))

## [v1.12.1](https://github.com/rero/ng-core/tree/v1.12.1) (2021-07-20)
Expand Down Expand Up @@ -43,7 +58,7 @@
- translations: translate v0.11.0 [\#415](https://github.com/rero/ng-core/pull/415) ([sebastiendeleze](https://github.com/sebastiendeleze))
- editor: improve error message [\#414](https://github.com/rero/ng-core/pull/414) ([zannkukai](https://github.com/zannkukai))
- General : fix HTML copyright [\#413](https://github.com/rero/ng-core/pull/413) ([zannkukai](https://github.com/zannkukai))
- editor: no autocomplete on `add_field` field [\#412](https://github.com/rero/ng-core/pull/412) ([zannkukai](https://github.com/zannkukai))
- editor: no autocomplete on `add\_field` field [\#412](https://github.com/rero/ng-core/pull/412) ([zannkukai](https://github.com/zannkukai))

## [v1.10.0](https://github.com/rero/ng-core/tree/v1.10.0) (2021-06-16)

Expand Down Expand Up @@ -127,10 +142,16 @@

[Full Changelog](https://github.com/rero/ng-core/compare/v1.4.0...v1.5.0)

**Implemented enhancements:**

- resources: customize the delete message [\#429](https://github.com/rero/ng-core/pull/429) ([Garfield-fr](https://github.com/Garfield-fr))

**Merged pull requests:**

- app: export error interface [\#355](https://github.com/rero/ng-core/pull/355) ([Garfield-fr](https://github.com/Garfield-fr))
- tests: add id html attributes for cypress tests [\#348](https://github.com/rero/ng-core/pull/348) ([AoNoOokami](https://github.com/AoNoOokami))
- records: display no record message [\#428](https://github.com/rero/ng-core/pull/428) ([sebastiendeleze](https://github.com/sebastiendeleze))
- search: fix aggregations filters error [\#427](https://github.com/rero/ng-core/pull/427) ([sebastiendeleze](https://github.com/sebastiendeleze))

## [v1.4.0](https://github.com/rero/ng-core/tree/v1.4.0) (2021-02-10)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rero/ng-core",
"version": "1.12.2",
"version": "1.13.0",
"private": true,
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/rero/ng-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rero/ng-core",
"version": "1.12.2",
"version": "1.13.0",
"description": "RERO angular core library.",
"keywords": [
"rero",
Expand Down

0 comments on commit caf7011

Please sign in to comment.