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: DevCloudFE/vue-devui Loading
base: v1.6.19
Choose a base ref
...
head repository: DevCloudFE/vue-devui Loading
compare: v1.6.20
Choose a head ref
  • 7 commits
  • 18 files changed
  • 3 contributors

Commits on May 27, 2024

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

Commits on Jun 3, 2024

  1. ActionTimeline组件新增自定义icon位置的内容插槽。 #1846 (#1872)

    * feat(ActionTimeline): ActionTimeline组件新增自定义icon位置的内容插槽,未传入时默认使用原方式,对现有使用不影响。#1846
    
    * feat(ActionTimeline): 删除多余的console #1846
    aolinpk committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3cdd771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e767b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccebf06 View commit details
    Browse the repository at this point in the history
  4. fix: 解决InputNumber数字输入框,去除掉值之后失焦/确认之后会变成数值0的问题。 (#1849)

    * 组件易用性优化,category-search组件唤出textInput时,input框自动聚焦 (#1842)
    
    * fix(inputNumber): #1843,支持inputNumber可以允许输入空串值,即用户删除掉所有值之后有效
    
    * feat(inputNumber): 为允许输入空值(返回null 同ag版本)提供开关参数:allowEmpty。
    修复历史代码中为通过语法校验的语法错误。(formContext存在未被定义的情况无法通过ts语法校验)
    
    * fix(lint): 预处理函数getPropsSlot无法通过ts校验,实际上这个函数无需校验。建议跳过校验或者定义成any类型
    
    * feat: 新增允许为空验证的测试用例
    aolinpk committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b4a3289 View commit details
    Browse the repository at this point in the history
  5. chore: update package.json

    GreatZPP committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    69917a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1877 from DevCloudFE/dev

    update main from dev
    GreatZPP committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8651e8a View commit details
    Browse the repository at this point in the history
Loading