Skip to content

@blockly/workspace-minimap@0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 17:15
· 365 commits to master since this release

0.1.0 (2023-08-24)

Features

  • Created a minimap that is positionable in the primary workspace (#1824) (036e32a)
  • Implement focus mode (#1848) (8b5b549)
  • Implement interactions with the minimap (click, drag) (#1768) (23e6721)
  • Implement mirroring between the primary workspace and the minimap (#1749) (33f5ab3)
  • Initialized minimap plugin using the blockly-plugin template (#1741) (56fc4b4)
  • Make the minimap responsive to the window and primaryWorkspace size (#1756) (fbe5f9b)
  • Minimap responsive sizing (#1850) (c463a32)
  • Permits css capabilities for minimap (#1860) (f8cbacf)

Bug Fixes