8000 Comparing v1.1.0...v1.1.1 · fe-lce/lowcode-engine-ext · GitHub
[go: up one dir, main page]

Skip to content
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-ext
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: fe-lce/lowcode-engine-ext
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 14 commits
  • 13 files changed
  • 2 contributors

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    37819f9 View commit details
    Browse the repository at this point in the history
  2. fix: 完善select-setter的defaultValue功能

    mazhaobo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9324e4e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. feat(bool-setter): 增加默认值和禁用功能

    - 添加 defaultValue 和 disabled 属性
    - 使用 nullish coalescing operator (??) 处理默认值
    - 设置 Switch 组件的 disabled 属性
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4c2d7e5 View commit details
    Browse the repository at this point in the history
  2. feat(classname-setter): 优化类名设置组件功能和代码结构

    - 添加 IOption 接口,用于定义数据源项的结构
    - 优化 getClassNameList 方法,使用解构赋值和类型注解
    - 重构 handleChange 方法,添加类型注解和可选链操作
    - 优化组件初始化逻辑,使用 map 和类型注解
    - 为 Select 组件的 onChange 事件处理函数添加类型转换
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    da39483 View commit details
    Browse the repository at this point in the history
  3. fix(color-setter): 优化颜色设置器的值处理逻辑

    - 将 setterValue 的类型从 string 改为 string | null,以支持 null 值
    - 在渲染时使用 value = setterValue || undefined,确保不接收 null 作为值
    - 更新 Input 和 SketchPicker 组件的 value 属性,以适应新的值处理逻辑
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    53b90ff View commit details
    Browse the repository at this point in the history
  4. refactor(setter): 重构事件设定器组件

    - 添加 IEventSetterProps 接口以定义组件属性
    - 优化事件数据列表的处理逻辑
    - 移除未使用的注释代码
    - 添加对生命周期事件的判断和处理
    - 优化事件列表的渲染逻辑
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e1d381c View commit details
    Browse the repository at this point in the history
  5. refactor(i18n-setter): 重构国际化配置组件

    - 优化组件结构,增加接口和状态类型定义
    - 添加构造函数和绑定事件处理函数
    - 改进数据处理逻辑,提高组件可维护性
    - 统一代码风格,提升代码可读性
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d8099c3 View commit details
    Browse the repository at this point in the history
  6. refactor(setter): 优化 NumberSetter 组件默认值处理

    - 将 defaultValue 属性设置为可选参数
    - 在 value 未定义时使用 defaultValue 进行回退
    - 优化 onChange 事件处理,修复可能的类型错误
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3e925b1 View commit details
    Browse the repository at this point in the history
  7. refactor(radiogroup-setter): 优化 RadioGroupSetter 组件的默认值处理

    - 将 defaultValue 属性标记为可选
    - 在渲染方法中添加 defaultValue 的处理逻辑
    - 使用空合并运算符(??)来处理 value 和 defaultValue 的关系
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c3648e4 View commit details
    Browse the repository at this point in the history
  8. feat(string-setter): 为 StringSetter 组件的 defaultValue 属性添加可选类型并处理默认值

    - 将 defaultValue 属性标记为可选属性
    - 在 render 方法中使用 nullish coalescing operator (??) 处理默认值
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    57c0cb8 View commit details
    Browse the repository at this point in the history
  9. refactor(textarea-setter): 优化 Textarea 组件默认值处理

    - 将 defaultValue 属性变更为可选属性
    - 在 value 为空时使用 defaultValue 进行回退
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    dfba3d7 View commit details
    Browse the repository at this point in the history
  10. refactor(src): 为 TitleSetterProps 接口中的 defaultValue 属性添加一个可选标记

    - 将 defaultValue 属性从必需改为可选,以提供更大的灵活性
    - 这个改动可以适应更多的情况,特别是在不需要默认值的情况下
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    fba4073 View commit details
    Browse the repository at this point in the history
  11. build(dependencies): 调整项目依赖版本

    - 移动 @felce/lowcode-editor-skeleton 依赖至 devDependencies
    - 添加 @types/react-color 依赖
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9f83763 View commit details
    Browse the repository at this point in the history
  12. build(deps): 更新 @felce/lowcode-editor-skeleton 版本并添加相关类型定义

    - 将 @felce/lowcode-editor-skeleton 版本从 1.0.0 升级到 1.4.0
    - 添加 @types/react-color 依赖,版本为 3.0.12
    zboMa committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c103518 View commit details
    Browse the repository at this point in the history
Loading
0