Skip to content

Latest commit

 

History

History
124 lines (65 loc) · 5.64 KB

File metadata and controls

124 lines (65 loc) · 5.64 KB

2.0.0 (2026-01-18)

  • Merge pull request #1 from bizarre/inlay (89c5736)

Bug Fixes

  • better clipboard handling (fcd7006)
  • empty state caret rendering (b8602d6)
  • inlay: autocomplete (bcab1c8)
  • inlay: IME composition (3d9aeb3)
  • inlay: prevent crash and caret issues with many diverging tokens (130dcac)
  • performance, flaky tests, etc (bc245b0)
  • tests (1f6c9c9)
  • tests: update tests (37efaf8)
  • vitest: exclude ct tests (65fa72c)

Features

BREAKING CHANGES

    • feat: new component "Inlay", structured text input primitive
  • tests: playwright ct testing
  • refactor: timeslice -> chrono
  • chore: landing page rework

1.4.0 (2025-05-08)

Features

  • time-slice: smarter default input formatter; add support for future time ranges from natural language (a6b1b62)

1.3.0 (2025-05-08)

Features

  • time-slice: allow always absolute formatting via null formatInput prop (a2dc3a3)

1.2.0 (2025-05-08)

Features

  • date-parser: parse future time ranges (8feba0f)

1.1.4 (2025-05-08)

Bug Fixes

  • docs: more applicable example (b00e8bc)

1.1.3 (2025-05-08)

Bug Fixes

  • build: correct package.json paths (185f40c)

1.1.3 (2025-05-08)

Bug Fixes

  • build: correct package.json paths (185f40c)

1.1.3 (2025-05-08)

Bug Fixes

  • build: correct package.json paths (185f40c)

1.1.3 (2025-05-08)

Bug Fixes

  • actually publish built package (lol) (286993b)
  • types: add typesVersions field to support subpath imports (eb41f65)

1.1.2 (2025-05-08)

Bug Fixes

  • types: correct TimeSlice type declaration path in exports field (c8838f2)

1.1.1 (2025-05-08)

Bug Fixes

  • round distance instead of flooring in default input formatter (18489b6)

1.1.0 (2025-05-07)

Features

  • default time slice to user timezone (1d22434)

1.0.3 (2025-05-07)

Bug Fixes