Skip to content

Releases: rero/ng-core

v21.1.1

Choose a tag to compare

@rero-release-bot rero-release-bot released this 14 Jul 05:04

21.1.1 (2026-07-14)

Bug Fixes

  • editor: autofocus template select after async load (e0c732b)
  • label: translate label signal in zoneless mode (627e1c2)
  • record-ui: use Subject in deleteRecord (ece9b08)
  • template selector autofocus also auto-opens (ba1b505)

v21.1.0

Choose a tag to compare

@rero-release-bot rero-release-bot released this 22 Jun 14:12

21.1.0 (2026-06-22)

⚠ BREAKING CHANGES

  • search: SearchField, RecordType.searchFields and the store
    searchFields state/methods are removed. Configure full-text search as a
    searchFilter (e.g. { filter: 'fulltext', value: 'true' }) instead.

Features

  • editor: prevent double-save and handle version conflicts (79e8f57)
  • editor: template autofocus on dropdown menu (1534b0d)

Code Refactoring

  • search: remove searchFields field-scoping mechanism (be4d13e)

v21.0.1

Choose a tag to compare

@PascalRepond PascalRepond released this 03 Jun 09:29

Full Changelog

Fixes:

  • fix(translate): migrate primelocale to JS imports and fix JSON import attributes #811 (by @jma & @Garfield-fr)

v21.0.0

Choose a tag to compare

@PascalRepond PascalRepond released this 02 Jun 14:59

Full Changelog

Breaking change:

  • chore: migrate to Angular 21 with NgRx Signal Store and zoneless change detection #781 (by @jma & @Garfield-fr)

v19.3.1

Choose a tag to compare

@PascalRepond PascalRepond released this 26 Feb 10:52

Full Changelog

Other changes:

v19.3.0

Choose a tag to compare

@PascalRepond PascalRepond released this 02 Oct 08:39

Full Changelog

New features:

  • feat(editor): add a new getHeaders configuration #751 (by @jma)
  • feat(editor): add a clear button on the date picker #758 (by @jma)

Fixes:

v19.2.0

Choose a tag to compare

@PascalRepond PascalRepond released this 01 Sep 12:36

Full Changelog

New features:

  • feat(editor): Show validation messages on the date picker. #747 (by @jma)
  • feat: latex text processing #745 (by @Garfield-fr)

Fixes:

v19.1.2

Choose a tag to compare

@PascalRepond PascalRepond released this 05 Aug 14:22

Full Changelog

New features:

Fixes:

Other changes:

v19.1.1

Choose a tag to compare

@PascalRepond PascalRepond released this 22 Jul 07:03

Full Changelog

Fixes:

v19.1.0

Choose a tag to compare

@PascalRepond PascalRepond released this 27 Jun 06:30

Full Changelog

New features:

Enhancements:

Fix:

  • fix(circulation): set autofocus after each circulation operation #714 (by @jma)
  • fix: display tooltip on disabled export button #716 (by @Garfield-fr)
  • fix(editor): password generator button #722 (by @Garfield-fr)
  • fix(editor): enable filter when the number of options is big #713 (by @jma)
  • fix(editor): datepicker should be smaller instead of taking the whole width of the screen #711 (by @jma)
  • feat(aggregation): allow date editing on datepicker #710 (by @Garfield-fr)
  • fix(editor): "my private templates" should be displayed first also for standard librarians #709 (by @jma)
  • fix(paginator): update first position #705 (by @Garfield-fr)
  • chore(search bar): improve search button design #706 (by @PascalRepond)
  • fix(search): better layout when no results #704 (by @PascalRepond)
  • fix(search): disable auto-spacing in pubdate facet #702 (by @PascalRepond)
  • fix: fix scroll views in editor #701 (by @jma)
  • fix: translate the title editor description #699 (by @jma)