Skip to content

Releases: SavenkovIgor/QmlSandboxExtension

v8.0.1

24 Jun 16:13
3e6b082
Compare
Choose a tag to compare

Fixed

  • Screenshot button now visible only on qml webView tab - not on other tabs (#125)
  • On qml live update disabled the update button is now visible only on qml tabs (#127)
  • Rename qml module and main file to avoid conflicts with user files (#132)

Changed

  • [refactor] Project script cleanup (#130)
  • [refactor] Split emscripten interaction into two separate classes (#131)
  • Replace eye icon with run icon at file title (#123)
  • Switch to Qt 6.6.3 (#120)
  • Tool version update
  • Added new QmlEngine modes: Overdraw, Batches and Clip (#136)

v7.0.1

28 Jan 23:04
4842c3f
Compare
Choose a tag to compare

Changed

  • Various cleanup and refactoring
  • Screenshots are try to be saved with name of the current qml file (#102)
  • Remove redundant warning prefix (#104)

Added

  • Now this extension has info about current vscode theme and use it (#107)
  • Added 3 qml examples (#110)

v6.0.1

11 Nov 15:32
cafc39c
Compare
Choose a tag to compare

Changed

  • Update output channel name and webView title (#81)
  • Send qml diagnostics to VS Code problems tab (#87)
  • Add qml LogCatcher and redirect warnings to Problems section (#92)

Fixed

  • Path cleanup and move window handlers to separate file (#79)
  • Switch to json commands (#83)
  • Add support for debug build in CMakePresets.json (#90)
  • Create Sandbox tools qml component (#91)
  • Create template for release task (#93)
  • Fill in changelog from releases description (#95)

v5.0.1

29 Oct 20:39
57c960b
Compare
Choose a tag to compare

Added

  • Added QtQuick3d (working example could be found here)

Changed

  • Switch to Qt 6.6.0

Fixed

  • Paths substitution refactor

v4.0.1

14 Oct 23:47
55587e0
Compare
Choose a tag to compare

Added

  • Added some images and a Quick Start section to README.md.
  • Added a status-bar item to disable live-updates during editing, addressing
    certain corner-cases.
  • Introduced a command for manual WebView updating.

Changed

  • Conducted some code cleanup.

v3.0.1

14 Aug 18:35
85461cc
Compare
Choose a tag to compare

Added

  • Add Layout and Template module imports. They are missed in context (#46)
  • Add garbage collection after destruction. It could fix memory leaks (#45)
  • Add dependency from QML language vscode extension (#42)
  • Add circles example

Changed

  • Now Qt/QML log is captured and redirected to the integrated vscode console (#36)
  • Fix project.py script
  • Update README.md
  • Cleanup in extension folder structure

Fixed

  • Abbreviations and some readme fixes (#39)
  • Fix Qml id's, so they don't conflict with user's id's (#30)
  • Fix Visual Studio Code C++ prebuilt (#29)
  • 21 Fix GitHub actions and automatic delivery to the Visual Studio Code
    marketplace (#24)

v2.0.0

04 Jul 20:56
Compare
Choose a tag to compare

Added

  • Add screenshots and logo

v1.0.0

01 Jul 14:10
f262df6
Compare
Choose a tag to compare

Added

  • Add drawer with qml errors