Commit Graph

  • bca8cd23a4 chore: change displayName from kecab-case to PascalCase ruhuo.tan 2022-09-19 19:01:02 +08:00
  • 2b2bcbdaeb fix: fix displayName spell mistake ruhuo.tan 2022-09-15 17:39:22 +08:00
  • eb73686c24 chore: added codecov with ci git action liujuping 2022-09-15 15:14:52 +08:00
  • f6859e6537 chore(release): publish 1.0.15-beta.0 v1.0.15-beta.0 liujuping 2022-09-16 16:37:42 +08:00
  • d1c9838343 feat: add some params for onDragstart & onDrag & onDragend LeoYuan 袁力皓 2022-09-16 15:43:42 +08:00
  • 5bb8cf5d12 fix: leaf should be type of ShellNode other than InnerNode LeoYuan 袁力皓 2022-09-15 14:28:38 +08:00
  • 2dbd66cb28 refactor: remove default container of built-in Slot component, fixes #993 LeoYuan 袁力皓 2022-09-08 11:38:56 +08:00
  • 6a6156a38d refactor: node 16 works now LeoYuan 袁力皓 2022-09-08 17:16:43 +08:00
  • 391251788a refactor: modify parameter types of onMountNode LeoYuan 袁力皓 2022-09-08 16:53:53 +08:00
  • dbe0764ff4 feat: the tips when dragging a component from the component panel same with the moving component liujuping 2022-09-06 17:57:07 +08:00
  • e221d6f732 feat: publish @alilc/lowcode-material-parser@1.0.4-beta.0 @alilc/lowcode-material-parser@1.0.4-beta.0 akirakai 2022-09-06 17:04:08 +08:00
  • ff9c208c05 fix: fix bug of needless undefined in oneOfType and flatten oneOfType with only one level akirakai 2022-09-06 16:51:17 +08:00
  • 02f8f981ef Merge branch 'main' into develop liujuping 2022-09-06 14:36:35 +08:00
  • 1f355c6a58 feat: update snapshots akirakai 2022-09-06 11:23:28 +08:00
  • 7a0bab11ac chore(release): publish 1.0.14 liujuping 2022-09-02 16:06:12 +08:00
  • 6daca093ef chore: remove moment.js shuogui.lin 2022-08-31 20:21:59 +08:00
  • 4c032d0d0e feat: refine nesting drawer zyy7259 2022-08-23 16:48:09 +08:00
  • 9d187ccb7d fix: fixed an issue where materials would be rendered multiple times liujuping 2022-08-17 14:40:39 +08:00
  • 3e6cfa055c test: add some test cases LeoYuan 袁力皓 2022-08-09 20:02:04 +08:00
  • f3914ed815 test: add some test cases LeoYuan 袁力皓 2022-08-09 17:40:58 +08:00
  • f25feba63f feat: added lowcode engine standard specs liujuping 2022-08-08 17:30:37 +08:00
  • c50b07d3ec test(selection & dragon): add some test cases for increasing code coverage rate LeoYuan 袁力皓 2022-08-08 16:50:44 +08:00
  • b4d7d6d8c2 fix: in ES require changed to import zhangjinmei 2022-08-08 13:42:06 +08:00
  • 50e4a03b7d fix: change typescript type export to export type zhangjinmei 2022-08-08 12:49:21 +08:00
  • 5bd68ee6b4 fix: fix render module state expression initialization exception liujuping 2022-08-04 17:58:24 +08:00
  • f859752118 fix: fix css resources with parameters not loading correctly liujuping 2022-08-04 19:32:32 +08:00
  • 141e195931 Revert "fix: delete unused typescript types" 刘菊萍(絮黎) 2022-08-04 18:25:42 +08:00
  • 63f5d2ca3e fix: delete unused typescript types zhangjinmei 2022-08-04 17:21:35 +08:00
  • d770007ff8 fix: use the outer documentation url of unique key, fixes #868 LeoYuan 袁力皓 2022-07-29 14:50:12 +08:00
  • 0c62ac0c3a chore(release): publish 1.0.14 v1.0.14 liujuping 2022-09-02 16:06:12 +08:00
  • 6d79b94669 chore(release): publish 1.0.14-beta.2 v1.0.14-beta.2 liujuping 2022-09-02 10:51:00 +08:00
  • 5146bbedf3 Merge branch 'develop' into release/1.0.14-beta liujuping 2022-09-02 10:30:44 +08:00
  • 3fe6e41536 fix(filter): unique key prop warning hanzhaoyun.hanzhao 2022-08-30 10:57:40 +08:00
  • 70fb8308f9 chore: remove moment.js shuogui.lin 2022-08-31 20:21:59 +08:00
  • 06e6920602 fix(filter): unique key prop warning hanzhaoyun.hanzhao 2022-08-30 10:57:40 +08:00
  • 2a2c9cac44 chore(release): publish 1.0.14-beta.1 v1.0.14-beta.1 liujuping 2022-08-24 14:49:13 +08:00
  • d7237d7502 Merge branch 'develop' into release/1.0.14-beta liujuping 2022-08-24 14:10:09 +08:00
  • 94a211e279 feat: refine nesting drawer zyy7259 2022-08-23 16:48:09 +08:00
  • 64cc3283c1 fix: fixed an issue where materials would be rendered multiple times liujuping 2022-08-17 14:40:39 +08:00
  • a9f15a7552 test: add some test cases LeoYuan 袁力皓 2022-08-09 20:02:04 +08:00
  • c27f8019bc test: add some test cases LeoYuan 袁力皓 2022-08-09 17:40:58 +08:00
  • 57df803179 feat: added lowcode engine standard specs liujuping 2022-08-08 17:30:37 +08:00
  • c1bcb8f4d4 test(selection & dragon): add some test cases for increasing code coverage rate LeoYuan 袁力皓 2022-08-08 16:50:44 +08:00
  • 1a9cb0234e chore(release): publish 1.0.14-beta.0 v1.0.14-beta.0 liujuping 2022-08-08 14:07:51 +08:00
  • 7c8cd36a10 fix: in ES require changed to import zhangjinmei 2022-08-08 13:42:06 +08:00
  • 573504b0e3 fix: change typescript type export to export type zhangjinmei 2022-08-08 12:49:21 +08:00
  • 9c545cca60 fix: fix render module state expression initialization exception liujuping 2022-08-04 17:58:24 +08:00
  • 9a5a04ac95 fix: fix css resources with parameters not loading correctly liujuping 2022-08-04 19:32:32 +08:00
  • 4d6dfe9f57 Revert "fix: delete unused typescript types" 刘菊萍(絮黎) 2022-08-04 18:25:42 +08:00
  • 2432aed83d fix: delete unused typescript types zhangjinmei 2022-08-04 17:21:35 +08:00
  • 912ee22180 fix: use the outer documentation url of unique key, fixes #868 LeoYuan 袁力皓 2022-07-29 14:50:12 +08:00
  • 80c805780f chore(release): publish 1.0.13 v1.0.13 LeoYuan 袁力皓 2022-07-27 16:50:52 +08:00
  • 8232424697
    fix: designer/loadIncrementalAssets await Sequential (#841) guowenfh 2022-07-21 17:24:47 +08:00
  • 63e049d9bd chore(release): publish 1.0.13-beta.0 v1.0.13-beta.0 liujuping 2022-07-20 11:09:25 +08:00
  • 70e7c1c2e8 feat: add getExtraPropValue setExtraPropValue to shell SettingPropEntry zyy7259 2022-07-18 16:42:10 +08:00
  • 1fa2694635 refactor: abstract getSchemaChildren JackLian 2022-07-15 09:17:22 +08:00
  • 706dad4aa5 refactor: abstract excuteLifeCycleMethod and some minor refactors JackLian 2022-07-13 11:52:38 +08:00
  • 6399cce05a feat: 为 renderer 追加 displayName,以支持后续的反射功能 humphry.hy 2022-07-12 19:55:38 +08:00
  • 282a30afa4 refactor: minor refactors for render-core/renderer/base. remove useless logic about __ignoreParse JackLian 2022-07-12 10:51:56 +08:00
  • 1135a30780 refactor: minor refactors for render-core/renderer/base JackLian 2022-07-11 12:03:40 +08:00
  • 37654cd040 test(builtin-hotkey): increase designer's code branch coverage to 84.18% LeoYuan 袁力皓 2022-07-08 19:13:26 +08:00
  • 969a130b37 fix: project.exportSchema should export componentsMap of all documents LeoYuan 袁力皓 2022-07-11 10:51:31 +08:00
  • 6e96adf217 Merge branch 'main' into develop liujuping 2022-07-08 10:47:03 +08:00
  • 33c7948a65 chore: added exempt-all-assignee configuration to deal with the problem of mistakenly turned off liujuping 2022-07-08 10:32:36 +08:00
  • a8de3f299c fix: should pass index param when creating a Prop instance under a list type Prop instance, fix #780 LeoYuan 袁力皓 2022-07-07 19:56:51 +08:00
  • 9be46e7b34 fix: error thrown when triggering undo after save schema on SchemaPane LeoYuan 袁力皓 2022-07-07 20:22:28 +08:00
  • a176e9d245 fix: npm run clean error in windows william 2022-06-15 15:59:55 +08:00
  • b4b30a3599 fix: simulator eclipses setting area #773 LeoYuan 袁力皓 2022-07-07 16:11:29 +08:00
  • 035bde453c refactor: remove useless logic, and some minor refactors JackLian 2022-07-07 15:29:10 +08:00
  • 81a73049bd fix: adjust synchronize-order of packages LeoYuan 袁力皓 2022-07-06 11:24:51 +08:00
  • 267f79cc4c Merge branch 'develop' LeoYuan 袁力皓 2022-07-06 11:23:08 +08:00
  • 30d4ba9d21 chore(release): publish 1.0.12 v1.0.12 LeoYuan 袁力皓 2022-07-06 11:20:17 +08:00
  • a0c772fb90 fix: project event listeners will not be invoked sometimes LeoYuan 袁力皓 2022-07-06 10:51:38 +08:00
  • 12f67dcdeb refactor: change __setLifeCycleMethods to its actual meaning __excuteLifeCycleMethod JackLian 2022-07-05 15:38:28 +08:00
  • 951d1cb103 fix(types): rrror declaration of the children prop keuby 2022-07-05 15:19:20 +08:00
  • d85437d4af fix: fix lint issues for renderer-core/renderer/base JackLian 2022-06-29 21:15:24 +08:00
  • 4b59190c7f fix: fix lint issues for renderer-core/renderer/base JackLian 2022-06-29 20:16:05 +08:00
  • 5dd462544f fix: fix low-code component rendering problems: 1. thisRequiredInJSE does not take effect 2. jsx components cannot obtain source components liujuping 2022-06-29 16:17:25 +08:00
  • aaa1f4e2c6 chore(release): publish 1.0.12-beta.0 v1.0.12-beta.0 liujuping 2022-06-29 10:31:18 +08:00
  • 900b239432 feat: pass e to customizeIgnoreSelectors zyy7259 2022-06-28 14:34:16 +08:00
  • 6fe774d09f docs: added issue documentation liujuping 2022-06-28 12:09:12 +08:00
  • 6bb64f3aa1 chore: remove unused deps for renderer-core LeoYuan 袁力皓 2022-06-28 14:50:14 +08:00
  • 23cf6bc778 chore(release): publish 1.0.11 v1.0.11 LeoYuan 袁力皓 2022-06-28 14:06:01 +08:00
  • 3f7c0cd519 feat: support opening document with id LeoYuan 袁力皓 2022-06-28 10:58:39 +08:00
  • 152a24d655 feat: add flag createIfNode for ShellNode#getProp LeoYuan 袁力皓 2022-06-28 10:05:16 +08:00
  • 8e5fcd1d59 chore: update stale workflow LeoYuan 袁力皓 2022-06-27 15:25:01 +08:00
  • c92307346b chore(release): publish 1.0.11-beta.2 v1.0.11-beta.2 liujuping 2022-06-24 16:23:26 +08:00
  • 961ebe2f6c Merge branch 'develop' into release/1.0.11-beta.0 liujuping 2022-06-24 16:04:01 +08:00
  • c2c59b7ff7 fix: fix the unit test failure problem caused by thisRequiredInJSE modification liujuping 2022-06-24 16:01:43 +08:00
  • 1aa39b4269 Merge branch 'develop' into release/1.0.11-beta.0 liujuping 2022-06-24 15:19:30 +08:00
  • 7e5a919f93 fix: fixed the issue that thisRequiredInJSE did not take effect in some scenarios liujuping 2022-06-24 15:10:28 +08:00
  • b216aa5d2b
    docs: added instructions for awesome-lowcode-engine to README 刘菊萍(絮黎) 2022-06-23 15:49:52 +08:00
  • 85d1f0fd90
    docs: added instructions for awesome-lowcode-engine to README (#712) 刘菊萍(絮黎) 2022-06-23 15:40:55 +08:00
  • 98bc477d80 fix: fix dataSource needs to be compatible due to empty schema liujuping 2022-06-23 14:56:51 +08:00
  • ce87b6ff94 chore(release): publish 1.0.11-beta.1 v1.0.11-beta.1 LeoYuan 袁力皓 2022-06-23 15:23:35 +08:00
  • d1ec7996a7 Merge remote-tracking branch 'origin/develop' into release/1.0.11-beta.0 LeoYuan 袁力皓 2022-06-23 14:44:52 +08:00
  • da7f77ee91
    feat: added thisRequiredInJSE API to control whether JSExpression expression access context must use this (#702) 絮黎 2022-06-23 14:44:35 +08:00
  • 2022308e21 refactor: remove redundant monitor files liujuping 2022-06-23 11:52:53 +08:00
  • 8f237b1089 test: increase branch coverage percentage of designer to 81.66% LeoYuan 袁力皓 2022-06-21 21:01:50 +08:00
  • 3dd0b6d0a8 fix: when designMode is not design, the hidden attribute does not take effect liujuping 2022-06-22 12:49:48 +08:00