Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@ivictbor ivictbor released this 13 Aug 11:58
055cbd7

2.6.0 (2025-08-13)

Bug Fixes

  • fix style on dev demo (71d113f)
  • fix calendar date chage (f9d8a03)
  • fix loginPromptHTML (7bc6eb4)
  • add correct blog post link in deployment documentation and fixed code in standatd pages tuning example (3044532)
  • add correct dark theme for the checkboxes (699f314)
  • add missing debounce import (7fc89e7)
  • add possibility to pass void functions to the loginPromptHTML (02e683d)
  • add shadow to the flag background (3007041)
  • avoid TypeScript error by casting value to any before checking _bsontype (1ba495b)
  • correctly detect Decimal128 fields as DECIMAL in create resource (2c3c930)
  • don't validate optional empty fields as invalid (0cf7a4a)
  • fix bug with different sizes of country flags (5a729ee)
  • fix clear all button in filters, when we use date range (b8521ed)
  • fix clear all button in filters, when we use date range (844148b)
  • fix dark form border color (5b9f19c)
  • fix docs generation (cbbddb4)
  • fix docs generation for IAdminUserExpressRequest, ITranslateExpressRequest (7d8a990)
  • fix duplicate atribute error in ShowTable (8268e33)
  • fix error message in console on the login page (dc0bf52)
  • fix error message in console on the login page (5caec4c)
  • fix error message in console on the login page (3dc104a)
  • fix flag size for the list view (443cb6c)
  • fix form background color (e4656a8)
  • fix hover styling fot three dots menu (e41b2fe)
  • fix incorrect dropdown position with teleportToBody prop (147bc28)
  • fix incorrect position of dropdown content (a2c0ac3)
  • fix incorrect position of the dropdown without teleportToBody prop (9adc56b)
  • fix login page prompt (81ddf7d)
  • fix ShowTable open error (a7a1efd)
  • fix style for light theme checkbox (43ef8bf)
  • fix tooltip for the "Remove selection" button (ecebb3d)
  • handle unexpected API responses in Filters component (186ae54)
  • improve input validity handling for username and password fields (b893496)
  • Initialize dotenv before logger initialization (7658d56)
  • prevent error when customHeadItems is not provided (18f3457)
  • remove background blend mode from LoginView (6fe976c)
  • remove setCustomValidity (70d2c73)
  • remove unused parametr from the /get_public_config (51d0c0c)
  • removed white background from the country flag (ff7667f)
  • unsubscribe before subscribing in adminforth.menu.refreshMenuBadges() (bf335dd)
  • update image in Limiting actions access (1ddbeae)
  • update inputClick logic to only check readonly prop (dff60f0)
  • update loginPromptHTML function call to remove unnecessary parameters (8fccf23)

Features

  • add custom classes to the date and time select buttons (203b804)
  • add ITranslateFunction, IAdminUserExpressRequest and ITranslateExpressRequest data types (f9de8c7)
  • add ability to add cutoms items to head (d9da154)
  • add BoolToggle.vue and new folder controls (b38c21d)
  • add conditional class bindings for sidebar dropdown (3647bd4)
  • add custom class for the bool icons. Fix darkForm styling (af84a99)
  • add custom class to the header (0a6b60f)
  • add docs for the customHeadItems (36c59ea)
  • add new styles params for the checkbox (01d614b)
  • add option to disable background blend mode for login image (2cf899d)
  • add possibility to customize select colors (cd38fd1)
  • add possibility to pass function into the loginPromptHTML (8282f67)
  • add primary color support to the Checkbox.vue (0849d53)
  • add primary color support to the edit form (06ca513)
  • add primary styles to the Toggle.vue (86be7a9)
  • add searchable fields and search functionality for foreign resources (82245c8)
  • add styles for the filters (fefdec9)
  • add support for single theme configuration in AdminForth (37fd817)
  • add unique classes for the sidebar items (7ce788b)
  • add unique classes to the af logo, title and resource parent (632ea35)
  • enhance data filtering by adding primary key check in visibility logic (926f318)
  • enhance foreign resource handling with pagination and search capabilities (3f67dee)
  • implement backend-only column visibility logic in REST API (a74ae1a)
  • new Toggle.vue component (6c76b49)
  • remove CustomDatePicker and add DatePicker to the afcl (66ba874)
  • scale CheckOutline icon in checkbox using rem (72f031e)
  • support interrupting create/edit via beforeSave hook (38dd8bb)
  • validate ADMIN_BASE_URL and warn when VITE_ADMINFORTH_PUBLIC_PATH is defined in the environment (9abab70)

Reverts

  • Revert "feat: filter returned fields based on column showIn visibility" (73d0185)
  • Revert "refactor: rename resolveAllowed to resolveVisible and update page handling logic" (c7cb3be)