Skip to content

Releases: devforth/adminforth

v2.4.0-next.65

01 Aug 13:44
39d7037
Compare
Choose a tag to compare
v2.4.0-next.65 Pre-release
Pre-release

2.4.0-next.65 (2025-08-01)

Bug Fixes

  • handle unexpected API responses in Filters component (186ae54)

Features

  • add searchable fields and search functionality for foreign resources (82245c8)
  • enhance foreign resource handling with pagination and search capabilities (3f67dee)

v2.4.0-next.64

01 Aug 10:30
0bcbabf
Compare
Choose a tag to compare
v2.4.0-next.64 Pre-release
Pre-release

2.4.0-next.64 (2025-08-01)

Bug Fixes

  • 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)
  • improve input validity handling for username and password fields (b893496)
  • remove setCustomValidity (70d2c73)

v2.4.0-next.63

31 Jul 09:30
00093c9
Compare
Choose a tag to compare
v2.4.0-next.63 Pre-release
Pre-release

2.4.0-next.63 (2025-07-31)

Bug Fixes

  • fix incorrect dropdown position with teleportToBody prop (147bc28)

v2.4.0-next.62

31 Jul 07:03
49c3756
Compare
Choose a tag to compare
v2.4.0-next.62 Pre-release
Pre-release

2.4.0-next.62 (2025-07-31)

Bug Fixes

  • fix incorrect position of the dropdown without teleportToBody prop (9adc56b)

v2.4.0-next.61

30 Jul 12:53
6cf2d98
Compare
Choose a tag to compare
v2.4.0-next.61 Pre-release
Pre-release

2.4.0-next.61 (2025-07-30)

Bug Fixes

  • prevent error when customHeadItems is not provided (18f3457)

Features

  • add ability to add cutoms items to head (d9da154)
  • add docs for the customHeadItems (36c59ea)
  • add possibility to customize select colors (cd38fd1)

v2.4.0-next.60

30 Jul 12:35
Compare
Choose a tag to compare
v2.4.0-next.60 Pre-release
Pre-release

2.4.0-next.60 (2025-07-30)

Bug Fixes

  • avoid TypeScript error by casting value to any before checking _bsontype (1ba495b)
  • correctly detect Decimal128 fields as DECIMAL in create resource (2c3c930)

v2.4.0-next.59

30 Jul 11:28
69c4b17
Compare
Choose a tag to compare
v2.4.0-next.59 Pre-release
Pre-release

2.4.0-next.59 (2025-07-30)

Bug Fixes

  • add correct dark theme for the checkboxes (699f314)

v2.4.0-next.58

30 Jul 10:32
a0ec20a
Compare
Choose a tag to compare
v2.4.0-next.58 Pre-release
Pre-release

2.4.0-next.58 (2025-07-30)

Features

  • validate ADMIN_BASE_URL and warn when VITE_ADMINFORTH_PUBLIC_PATH is defined in the environment (9abab70)

v2.4.0-next.57

30 Jul 10:05
100d012
Compare
Choose a tag to compare
v2.4.0-next.57 Pre-release
Pre-release

2.4.0-next.57 (2025-07-30)

Bug Fixes

  • fix incorrect position of dropdown content (a2c0ac3)

v2.4.0-next.56

30 Jul 09:56
780a733
Compare
Choose a tag to compare
v2.4.0-next.56 Pre-release
Pre-release

2.4.0-next.56 (2025-07-30)

Bug Fixes

  • unsubscribe before subscribing in adminforth.menu.refreshMenuBadges() (bf335dd)