Releases: devforth/adminforth
Releases · devforth/adminforth
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)
v2.17.0-next.8
v2.17.0-next.7
v2.16.4
v2.16.3
v2.16.2
v2.17.0-next.6
2.17.0-next.6 (2025-12-30)
Bug Fixes
- use recordCopy instead of record in checkShowIf function (e92b3d5)