Skip to content

v0.97.0

Choose a tag to compare

@axadrn axadrn released this 15 Sep 12:06

Added

  • Global JS API
  • Exposed programmatic API for Dialog, Popover and Tabs
  • → allows triggering components from external events (e.g. Mapbox markers) via
  • window.tui.<component>.<function>()
  • Sidebar
  • New configurable shortcut option for toggling
  • Sheet
  • Width can now be overridden via props

Removed

  • Removed ESC key close handler

Fixed

  • Sidebar Docs – fixed incorrect script path shown in examples
  • Popover – exposed missing closeAllPopovers() in window.tui.popover API