Skip to content

Releases: NetEase/tango

1.4.0

05 Aug 07:01
Compare
Choose a tag to compare

What's Changed

  • fix: fix context menu error on macOS by @ccloli in #170
  • fix: set value as jsxElement children by @wwsun in #173
  • fix: fix global hotkey triggering on content editable elements by @ccloli in #174
  • fix: drag-panel add resizeable & height prop by @BoBoooooo in #175
  • fix: update designer style by @wwsun in #176
  • fix: selection bug without prototype & update ToggleButton style by @wwsun in #180
  • fix: update designer config by @wwsun in #186
  • refactor: editor code sync logic by @wwsun in #190

Breaking Changes

Consider there are no cases where the isFormatCode parameter is used, the following changes have been made

  • module.update(code, isFormatCode) changed to module.update(code, isSyncAst)
  • updateFile(filename, code, isFormatCode) changed to updateFile(filename, code, isSyncAst)

Features

core

  • add workspace.fileErrors to return all file errors
  • add workspace.syncFiles to sync all files ast
  • add module.isAstSynced to check if code-ast synced in current file
  • add file.isError to check if has errors
  • add file.errorMessage to check file error message

designer

  • add activeViews to Toolbar.Item

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@1.3.0...@music163/tango-designer@1.4.0

1.3.0

05 Aug 05:59
Compare
Choose a tag to compare

What's Changed

  • hotfix/1.2 by @BoBoooooo in #160
  • fix: export usePreviewSandboxQuery & add builtin sandboxQuery by @wwsun in #163
  • fix: popover re-click position bug & drag panel drag bug by @BoBoooooo in #165
  • fix: optimize variable panel scroll ui & onCancel bug by @BoBoooooo in #166
  • fix: parse app entry file & pass correct routerType to sandbox by @wwsun in #168
  • feat: add context menu by @ccloli in #161
  • feat: use addEventListener to bind iframe event handlers by @ccloli in #169

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@1.2.0...@music163/tango-designer@1.3.0

1.2.0

21 May 07:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@1.1.0...@music163/tango-designer@1.2.0

1.1.0

17 May 05:55
Compare
Choose a tag to compare

What's Changed

  • fix: render-setter expression value bug by @BoBoooooo in #133
  • fix: variable tree remove button event handling by @wwsun in #134
  • fix: allow reload state tree & display pageStore in variable tree by @wwsun in #135
  • fix: update designer styles by @wwsun in #142
  • fix: support start playground in different os by @maxwls in #139
  • feat: support validate on form item by @ccloli in #145
  • fix: disable toggle variable for expSetter & add isValid to workspace by @wwsun in #146
  • fix: parse module with module alias by @wwsun in #147
  • refactor: update attribute value parsing logic by @wwsun in #149
  • fix: support quick set tid in SettingForm by @wwsun in #151

New Contributors

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-ui@1.0.0...@music163/tango-designer@1.1.0

1.0.0

16 Apr 07:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@1.0.0-alpha.18...@music163/tango-designer@1.0.0

1.0.0-alpha.18

09 Apr 06:44
Compare
Choose a tag to compare
1.0.0-alpha.18 Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@1.0.0-alpha.13...@music163/tango-designer@1.0.0-alpha.18

1.0.0-alpha.13

18 Mar 08:59
Compare
Choose a tag to compare
1.0.0-alpha.13 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@1.0.0-alpha.3...@music163/tango-designer@1.0.0-alpha.13

1.0.0-alpha.3

22 Dec 02:07
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • fix: 优化 VarTree 的展示 & 增加 TangoConfigJson 协议文件 by @wwsun in #77
  • feat: support local components by @wwsun in #78

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@1.0.0-alpha.1...@music163/tango-designer@1.0.0-alpha.3

1.0.0-alpha.0

08 Dec 02:04
Compare
Choose a tag to compare
1.0.0-alpha.0 Pre-release
Pre-release

What's Changed

  • fix: add filesFormatter to sandbox & fix update props with imports by @wwsun in #71
  • fix: disable search keymap of InputCode by @wwsun in #72
  • fix: add showSearch and showGroups to SettingForm & update internal icons by @wwsun in #73

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@0.5.12...@music163/tango-designer@1.0.0-alpha.0

@music163/tango-designer@0.5.12

01 Dec 02:07
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix: refactor workspace
  • fix: refactor viewModule
  • fix: workspace onFilesChange by @wwsun in #70

Full Changelog: https://github.com/NetEase/tango/compare/@music163/tango-designer@0.5.7...@music163/tango-designer@0.5.12