Skip to content

Releases: devforth/adminforth

v2.22.0-next.2

18 Feb 10:34

Choose a tag to compare

v2.22.0-next.2 Pre-release
Pre-release

2.22.0-next.2 (2026-02-18)

Bug Fixes

  • use redirectToRecordId for the newly created record to redirect after successful creation (f9c85b4)

v2.22.0-next.1

18 Feb 10:21
07f0933

Choose a tag to compare

v2.22.0-next.1 Pre-release
Pre-release

2.22.0-next.1 (2026-02-18)

Bug Fixes

  • refactor icon package loading to use isFulfilled helper function (72460be)

Features

  • add checkIconNames method to validate icon collections and names (0c3c713)

v2.21.2-next.2

18 Feb 10:14

Choose a tag to compare

v2.21.2-next.2 Pre-release
Pre-release

2.21.2-next.2 (2026-02-18)

Bug Fixes

  • improoved detection of changes in create/edit view to avoid notification "There are unsaved changes..." when there are no any changes (b15317a)

v2.21.2-next.1

17 Feb 09:41

Choose a tag to compare

v2.21.2-next.1 Pre-release
Pre-release

2.21.2-next.1 (2026-02-17)

Bug Fixes

v2.21.1

17 Feb 09:08

Choose a tag to compare

2.21.1 (2026-02-17)

Bug Fixes

v2.21.0

17 Feb 08:50
7e2bad3

Choose a tag to compare

2.21.0 (2026-02-17)

Bug Fixes

  • add is_ip_private function (b8c330d)
  • add missing spaces (6743320)
  • added the ability to accept an object if the json type is specified (1cbafe4)
  • correct detecting if user ip is private (366044b)
  • correct detecting if user ip is private [2] (1a1da91)
  • enhance XSS protection by adding video and source tag attributes (not xss still) (d00ca2f)
  • separation of private IP and default user (349a76c)
  • streamline client IP retrieval in AdminForthRestAPI (6c13157)
  • update boolean value handling in PostgresConnector to return true/[secure] instead of 1/0 (770ae3c)
  • update condition for default user notification in Sidebar component (2a2547a)
  • update condition to handle non-string current values in ResourceForm (17718ae)
  • update Sidebar component to check for localhost instead of private IP (04f8e16)
  • update upload API documentation to clarify usage of XMLHttpRequest and HTTP PUT method (7f6c4e8)
  • wait for finish loading before render afterBreadcrumbs injection (f934489)

Features

  • add configuration options to allow modifying hidden fields during create and edit (edca1e3)
  • add default user detection and private IP check to AdminForthRestAPI (4c67998)
  • add upload plugin documentation for S3 and API usage (01fa2e4)
  • export filtersTools module from index (9a58bba)

v2.20.0-next.13

16 Feb 10:04

Choose a tag to compare

v2.20.0-next.13 Pre-release
Pre-release

2.20.0-next.13 (2026-02-16)

Features

  • export filtersTools module from index (9a58bba)

v2.20.0-next.12

13 Feb 00:03

Choose a tag to compare

v2.20.0-next.12 Pre-release
Pre-release

2.20.0-next.12 (2026-02-13)

Bug Fixes

  • enhance XSS protection by adding video and source tag attributes (not xss still) (d00ca2f)

v2.20.0-next.11

12 Feb 20:26
ac09617

Choose a tag to compare

v2.20.0-next.11 Pre-release
Pre-release

2.20.0-next.11 (2026-02-12)

Bug Fixes

  • update Sidebar component to check for localhost instead of private IP (04f8e16)

v2.20.0-next.9

11 Feb 07:34

Choose a tag to compare

v2.20.0-next.9 Pre-release
Pre-release

2.20.0-next.9 (2026-02-11)

Bug Fixes

  • correct detecting if user ip is private (366044b)