Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 734 Bytes

File metadata and controls

22 lines (13 loc) · 734 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.1] - 2026-05-19

Added

  • Managed database widgets (databases_panel, ManagedDatabaseWriter).

[0.1.0] - 2026-05-06

Added

  • Initial release: HotdataClient, sql_editor, table_browser, query_result, and from_env.
  • connection_status callout and mo.ui.hotdata_* aliases (via register_mo_ui_hotdata_aliases on import).
  • SQL editor: run button with cached results, spinner while executing, and prompt to re-run after SQL edits.