Releases: devforth/adminforth
Releases · devforth/adminforth
v2.17.0-next.13
v2.17.0-next.12
v2.16.5
v2.17.0-next.9
2.17.0-next.9 (2026-01-05)
Bug Fixes
- correctly pass record id to the custom action in list view (d93ee12)
- make userMenuSettingsPages param optional (825fc46)
- rebuild (13487fc)
Features
v2.17.0-next.11
2.17.0-next.11 (2026-01-05)
Bug Fixes
- allow customActionIconsThreeDotsMenuItems (1b5691a)
- handle potential null resourceOptions in actions filter (2fc9a83)
- make list three dots work with actions (c324bba)
- update action visibility logic for list and three dots menu in ResourceListTable components (7c80aef)
Features
v2.17.0-next.10
2.17.0-next.10 (2026-01-05)
Bug Fixes
- enhance data type handling in MongoConnector and add support for Double type (ab3ade3)
- enhance float value handling in setFieldValue method and simplify column type check in MongoConnector (30c1fbd)
- implement validateAndSetFieldValue method for improved data validation in AdminForthBaseConnector and update MongoConnector to utilize it (2c449a4)
- improve float and decimal value handling in setFieldValue method (651159c)
- improve null and empty string handling in setFieldValue method (d2de4de)
- improve object type handling in normalizeMongoValue and setFieldValue methods (ef7d9ce)
- update datetime value handling in setFieldValue method to retain original value (454161f)