Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

71 lines (51 loc) · 2.03 KB

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.

Fixed

  • UI glitch when resizing viewport (#51).

Changed

  • improve ProgressBar by showing thumb hint over DOM elements.

0.1.5 - 2024-10-31

Fixed

  • prevent removal of a selected widget when erasing content in an input (using Delete shortcut).

0.1.4 - 2024-10-28

Removed

  • access to editor on mobiles.

Added

  • responsiveness in page fig-readme.
  • delete button in context menu of fig-tree.
  • Delete shortcut to remove selected widget.

0.1.3 - 2024-10-04

Removed

  • change state variable of input-like widgets for Lua sol2.

Changed

  • improve formatting of widgets for Lua sol2 (less verbose).

0.1.2 - 2024-10-04

Fixed

  • drag/drop not working on WebKit browsers (#33).
  • 404 redirection to webapp instead of the 404 page of GitHub.

0.1.1 - 2024-07-30

Changed

  • improve load time using lazy loading.

0.1.0 - 2024-07-30

Added

  • initial version with support for Lua sol2.