Back to changelog
Release note

v1.3.0

Dynomate 1.3.0

This release addresses two important fixes: MFA input visibility in dark mode and proper type handling for numeric query comparisons. Both improvements focus on removing friction from common DynamoDB operations.

RELEASED

Release notes

  1. Fixed

    MFA inputs now visible in dark mode

    Multi-factor authentication input fields were effectively invisible in dark mode due to insufficient contrast. We've corrected the theme implementation to ensure the inputs maintain proper visibility across all color schemes.

  2. Fixed

    Fixed numeric comparisons in queries

    Query operations using comparison operators (>, <, >=, <=) on numeric sort keys were failing with type validation errors. The issue stemmed from the query builder sending numeric values as strings.

    We now detect numeric attributes from your table schema and automatically apply the correct type conversion. This means queries like price > 100 work as expected.