Skip to content

v2.56.0-next.4

Pre-release
Pre-release

Choose a tag to compare

@ivictbor ivictbor released this 12 May 13:16
· 18 commits to next since this release
6f9ea6e

2.56.0-next.4 (2026-05-12)

Bug Fixes

  • enhance modelValue handling in ColumnValueInput to support null and improve formatting (9b19a33)
  • improve float input value handling by formatting modelValue (21649e0)
  • 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)

Features

  • revert (26d0619)
  • add decimal.js for enhanced decimal handling and update parsing logic (e6585a3)
  • 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)