Skip to content

v1.2.4

Choose a tag to compare

@AftabIbrahimKazi AftabIbrahimKazi released this 11 Aug 18:26
· 191 commits to main since this release
a1ffd3b

Added

  • @strata-packages/picker — new standalone package: date, time, and datetime picker
    • Zero dependencies, works standalone or as Strata.Picker with Strata CSS
    • Declarative init via data-st-datepicker, data-st-timepicker, data-st-datetimepicker
    • Date range selection with two-input mode and range highlight
    • Preset shortcuts (built-in and custom)
    • Month/year grid navigation
    • --stp-* CSS variable system; auto-inherits --st-* tokens when Strata CSS is present

Fixed

  • Picker popup now appends to <body> with no CSS opacity transition — appears immediately on open
  • position: fixed popup no longer adds scroll offset to viewport coordinates
  • Picker rewritten as unified createPicker — date / time / datetime all working correctly