v1.1.7
What's Changed
- Update setters.md by @lijicheng123 in #1856
- refactor: Change let to const by @duoduoObama in #1864
- feat: add componentRenderer lifeCycles log by @eternalsky in #1865
- feat: added features in workspace mode by @liujuping in #1870
- fix: fix that the outline tree does not respond to modal addition/deletion related operations by @liujuping in #1871
- fix(utils): isReactComponent not including react.memo by @liujuping in #1885
- feat(common): add some api to be compatible with old platforms by @liujuping in #1889
- feat(renderer-core): added log when executing setState by @liujuping in #1892
- feat: remove editor api by @liujuping in #1893
- feat(material): material apis add refreshComponentMetasMap function by @liujuping in #1900
- docs(config): add demo for config.getPreference api by @liujuping in #1908
- fix(prop): fix prop.export can not correctly export undefined[] by @liujuping in #1912
- feat(workspace): add enableAutoOpenFirstWindow config and onWindowRendererReady function by @liujuping in #1910
- docs: add awesome badge to README by @LeoYuan in #1914
- docs: 修复表格排版错误 by @StringKe in #1923
- feat: add workflow for checking base branch by @LeoYuan in #1919
- feat: update setter types by @liujuping in #1934
- feat(utils): cursor 不使用 less by @StringKe in #1937
- feat(shell): add editor-view model by @liujuping in #1941
- docs: update common.md by @liujuping in #1943
- feat(outline-pane): export OutlinePaneContext, add null option to setPluginContext and hideFilter option to Pane by @liujuping in #1953
- feat(workspace): add config attribute to Resource shell model by @liujuping in #1954
- fix: removeEditorWindow does not compare title by @liujuping in #1955
- feat: get editor from this or params by @liujuping in #1957
- feat: popup可以接受外部参数 by @wendell0316 in #1947
- fix: fix proxy plugins.delete not added async by @BARMPlus in #1962
- chore: safer plugins.delete by @BARMPlus in #1976
- fix: Corrects the fourth heading name related to how drag is made in edit page documents. by @milocooper in #1974
- refactor: moduleName of Component should not be converted by @LeoYuan in #1991
- feat: add skeleton item model by @liujuping in #2020
- feat: support reset locale config by @liujuping in #2021
- feat: workspace add onChangeActiveWindow event api by @liujuping in #2022
- fix: fix plugin-outline-pane condition tag not update by @liujuping in #2025
- chore: use @alilc/build-plugin-lce to replace build-plugin-component by @JackLian in #2014
- fix: return first if input schema is a react dom by @proclml in #2032
- feat: workspace add some features by @liujuping in #2038
- feat: canvas.activeTracker add targer prop by @liujuping in #2044
- feat: improve the workspace sleep scene by @liujuping in #2043
- fix: fix outlinePane treeView render only once by @BARMPlus in #1994
- fix: skip internal dep when type is pages, closes #2049 by @LeoYuan in #2050
- fix: add Fusion-UI style for code generation by @LeoYuan in #2053
- Update node-children.md by @LgnMs in #2054
- feat: canvas.activeTracker.target returns add null by @liujuping in #2046
- feat: workspace window add onSave api by @liujuping in #2055
- fix(setters): getSettersMap function this bind error by @Justin-lu in #2060
- feat: update modals visible state in outline pane by @liujuping in #2064
- docs: 加入图编排扩展使用说明 by @lukeup in #2082
- fix: comp which has no npm info should be regarded as lowCode comp by @LeoYuan in #2087
- fix: supportVariable SHOULD take precedence over supportVariableGlobally by @LeoYuan in #1997
- feat(ts file format): 出码生成的*.ts和*.tsx文件使用babel格式化 by @ChiZng in #2088
New Contributors
- @lijicheng123 made their first contribution in #1856
- @duoduoObama made their first contribution in #1864
- @StringKe made their first contribution in #1923
- @wendell0316 made their first contribution in #1947
- @milocooper made their first contribution in #1974
- @proclml made their first contribution in #2032
- @LgnMs made their first contribution in #2054
- @ChiZng made their first contribution in #2088
Full Changelog: v1.1.6...v1.1.7