Skip to content

Beta Release v0.0.20-beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Oct 09:08
· 62 commits to dev since this release
09fb391

Changelog for 0.0.20-beta version

Select Components (#460) (1b4fc98) (#455) (24dd1b6)

  • Improved Virtual List Rendering: Enhanced performance and scrolling behavior for large datasets.
  • Virtual List Implemented: Integrated virtualized rendering in both SingleSelect and MultiSelect components for smoother interaction and reduced lag.

Calendar (#446) (aebd34b) (#445) (8111c1a)

  • Added formatConfig support: Enables custom date formatting based on configuration.
  • Introduced Preset Mode: Added a preset mode allowing predefined date range selections (e.g., Today, Last 7 Days, This Month).
  • Fixed Scroll Issue: Improved scroll behavior and added support for custom preset options.

Charts (#459) (f0e9c2c)

  • Fixed Axis Tick Inconsistencies: Ensures consistent tick intervals across all date/time axes.

  • Enhanced Tooltip Formatting: Improved StatCard tooltip to show correctly formatted date/time values.

  • Added Customization Props:

    • dateOnly?: boolean — Show only date values
    • timeOnly?: boolean — Show only time values
    • useUTC?: boolean — Use UTC for time-based charts
    • formatString?: string — Custom date/time formatting string
    • showYear?: boolean — Option to display year in tick labels
    • ticks?: (number | string)[] — Custom tick values for consistent intervals
    • autoConsistentTicks?: boolean — Automatically generate consistent ticks for DATE_TIME axes (default: true)
    • maxTicks?: number — Maximum number of ticks to generate (default: 10)
    • smartDateTimeFormat?: boolean — Alternates between date and time display like Highcharts (default: true for DATE_TIME)
  • Removed / Deprecated Props:

    • smart?: boolean
    • timeZone?: string
    • hour12?: boolean

Table (#446) (aebd34b)

  • Fixed Search Input UI: Border bottom now correctly displays when no description or header is present.

Menu (#459) (f0e9c2c)

  • SubMenu: Added subtle border styling for improved visual clarity.

Tabs (#445) (8111c1a)

  • Underline Variant Update: Added border-bottom styling for better visual separation.