Skip to content

v2.56.0

Choose a tag to compare

@ivictbor ivictbor released this 12 May 13:59
· 10 commits to main since this release
bb9eec5

2.56.0 (2026-05-12)

Bug Fixes

  • add correct support of mobiles for the afcl modal (5d27d68)
  • add debug logs to the checkIconNames in code injector (b9f2bdb)
  • correct path in checkIconNames in code injector (87aff58)
  • enhance modelValue handling in ColumnValueInput to support null and improve formatting (9b19a33)
  • fix bulk actions and correct translations support (b60f041)
  • improve float input value handling by formatting modelValue (21649e0)
  • improve stdout handling in callTsProxy and enhance resource column synchronization error handling (c0c7db4)
  • rebuild (e7bed9b)
  • rebuild (a9eb195)
  • remove readonly attribute from input in ColumnValueInput component (69a25cb)
  • remove readonly attribute from input in ColumnValueInput component and add test_decimal field to cars model (747d0da)
  • remove step attribute from number input in ColumnValueInput component (5122ed9)
  • simplify decimal input handling by removing unnecessary editing state (f01c9a9)
  • streamline model value handling in ColumnValueInput component (36cf8c0)
  • update decimal input handling to improve user experience (b284582)
  • update decimal input handling to improve value parsing and user experience (9b0880d)
  • update decimal input to allow any step value and improve model value handling (f2d56f9)
  • update PostgreSQL URL scheme in documentation and improve Prisma migration handling in utils (3b5399a)

Features

  • revert (26d0619)
  • add decimal.js for enhanced decimal handling and update parsing logic (e6585a3)
  • add dynamic list page size options to resource handling (38cd3a8)
  • add minimum width to page size selector and update options logic for dynamic list page size (3423a59)
  • add pagination size options for list views with dynamic selection (2cc7c4e)
  • add parse decimal (1c89c55)
  • add test_decimal field to cars model and update related components (58d2d09)
  • add test_decimal field to cars model and update related resources (9edd73d)
  • enhance decimal input handling with improved value parsing and input attributes (8a5f2e9)
  • enhance decimal input with placeholder, fullWidth, and prefix/suffix support (08b3690)
  • enhance decimal parsing to trim trailing zeros (2903b89)
  • enhance page size options to include dynamic selection and sorting (4e2adfe)
  • enhance resource file generation and column synchronization logic (0b9e623)
  • update page size options to handle null values and improve dynamic selection (3c6049a)