Skip to content

Releases: Aam-Digital/ndb-core

3.42.0-master.1

13 Sep 10:16
4a0e252
Compare
Choose a tag to compare
3.42.0-master.1 Pre-release
Pre-release

3.42.0-master.1 (2024-09-13)

Features

  • bulk edit - update a field for multiple entities at once (#2565) (4a0e252), closes #2291

3.41.3-master.1

12 Sep 17:17
Compare
Choose a tag to compare
3.41.3-master.1 Pre-release
Pre-release

3.41.3-master.1 (2024-09-12)

Bug Fixes

  • demo: correctly generate category values again (a1dcea8)

3.41.2

11 Sep 22:28
0418c65
Compare
Choose a tag to compare

3.41.2 (2024-09-11)

Bug Fixes

  • i18n: fix problems with translations (f121eff)
  • display long texts (e.g. note texts) with linebreaks in the table (#2568) (904d20c), closes #2547
  • Admin UI: make photo and percentage field types available for configuration (#2546) (482feae), closes #2503 #2121
  • Admin UI: prevent editing of unsupported views causing broken system configuration (#2569) (f0a6a3c), closes #2466
  • .avoid issues with demo-data causing error being saved to indexedDb (57ce7b4)
  • fix some glitches in the behavior of dropdown components (c92021e)
  • .make acceptable file types for attachments configurable (59e3d0b)
  • .migrate ChildBlock config when used as viewComponent (ffbc197)
  • .truncate filter params in URL to avoid HTTP 431 Error for overlong URLs (#2513) (c06a23a), closes #2388

3.41.1

30 Aug 10:54
9a7ac26
Compare
Choose a tag to compare

3.41.1 (2024-08-30)

Bug Fixes

  • improved test and production configuration

3.41.0

29 Aug 13:06
03d854c
Compare
Choose a tag to compare

3.41.0 (2024-08-29)

Bug Fixes

  • bulk actions: use shift key to select a range of records (#2451) (831cb09), closes #2290
  • user: display better user profile information (#2506) (2f749d9), closes #2504
  • delete user account when deleting the user profile entity (#2514) (659803a)
  • dropdown options of select fields use the full available width for better readability (#2508) (6cb284a), closes #2494
  • inherited values also work from initial values of a new entity (#2549) (19fb3eb), closes #2431
  • sync performance improved (starts only one sync job at a time) (#2534) (c8875f8)
  • remove pre-defined standard fields to clean up custom configurations (#2510) (6cee3fc)

Features

  • inherited fields: configure rules to automatically "inherit" the value from a linked "parent" record (e.g. copying the category of a linked event into your new event to avoid manual re-entering of details). Inherited fields and their status are shown in the forms interface and can be manually overwritten or reset (#2437) (a77bd02)

3.40.0

13 Aug 07:42
704d3ae
Compare
Choose a tag to compare

3.40.0 (2024-08-13)

Bug Fixes

  • show archived records greyed out to make them distinguishable from active records (#2505) (c4cde7e), closes #2229

Features

  • support for sql reports without date range (#2502) (6235b04)

3.39.3

03 Aug 07:22
28500e1
Compare
Choose a tag to compare

3.39.3 (2024-08-03)

Bug Fixes

  • file attachments: avoid errors while offline (840cffd), closes #2450
  • sync: skip sync requests while offline (a70251f)
  • fix: update local user permissions to always reflect the user's assigned projects (68a063a), closes #2470

3.39.2

01 Aug 20:39
39e9649
Compare
Choose a tag to compare

3.39.2 (2024-08-01)

Bug Fixes

  • better logging in case of connection and config problems
    • .logging: log better details of DB fetch errors (232e983)
    • .logging: log better details of permission config errors (94b73e9)
    • .logging: use sentry-angular with special providers and tracing (9c7d887)
  • prevent invalid dropdown options to be added (#2493) (14e5967), closes #2491
  • user management: highlight "create account" button for clearer user guidance (#2489) (0334e70), closes #2461

3.39.1

29 Jul 17:17
db04fdd
Compare
Choose a tag to compare

3.39.1 (2024-07-29)

Bug Fixes

  • location: correctly display towns in address search result (5b6ef1e)
  • location: correctly load locations for pre-matching map (8cdbb88)
  • sync: better fault tolerance and logging during sync (68c4aae)

3.39.0

27 Jul 21:04
d3f5dc5
Compare
Choose a tag to compare

3.39.0 (2024-07-27)

Bug Fixes

  • edit button of progress dashboard widget also accessible for empty widget (#2458) (48c7c5b), closes #2268
  • file upload: ensure field is cleared correctly after deleting file (b213fa0)
  • file upload: show clear error message if file is too large for upload (c574614), closes #2462
  • keep text filtered after selecting item for multi-select dropdown field (#2456) (897ccf3), closes #2337
  • location fields allow customized address text and have reworked UI (#2454) (fb9aa9d), closes #1844
  • sync: ensure local changes are synced quickly before leaving the app (8f2cbac), closes #2397
  • more reliable app startup
    • .fail if config.json not loaded (8d8834b), closes #2474
    • logging: improve log message and fault tolerance (76d51bf)
  • update all related software libraries (#2483) (4444fc9)
    • .upgrade @sentry/browser from 8.13.0 to 8.14.0 (#2477) (e442b03)
    • .upgrade keycloak-angular from 15.2.1 to 15.3.0 (#2465) (26d2ba1)
  • Admin UI: edit field's default value including "inherited" value mode (#2469) (0eebaeb), closes #2419

Features

  • Import: automatically detect likely mappings of imported columns to data fields (#2257) (86dfbb7), closes #1942