Skip to content

Releases: Aam-Digital/ndb-core

3.56.0

06 Jun 16:10
dcaf2e0
Compare
Choose a tag to compare

3.56.0 (2025-06-06)

Bug Fixes

  • core: init logging only after loading config into environment (#3056) (dcaf2e0)
  • core: make viewport scroll container (#3052) (4c546b8), closes #3046
  • entity-select: add tooltip to label for better accessibility (#3051) (340d594), closes #3050

Features

  • core: allow to hide sections based on user roles (#3055) (5893b91), closes #769

3.55.1

03 Jun 07:03
7142dd8
Compare
Choose a tag to compare

3.55.1 (2025-06-03)

Bug Fixes

  • correctly use full available width for form field again (#3049) (7142dd8), closes #3041
  • fix app updates (disturbed by ngsw hash mismatch) (#3044) (b52b166)
  • user management: fix errors loading account page for records without existing account (#3043) (00e8805)

3.55.0

27 May 16:11
320aae1
Compare
Choose a tag to compare

3.55.0 (2025-05-27)

Features

  • support "unified login" / third-party-authentication (#2834) (c33970c), closes #2861

3.54.0

27 May 14:28
d106c74
Compare
Choose a tag to compare

3.54.0 (2025-05-27)

Bug Fixes

  • ."User denied geolocation" error should not be logged as warning (#3025) (b1b8844), closes #2727
  • .Admin UI: avoid errors editing simple public form fields (6ef23a9)
  • .Admin UI: avoid errors if invalid filters get emitted in admin-list somehow (a70d2b5)
  • better handling if address lookup API is not reachable (#3020) (2d846b5), closes #2728
  • .core: prevent editing of internal entity types through Admin UI (#3030) (faa30c8), closes #3027
  • .demo: add default config for auto-update rule (#3029) (519c4b5), closes #2976
  • .fix version number not properly built (ce66cfe)
  • improve error handling in user account management (#3023) (3087f8d), closes #3016
  • limit field width for better usability on very wide windows (#3013) (723de6f), closes #2348

Features

  • core: filter default values can now use placeholders like $current_user (#2958) (b062139), closes #2835
  • global search in toolbar for mobile screens (#3022) (4d6dc46), closes #1416

3.53.2

21 May 11:36
5ae89ce
Compare
Choose a tag to compare

3.53.2 (2025-05-21)

Bug Fixes

  • public forms: fix further problems with images breaking public forms (#3017) (5ae89ce), closes #3015

3.53.1

20 May 16:32
Compare
Choose a tag to compare

3.53.1 (2025-05-20)

Bug Fixes

  • .logging: avoid errors when entity is not_found (0059a71), closes #2472
  • .notifications: avoid sync with notifications DB if not configured (7afebe9)
  • public forms: fixed compatibility of "prefilled" values with new defaultValue config (#3012) (6933633), closes #3008
  • .set sentry logging environment (#3010) (bcd0f27), closes #3009
  • show a default icon for entity reference fields (#2999) (c83d390), closes #2428

3.53.0

16 May 15:02
Compare
Choose a tag to compare

3.53.0 (2025-05-16)

Bug Fixes

  • Admin UI: configuring static default values now shows the relevant UI for the datatype (#2984) (ab2c818), closes #2881
  • Admin UI: correctly save re-ordering of field groups (#2979) (1fc230b), closes #2970
  • auto-values: correctly save all updated entities (#2985) (e1929e9), closes #2982
  • auto-values: correctly save updates to trigger-mappings (#2978) (6b192e2), closes #2977
  • import: automatically mapped columns during import can now be reset again (#2986) (8c45bb9), closes #2964
  • notifications: improve UI opening notification event (#2996) (81d5fbe), closes #2915

Features

  • filters can now be searched typing text to narrow down filter dropdown options (#2969) (f3a1180), closes #2380 #2983
  • import: auto-select values for dropdown field items during import (#2992) (c67d75a), closes #2473

3.52.0

07 May 15:58
f355425
Compare
Choose a tag to compare

3.52.0 (2025-05-07)

Bug Fixes

  • prevent multiple scrollbars in autocomplete dropdowns (#2968) (fdfa3fa), closes #2963
  • a "Clear all filters" button for lists is now available (#2965) (dc57763), closes #2400

Features

  • [BETA feature] automated updates of entities based changes to a referencing entity (#2937) (183d7ee), closes #2694

3.51.1

29 Apr 17:11
27952f4
Compare
Choose a tag to compare

3.51.1 (2025-04-29)

Bug Fixes

  • Admin UI: allow searching/filtering of fields when changing filters or columns when designing list views (#2961) (27952f4), closes #2278
  • dropdowns now show more than 3 options if the screen has enough space (#2960) (1590f95), closes #2950
  • long field labels can now be read fully as a tooltip (#2957) (92510de), closes #2880

3.51.0

26 Apr 13:31
Compare
Choose a tag to compare

3.51.0 (2025-04-26)

Features

  • core: directly use Keycloak API for user administration without accounts-backend (#2941) (f08313a)