Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 14:30
· 39 commits to main since this release

0.3.0 - 2025-02-28

Added

  • pickers: Add DateTimeInput to module
  • pickers: Add DateInput to module
  • date-select: Add default border & background
  • demo: Add visual select widgets to demo

Changed

  • Breaking dur-picker: Convert on_mount to private method
  • pickers: Convert watch_expanded to private method
  • Breaking date-picker: Convert watch_date to private method
  • Breaking time-input: Convert watch_time to private method
  • Breaking pickers: Disable input blurred message
  • heatmap: More accurate type for input
  • Breaking heatmap: Use int instead of Date for heatmap year
  • heatmap: Use cached property for heatmap navigation
  • Breaking dt-dur-range: Convert on_mount to private method
  • constants: Use constants for special unicode characters
  • date-picker: Use new date add method
  • Breaking date-picker: Convert to private method
  • date-picker: Improve render month method
  • date-picker: Re-order methods
  • date-picker: Improve render weekday
  • demo: Move tcss to app
  • pickers: Improve default tcss

Fixed

  • pickers: Validate all mini picker variants
  • dt-picker: Use LocalDateTime in input generic
  • pickers: Update all snapshots
  • dt-picker: Extra edge case tests
  • range-pickers: Use correct widget identifier
  • activity-heatmap: Override tooltip type
  • extra: Include left border with get_line_offset

Removed

  • Breaking heatmap: Remove unnecessary parent parameters
  • heatmap: Remove unnecessary tabs property
  • Breaking widgets: Remove imports from base module
  • time-picker: Remove unnecessary focus bool