Skip to content

Commit de1cbc6

Browse files
committed
release: v14.7.0
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
1 parent a5f763c commit de1cbc6

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v14.7.0](https://github.com/rero/ng-core/tree/v14.7.0) (2024-01-11)
4+
5+
[Full Changelog](https://github.com/rero/ng-core/compare/v14.6.0...v14.7.0)
6+
7+
**New features:**
8+
* editor: disabled save button on first click [\#580](https://github.com/rero/ng-core/pull/580) (by @Garfield-fr)
9+
* detail view: allow the addition of buttons [\#574](https://github.com/rero/ng-core/pull/574) (by @Garfield-fr)
10+
11+
**Enhancements:**
12+
* search filters: refactoring to be more generic [\#571](https://github.com/rero/ng-core/pull/571) (by @Garfield-fr)
13+
* The select component in the editor should sort the values only in the suggestions [\#568](https://github.com/rero/ng-core/issues/568) (by @Garfield-fr)
14+
15+
**Fixes:**
16+
* Form option does not work in definition. [\#547](https://github.com/rero/ng-core/issues/547) (by @Garfield-fr)
17+
* fix: search fields translations [\#581](https://github.com/rero/ng-core/pull/581) (by @PascalRepond)
18+
* fix: remove lowercase search field [\#575](https://github.com/rero/ng-core/pull/575) (by @PascalRepond)
19+
* formly: fix default value expression [\#569](https://github.com/rero/ng-core/pull/569) (by @Garfield-fr)
20+
* fix: default filter [\#567](https://github.com/rero/ng-core/pull/567) (by @Garfield-fr)
21+
22+
**Other changes:**
23+
* chore: upgrade to node v16 [\#583](https://github.com/rero/ng-core/pull/583) (by @Garfield-fr)
24+
* chore: refactoring handle error [\#577](https://github.com/rero/ng-core/pull/577) (by @Garfield-fr)
25+
* chore: update github templates [\#566](https://github.com/rero/ng-core/pull/566) (by @PascalRepond)
26+
327
## [v14.6.0](https://github.com/rero/rero-mef/tree/v14.6.0) (2023-09-06)
428

529
[Full Changelog](https://github.com/rero/rero-mef/compare/v14.5.0...v14.6.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@rero/ng-core",
3-
"version": "14.6.0",
3+
"version": "14.7.0",
44
"private": true,
55
"scripts": {
66
"ng": "ng",

projects/rero/ng-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rero/ng-core",
3-
"version": "14.6.0",
3+
"version": "14.7.0",
44
"description": "RERO angular core library.",
55
"keywords": [
66
"rero",

0 commit comments

Comments
 (0)