Happy Valentine`s Day!
What's Changed
- spec: support type NodeSchema when the Node is JSSlot by @LeoYuan in #1368
- fix: compatible with SlotSchema which doesn't have title / name / params by @LeoYuan in #1382
- chore: add new cdn support by @JackLian in #1381
- docs: change cdn by @JackLian in #1384
- Feat/component codeout by @LeoYuan in #1379
- docs: linking latest article 《低代码多分支协同开发的建设与实践》 by @JackLian in #1386
- feat: add some big features to engine by @JackLian in #1393
- fix(rax-renderer): fix type issue during build by @JackLian in #1394
- docs: fix broken image by @JackLian in #1395
- fix: fix responsive invalidation caused by upgrading build-plugin-component by @liujuping in #1396
- feat: support the use of events in workspace mode to communicate in different views by @liujuping in #1404
- fix: add some unconfigured i18n text by @JackLian in #1407
- docs: optimize api document by @JackLian in #1405
- chore: eslint add no-unexpected-multiline rule by @liujuping in #1408
- docs: add workspace docs by @liujuping in #1409
- refactor(outine-plugin): use callback instead of events by @JackLian in #1401
- fix: expandable state not changed when node added/removed by @JackLian in #1413
- chore: update packages/workspace dependencies by @liujuping in #1414
- chore: fix package/workspace build error by @liujuping in #1415
- feat: workspace mode supports webview type views by @liujuping in #1417
- feat: plugin add get\getAll\has\delete api by @liujuping in #1423
- feat: added workspace api to support registration of multiple resources by @liujuping in #1422
- feat: add function return for event setter by @AndyJinSS in #1424
- fix: fix packege/workspace missing partial export by @liujuping in #1425
- chore: add babel.config to fix build error by @liujuping in #1427
- feat: add warning message when adding duplicate skeleton by @liujuping in #1428
- feat: optimize api docs, and adjust some related implementation by @JackLian in #1436
- fix: fix onChangeNodeVisible and onChangeNodeChildren api cannot be triggered successfully in some scenarios by @liujuping in #1435
- fix: error when draging in outline view by @JackLian in #1437
- docs: fixed textual error in start.md by @noopn in #1438
- refactor(types): rename EngineOptions, and adjust related docs by @JackLian in #1442
- fix(types): fix lint issues for node-children, and optimize related docs by @JackLian in #1444
- fix: fix the problem of using canvas.dragon api in workspace mode by @liujuping in #1445
- refactor: reorganize types by @JackLian in #1448
- feat: add a hook for customizing project builder options by @LeoYuan in #1447
- docs(prop): optimize api doc for model/prop, and fix related lint issues by @JackLian in #1453
- docs(props): optimize api doc for model/props, and fix related lint issues by @JackLian in #1454
- feat: added apis support resource tree in workspace mode by @liujuping in #1465
- docs(history): optimize api doc for model/history, and fix related lint issues by @JackLian in #1467
- docs(detecting): optimize api doc for model/detecting, and fix related lint issues by @JackLian in #1469
- docs(selection): optimize api doc for model/selection, and fix related lint issues by @JackLian in #1474
- feat(workspace): modify the usage of resource registration by @liujuping in #1475
- docs: optimize api doc for model/modal-node-manager, and fix related lint issues by @JackLian in #1477
- feat: new parts doc by @eternalsky in #1479
- fix: docs order & some docs lint problems by @eternalsky in #1481
- fix: fix lint issues in shell by @JackLian in #1483
- feat(workspace): resource supports the init lifecycle and initializes plugins by @liujuping in #1485
- fix(shell/model): fix lint issues in shell/model by @JackLian in #1487
- refactor: add isInLiveEditing api to canvas for refactoring of hotkey plugin as a standalone one by @JackLian in #1489
- fix: fix isJSFunction lacks the judgment of the old version of the protocol by @liujuping in #1491
- refactor: remove dependecy of designer.focusing for refactoring of hotkey plugin as a standalone one by @JackLian in #1493
- refactor: add clipboard to canvas for refactoring of hotkey plugin as a standalone one by @JackLian in #1494
- fix(plugin-outline-pane): fix text display and improve i18n by @haoziqaq in #1496
- refactor: use insertChildren from hotkey plugin instead of from designer by @JackLian in #1495
- fix(react-simulator-renderer): fix missing i18n of customCreateElement by @haoziqaq in #1497
- fix(editor-skeleton): fix missing i18n by @haoziqaq in #1502
- fix(specs): fix toc display issue for specs by @JackLian in #1505
- refactor(hotkey-plugin): remove dependency of documentSymbol by @JackLian in #1504
- refactor: remove dependency of nodeSymbol by @JackLian in #1507
- feat: add resource layer layout in workspace mode by @liujuping in #1508
- feat: the advanced.autoruns parameter uses a shell wrapper by @liujuping in #1509
- feat: add get advanced api for ComponentMeta by @JackLian in #1510
- fix: fix the problem caused by the default metadataTransducer registration timing being too late by @liujuping in #1520
- feat: added export of propSymbol and prop classes by @liujuping in #1522
- docs: add doc for api/model/component-meta by @JackLian in #1532
- feat: the event supplements the dispose function as the return value by @liujuping in #1535
- fix(designer): fix i18n by @haoziqaq in #1536
- feat: added onChangeViewType event to window model by @liujuping in #1537
- feat: the renderer-core leaf component removes the react.createElement call by @liujuping in #1539
- fix: fix the problem of white screen in custom initialization method by @liujuping in #1547
- feat: added export of SimulatorHost class and simulatorHostSymbol by @liujuping in #1548
- feat: fix poroject.onSimulatorHostReady in workspace mode by @liujuping in #1549
- fix: getting slot children incorrectly by @LeoYuan in #1545
- docs(): fix file path issue for quick-start doc by @Capchen in #1555
- feat: added detailed definition of some skeleton.add parameters by @liujuping in #1559
New Contributors
- @noopn made their first contribution in #1438
- @haoziqaq made their first contribution in #1496
- @Capchen made their first contribution in #1555
Full Changelog: v1.0.18...v1.1.0