Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D2M #14285

Merged
merged 27 commits into from
Sep 14, 2023
Merged

D2M #14285

merged 27 commits into from
Sep 14, 2023

Commits on Aug 28, 2023

  1. fix(components): [select] gurad value type error (#14074)

    fix(components): [useSelect.ts] selected.slice is not a function
    
    select In the case of radio, the packaged code will report select. slice is not a function, because the radio selected is an object, and the object does not have the api of slice
    sseinHu committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e5ebf80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3a34e View commit details
    Browse the repository at this point in the history
  3. fix(components): [collapse] allow nested inputs in ElCollapseItem (#1…

    …4061)
    
    * fix(components): [collapse] allow nested inputs in ElCollapseItem to handle space key
    
    * Update packages/components/collapse/src/collapse-item.vue
    
    Co-authored-by: btea <2356281422@qq.com>
    
    ---------
    
    Co-authored-by: btea <2356281422@qq.com>
    kinggq and btea committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    69750fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d73bf47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68980b3 View commit details
    Browse the repository at this point in the history
  6. fix(components): [rate] bind the textColor property (#14092)

    * fix(components): [rate] bind the textColor property
    
    * add test case
    
    * add test case
    
    * Update rate.test.tsx
    
    * Update rate.md
    yj-liuzepeng committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    cea00f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    5c03a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8f157 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix(components): [table] add tabindex to tbody to fix #13991 (#14020)

    * fix(components): [table] add tabindex to tbody to fix #13991
    
    * remove :focus style
    
    * fix: remove the focus outline
    
    * fix: replace focus with focus-visible
    
    * chore: add comments to explain why the tabIndex attr is needed
    FrankFang committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5f028f8 View commit details
    Browse the repository at this point in the history
  2. fix(components): [form] improve types (#14062)

    * fix(components): [form] improve types
    
    * docs: update form
    
    * fix: consider RegExp
    
    * chore: update jsdoc
    ModyQyW committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3c1bd4e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix(components): [select] fix hover index error when creating option (#…

    …12635)
    
    * fix(components): [select] fix error when creating option
    
    closed #12634
    
    * test(components): [select] add test for create and default first option
    
    * fix(components): [select] compatible #11297
    wzc520pyfm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6cc5892 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 4, 2023

  1. docs(components): message-box (#14179)

    update message-box options
    
    closed #14178
    TomatoDroid committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ce2315d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. feat(components): [el-pagination] add teleported prop (#14072)

    * fix(components): [pagination] 修复toplayer全屏模式下分页下拉框无法显示问题
    
    分页组件新增teleported参数 默认为true  便于用户控制size下拉框是否插入body
    
    closed #14070
    
    * docs(docs): [pagination] Add a teleported attribute
    
    closed #14070
    
    * fix(components): [pagination] teleported props default value
    
    delete set teleported default value
    
    closed #14070
    
    * fix(components): [pagination] change the default value of teleported
    
    change the default value of teleported to true
    
    * Update docs/en-US/component/pagination.md
    
    Co-authored-by: qiang <qw13131wang@gmail.com>
    
    ---------
    
    Co-authored-by: shaojia.cheng <shaojia.cheng@arvetech.net>
    Co-authored-by: qiang <qw13131wang@gmail.com>
    3 people committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9a60a90 View commit details
    Browse the repository at this point in the history
  2. feat(components): [image-viewer] Add rotate event when rotating images (

    #14138)
    
    * feat(components): [image-viewer] Add rotate event when rotating images
    
    * Update docs/en-US/component/image.md
    
    Co-authored-by: btea <2356281422@qq.com>
    
    ---------
    
    Co-authored-by: btea <2356281422@qq.com>
    HADB and btea committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    95494b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. chore: format (#14200)

    btea committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9b0a8f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    c7021b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e9d07 View commit details
    Browse the repository at this point in the history
  3. feat(components): [upload] support async data (#14015)

    * feat(components): [upload] support async data
    
    * feat(components): [upload] support async data
    
    * fix(components): [upload] unit test
    
    * fix(components): [upload] unit test
    
    * feat(components): [upload] update data docs
    
    * fix(components): [upload] unit test
    
    * chore: add version
    
    ---------
    
    Co-authored-by: Hefty <yeyuqiudeng@gmail.com>
    jianjunyuu and HeftyKoo committed Sep 8, 2023
    1 Configuration menu
    Copy the full SHA
    d96555f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    0b14c51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e2c59 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    5d7532d View commit details
    Browse the repository at this point in the history
  2. refactor(components): [date-picker] basic-date-table (#10344)

    * Extract logic out of basic-date-table file.
    jw-foss committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    06e8582 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix(components): [collapse] fix accessibility issues (#13832)

    Using tab related aria attributes results in accessibility issues
    Karolis-Stoncius committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d791229 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. fix(components): [input] missing autofocus types (#14246)

    * fix(components): [input] missing autofocus types
    
    closed #14243
    
    * fix: autofocus default to false
    HeftyKoo committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    09bb91a View commit details
    Browse the repository at this point in the history
  2. chore: Update changelog 2.3.13 (#14286)

    chore: update changelog 2.3.13
    element-bot committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4cccc76 View commit details
    Browse the repository at this point in the history