-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: fe-lce/lowcode-engine-ext
base: v1.1.0
head repository: fe-lce/lowcode-engine-ext
compare: v1.1.1
- 14 commits
- 13 files changed
- 2 contributors
Commits on Oct 22, 2024
-
chore: 升级lowcode-editor-skeleton的版本到1.4.0
mazhaobo committedOct 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 37819f9 - Browse repository at this point
Copy the full SHA 37819f9View commit details -
fix: 完善select-setter的defaultValue功能
mazhaobo committedOct 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 9324e4e - Browse repository at this point
Copy the full SHA 9324e4eView commit details
Commits on Oct 26, 2024
-
- 添加 defaultValue 和 disabled 属性 - 使用 nullish coalescing operator (??) 处理默认值 - 设置 Switch 组件的 disabled 属性
Configuration menu - View commit details
-
Copy full SHA for 4c2d7e5 - Browse repository at this point
Copy the full SHA 4c2d7e5View commit details -
feat(classname-setter): 优化类名设置组件功能和代码结构
- 添加 IOption 接口,用于定义数据源项的结构 - 优化 getClassNameList 方法,使用解构赋值和类型注解 - 重构 handleChange 方法,添加类型注解和可选链操作 - 优化组件初始化逻辑,使用 map 和类型注解 - 为 Select 组件的 onChange 事件处理函数添加类型转换
Configuration menu - View commit details
-
Copy full SHA for da39483 - Browse repository at this point
Copy the full SHA da39483View commit details -
fix(color-setter): 优化颜色设置器的值处理逻辑
- 将 setterValue 的类型从 string 改为 string | null,以支持 null 值 - 在渲染时使用 value = setterValue || undefined,确保不接收 null 作为值 - 更新 Input 和 SketchPicker 组件的 value 属性,以适应新的值处理逻辑
Configuration menu - View commit details
-
Copy full SHA for 53b90ff - Browse repository at this point
Copy the full SHA 53b90ffView commit details -
- 添加 IEventSetterProps 接口以定义组件属性 - 优化事件数据列表的处理逻辑 - 移除未使用的注释代码 - 添加对生命周期事件的判断和处理 - 优化事件列表的渲染逻辑
Configuration menu - View commit details
-
Copy full SHA for e1d381c - Browse repository at this point
Copy the full SHA e1d381cView commit details -
refactor(i18n-setter): 重构国际化配置组件
- 优化组件结构,增加接口和状态类型定义 - 添加构造函数和绑定事件处理函数 - 改进数据处理逻辑,提高组件可维护性 - 统一代码风格,提升代码可读性
Configuration menu - View commit details
-
Copy full SHA for d8099c3 - Browse repository at this point
Copy the full SHA d8099c3View commit details -
refactor(setter): 优化 NumberSetter 组件默认值处理
- 将 defaultValue 属性设置为可选参数 - 在 value 未定义时使用 defaultValue 进行回退 - 优化 onChange 事件处理,修复可能的类型错误
Configuration menu - View commit details
-
Copy full SHA for 3e925b1 - Browse repository at this point
Copy the full SHA 3e925b1View commit details -
refactor(radiogroup-setter): 优化 RadioGroupSetter 组件的默认值处理
- 将 defaultValue 属性标记为可选 - 在渲染方法中添加 defaultValue 的处理逻辑 - 使用空合并运算符(??)来处理 value 和 defaultValue 的关系
Configuration menu - View commit details
-
10BC0 Copy full SHA for c3648e4 - Browse repository at this point
Copy the full SHA c3648e4View commit details -
feat(string-setter): 为 StringSetter 组件的 defaultValue 属性添加可选类型并处理默认值
- 将 defaultValue 属性标记为可选属性 - 在 render 方法中使用 nullish coalescing operator (??) 处理默认值
Configuration menu - View commit details
-
Copy full SHA for 57c0cb8 - Browse repository at this point
Copy the full SHA 57c0cb8View commit details -
refactor(textarea-setter): 优化 Textarea 组件默认值处理
- 将 defaultValue 属性变更为可选属性 - 在 value 为空时使用 defaultValue 进行回退
Configuration menu - View commit details
-
Copy full SHA for dfba3d7 - Browse repository at this point
Copy the full SHA dfba3d7View commit details -
refactor(src): 为 TitleSetterProps 接口中的 defaultValue 属性添加一个可选标记
- 将 defaultValue 属性从必需改为可选,以提供更大的灵活性 - 这个改动可以适应更多的情况,特别是在不需要默认值的情况下
Configuration menu - View commit details
-
Copy full SHA for fba4073 - Browse repository at this point
Copy the full SHA fba4073View commit details -
- 移动 @felce/lowcode-editor-skeleton 依赖至 devDependencies - 添加 @types/react-color 依赖
Configuration menu - View commit details
-
Copy full SHA for 9f83763 - Browse repository at this point
Copy the full SHA 9f83763View commit details -
build(deps): 更新 @felce/lowcode-editor-skeleton 版本并添加相关类型定义
- 将 @felce/lowcode-editor-skeleton 版本从 1.0.0 升级到 1.4.0 - 添加 @types/react-color 依赖,版本为 3.0.12
Configuration menu - View commit details
-
Copy full SHA for c103518 - Browse repository at this point
Copy the full SHA c103518View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.1.1