Releases: NetEase/tango
1.4.0
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 tomodule.update(code, isSyncAst)
updateFile(filename, code, isFormatCode)
changed toupdateFile(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/[email protected]...@music163/[email protected]
1.3.0
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/[email protected]...@music163/[email protected]
1.2.0
What's Changed
- fix: enhance code value validate in SettingForm by @wwsun in #152
- fix: core & ui bug by @BoBoooooo in #156
- feat: add history forward & back shortcut key by @BoBoooooo in #154
- feat: supoort set default active view by @BoBoooooo in #157
- feat: support add components with popover by @BoBoooooo in #155
- feat: event-setter & expression-setter use popover by @BoBoooooo in #159
- feat: add select parent node of selected node by @ccloli in #158
Full Changelog: https://github.com/NetEase/tango/compare/@music163/[email protected]...@music163/[email protected]
1.1.0
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/[email protected]...@music163/[email protected]
1.0.0
What's Changed
- feat: ui & dual screen mode by @BoBoooooo in #131
- feat: support traverse native dom by @BoBoooooo in #132
Full Changelog: https://github.com/NetEase/tango/compare/@music163/[email protected]...@music163/[email protected]
1.0.0-alpha.18
What's Changed
- fix: ui hotfix by @wwsun in #118
- quick add sibling by @wwsun in #127
- fix: render invalid icon in inserted dropdown by @wwsun in #128
- fix: update setters and use tabOptions to filter props by @wwsun in #129
- SettingForm 优化 by @BoBoooooo in #125
Full Changelog: https://github.com/NetEase/tango/compare/@music163/[email protected]...@music163/[email protected]
1.0.0-alpha.13
What's Changed
- fix: refactor VariableTree by @wwsun in #83
- 优化变量树实现 by @wwsun in #90
- fix: update panel style by @wwsun in #91
- fix: update service preview panel by @wwsun in #94
- fix load iconfont by @wwsun in #97
- Enhance SettingForm by @wwsun in #99
- feat: allow add extra node to sandbox navigator by @wwsun in #100
- docs: update by @wwsun in #95
- Deploy docs to pages by @wwsun in #104
- Support code id by @wwsun in #111
- fix: routerSetter by @adagiomin in #112
- fix designer ui by @wwsun in #114
- fix: add deprecated and data group to ComponentPropType by @wwsun in #116
New Contributors
- @adagiomin made their first contribution in #112
Full Changelog: https://github.com/NetEase/tango/compare/@music163/[email protected]...@music163/[email protected]
1.0.0-alpha.3
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/[email protected]...@music163/[email protected]
1.0.0-alpha.0
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/[email protected]...@music163/[email protected]
@music163/[email protected]
What's Changed
Full Changelog: https://github.com/NetEase/tango/compare/@music163/[email protected]...@music163/[email protected]