Skip to content

Releases: alibaba/lowcode-engine

v1.1.8

07 Jul 09:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7

31 May 06:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

11 Apr 07:40
Compare
Choose a tag to compare

What's Changed

  • feat: optimized lowcode types by @keuby in #1828
  • fix: compatible with {} in template literals by @LeoYuan in #1826
  • feat: add styleImport plugin by @LeoYuan in #1825
  • feat: improve lowcode component error state in simulator renderer by @eternalsky in #1818
  • fix: when the setting-field value is array, the observer invalid by @liujuping in #1830
  • refactor(prop): add 'id' property to JSSlot and Object schema by @liujuping in #1833
  • fix: change autorun params to IPublicModelSettingField by @liujuping in #1834
  • feat(SettingField): Add support for JSExpression type value change in field by @liujuping in #1841
  • fix: fix composeTitle returns redundant icons by @liujuping in #1842
  • docs: add "what? low-code engine can develop apps now" article by @liujuping in #1843

Full Changelog: v1.1.5...v1.1.6

v1.1.5

31 Mar 03:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.5

v1.1.4

22 Mar 09:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.4

v1.1.3

10 Mar 03:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

20 Feb 03:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

15 Feb 09:26
Compare
Choose a tag to compare

What's Changed

  • [Doc] Add contribution leaderboard badge to README by @frank-zsy in #1527
  • fix: fix the problem that the default setter is not registered successfully by @liujuping in #1570
  • feat: fix the problem of plugin outline tree in workspace mode by @liujuping in #1572
  • feat: add IPublicTypeSkeletonConfig type by @liujuping in #1574
  • fix: solve ut failure for code-generator by @JackLian in #1575
  • feat: disable global hotkey binding shortcuts in workspace mode by @liujuping in #1577
  • feat: support webview type resource in workspace mode by @liujuping in #1578
  • docs: improve doc for plugin related apis by @JackLian in #1581

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Feb 01:54
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/alibaba/lowcode-engine/compare/v1.0.1...

Read more

v1.0.18

19 Dec 08:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.17...v1.0.18