Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fe-lce/lowcode-engine-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refactor/chain
Choose a base ref
Loading
...
head repository: fe-lce/lowcode-engine-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 29 files changed
  • 2 contributors

Commits on Nov 11, 2024

  1. chore: init modules

    mazhaobo committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9943b91 View commit details
    Browse the repository at this point in the history
  2. chore: 修改包名称

    mazhaobo committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d63d468 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    5917ab9 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2024

  1. build(deps): 使用lerna-lite替换lerna

    - 添加 Lerna Lite 相关依赖
    - 更新 Vitest 和 React 相关依赖
    - 移除 lerna 依赖
    - 更新其他开发工具依赖
    mazhaobo committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    6a201b9 View commit details
    Browse the repository at this point in the history
  2. chore(release): publish 1.5.0-beta.4

    mazhaobo committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    b2217e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. build: 更新 @types/node 版本至 18.19.68

    - 在多个模块的 package.json 文件中更新 @types/node 依赖版本
    - 此更新统一了项目中 @types/node 的版本,提高了代码的一致性和兼容性
    mazhaobo committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    a70d275 View commit details
    Browse the repository at this point in the history
  2. build: 移除 umd 构建的注释代码

    - 删除了 build.sh 脚本中关于 umd 构建的注释部分
    - 简化了构建流程,专注于当前所需的构建任务
    mazhaobo committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    aae2d65 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. build(deps): 更新 lowcode 相关包的版本

    - 将 @felce/lowcode-types 从 1.0.0 升级到 1.5.0-beta.3
    - 将 @felce/lowcode-designer 从 1.4.1 升级到 1.5.0-beta.3
    - 将 @felce/lowcode-utils 从 1.4.1 升级到 1.5.0-beta.3
    - 将 @alifd/next 从 1.26.0 升级到 1.27.30
    - 移除 react-simulator-renderer 中的 @felce/lowcode-engine 依赖
    mazhaobo committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    9564639 View commit details
    Browse the repository at this point in the history
  2. build: 添加版本升级脚本

    mazhaobo committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    b89388f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. build(deps): 更新 @felce 依赖包版本

    - 将 @felce/lowcode-designer、@felce/lowcode-types 和 @felce/lowcode-utils 的版本从 "1.5.0-beta.3" 更新为 "latest"
    - 更新 @types/react 和 @types/react-dom 的版本为 ^18.3.1
    mazhaobo committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    165d799 View commit details
    Browse the repository at this point in the history
  2. chore(release): publish 1.5.0-beta.5

    mazhaobo committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    6acdcdd View commit details
    Browse the repository at this point in the history
  3. refactor(demo): 更新 demo 文件中的渲染方式

    - 移除 ReactDOM.render 的使用
    - 使用 createRoot 和 root.render 进行渲染
    - 更新了多个 demo 文件,包括 compose、dataSource、i18n、list 和 table
    mazhaobo committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    d6dedda View commit details
    Browse the repository at this point in the history
  4. build: 移除打包配置中的样式导出

    移除了 react-renderer、react-simulator-renderer 和 renderer-core 包中与样式导出相关的配置。这包括:
    - 删除了 "style" 字段
    - 删除了 "exports" 对象中与样式相关的部分
    mazhaobo committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    dd4dd5d View commit details
    Browse the repository at this point in the history
  5. chore: pnpm-lock

    mazhaobo committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    6517f8a View commit details
    Browse the repository at this point in the history
  6. chore(release): publish 1.5.0

    mazhaobo committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    3858489 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. build(lerna): 更新 Lerna 配置以使用工作区

    - 添加 "useWorkspaces": true 配置项
    - 移除多余的空格和换行符
    mazhaobo committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    88de93d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/1.5.0'

    mazhaobo committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    a86e137 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.