Skip to content

Releases: Aam-Digital/ndb-core

3.46.3-master.5

18 Feb 17:30
31ebae0
Compare
Choose a tag to compare
3.46.3-master.5 Pre-release
Pre-release

3.46.3-master.5 (2025-02-18)

Bug Fixes

3.46.3-master.4

18 Feb 16:03
d5316ea
Compare
Choose a tag to compare
3.46.3-master.4 Pre-release
Pre-release

3.46.3-master.4 (2025-02-18)

Bug Fixes

  • Import: fix problems changing auto-mapped columns during file imports (#2846) (d5316ea), closes #2782

3.46.3-master.3

18 Feb 13:45
0a09cc5
Compare
Choose a tag to compare
3.46.3-master.3 Pre-release
Pre-release

3.46.3-master.3 (2025-02-18)

Bug Fixes

  • Reporting: download SQL reports correctly formatted as .csv (#2854) (0a09cc5), closes #2783

3.46.3-master.2

13 Feb 17:14
27880b0
Compare
Choose a tag to compare
3.46.3-master.2 Pre-release
Pre-release

3.46.3-master.2 (2025-02-13)

Bug Fixes

  • multi-select dropdown values were sometimes not displayed after selecting (#2853) (27880b0), closes #2840

3.46.3-master.1

10 Feb 14:41
58a2238
Compare
Choose a tag to compare
3.46.3-master.1 Pre-release
Pre-release

3.46.3-master.1 (2025-02-10)

Bug Fixes

  • make applicable entity types required for Export Template configurations (#2845) (58a2238), closes #2703

3.46.2

07 Feb 17:49
9a82a04
Compare
Choose a tag to compare

3.46.2 (2025-02-07)

Bug Fixes

  • avoid dropdown options list shifting to window corner after changing tabs (#2836) (00801fc), closes #2806
  • fix error syncing while uploading a file (#2832) (5b90744)
  • navigate to the linked record when clicking a "reference" in tables (#2842) (f95a58a), closes #2837
  • support setting default values for dropdown (configurable-enum) fields (#2841) (022af59), closes #2273
  • i18n: update latest translations (#2844) (9a82a04)
  • import: importing references to existing records now also works with number fields as the matching field (#2823) (22c80c9), closes #2427

3.46.1

30 Jan 18:56
9ffb80b
Compare
Choose a tag to compare

3.46.1 (2025-01-30)

Bug Fixes

  • display loading screen while waiting for initial config (#2824) (221873d), closes #2639

Changes to Core System ⚠️

  • refactor the Database layer to allow for multiple database connections in parallel (#2758) (81a0be2), closes #2746

3.46.0

30 Jan 16:01
0c17643
Compare
Choose a tag to compare

3.46.0 (2025-01-30)

Bug Fixes

  • Admin UI: easier way to copy the link to a public form (#2790) (941012b), closes #2774
  • Admin UI: prevent breaking Public Form configurations by later changing entity type (#2815) (fb3a3e9)
  • Admin UI: show field editor for public form configuration again (#2816) (642f98d)
  • i18n: update latest translations (#2827) (6af91af)
  • Import: fix problems with fields not being available for mapping import columns (#2826) (353d097), closes #2819
  • .upgrade @sentry/angular from 8.40.0 to 8.48.0 (#2820) (ecf1230)

Features

  • Admin UI: configure "pre-filled" values for Public Forms (#2780) (0d320f8), closes #2766

3.45.1

24 Jan 12:24
57957af
Compare
Choose a tag to compare

3.45.1 (2025-01-24)

Bug Fixes

  • Admin UI: hide special EventNote entity type from admin lists (#2764) (393b635)
  • Admin UI: keep the focus when changing field group titles (#2808) (4471d40), closes #2805
  • Export: display address text for "location" fields in csv exports (#2809) (00d6f30), closes #2802
  • i18n: update latest translations (1be9a80)
  • Public Forms: show a "successfully submitted" page after completing form (#2797) (5353a3c), closes #2721
  • Public Forms: use correct image position in public forms (88a8010)
  • .layout glitches from translation changes and updated translations (#2795) (0a23155)
  • .log if legacy fallback IndexedDb name is still used (bc68ea4)

3.45.0

06 Jan 16:50
75f0f22
Compare
Choose a tag to compare

3.45.0 (2025-01-06)

Bug Fixes

  • Admin UI: bugfixes and improvements for public forms admin (#2753) (75f087c)
  • Admin UI: correctly save changes to fields from Public Forms Editor (#2745) (ba89478), closes #2743
  • Admin UI: field group titles are saved again (#2765) (aa0f95f), closes #2756
  • Admin UI: prevent error generating ID when resetting label of field (156fe44)
  • .ensure entity-select field always displays latest values, even when externally set (#2744) (c2ba7dd)
  • .logging: do not log invalid dates in data to Sentry (5acd149)
  • public forms: add missing translations (5e7c6e2)
  • public forms: display useful error messages if public form is not found or missing permissions (#2726) (982a2c2), closes #2657*
  • Admin UI: manage related public forms directly from Admin Entity view (#2740) (8537d86), closes #2708

Features