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

update #110

Merged
merged 57 commits into from
Sep 15, 2023
Merged

update #110

merged 57 commits into from
Sep 15, 2023

Commits on Aug 14, 2023

  1. fix(components): [tree-v2] modify the condition for when the value of…

    … currentKey is 0 (#13935)
    
    * modify the condition for when the value of currentKey is 0
    
    * add a test case
    
    * add a test case
    
    * add a test case
    
    * Update packages/components/tree-v2/__tests__/tree.test.ts
    
    Co-authored-by: btea <2356281422@qq.com>
    
    * Update packages/components/tree-v2/__tests__/tree.test.ts
    
    Co-authored-by: btea <2356281422@qq.com>
    
    * Update packages/components/tree-v2/__tests__/tree.test.ts
    
    Co-authored-by: btea <2356281422@qq.com>
    
    ---------
    
    Co-authored-by: btea <2356281422@qq.com>
    yj-liuzepeng and btea authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    665cc59 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. test: [button] add comment resolve ts error (#13965)

    * test: [button] add comment resolve ts error
    
    * chore: update comment
    btea authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4315f02 View commit details
    Browse the repository at this point in the history
  2. fix(components): [table-v2] calculate the width of MainTable in the s…

    …ame way (#13584)
    
    * fix(components): [table-v2] calculate the width of MainTable in the same way
    
    * fix: duplicate properties
    makedopamine authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c731027 View commit details
    Browse the repository at this point in the history
  3. fix(components): [radio checkbox] fix click event triggered twice (#1…

    …3936)
    
    fix(components): [radio checkbox] @click event triggered twice
    FrontEndDog authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    95e411e View commit details
    Browse the repository at this point in the history
  4. fix(components): fix the attribute conflict (#13504)

    * fix(components): fix the attribute conflict
    
    When value is input by shortcut, it's value will not be changed by defaultTime anymore
    
    closed #13483
    
    * fix(components): change param to pass the test
    
    * fix(components): delete unnecessary changes
    
    * fix(components): use let to replace ref variable
    
    * fix(components): add test cases
    kamesan012 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b8e4740 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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

Commits on Aug 20, 2023

  1. chore: update readme (#13988)

    0song authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e049817 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    da2a0e5 View commit details
    Browse the repository at this point in the history
  2. docs(components): [select] use new display tag (#13301)

    * docs(components): [select] use new display tag
    
    * docs(components): [select] description and comment begins in lower case
    
    * docs(components): [select] update type of prop and event
    wzc520pyfm authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    37f40dc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. chore(docs): updating the implementation of the theme switch button (#…

    …14014)
    
    * chore(docs): updating the implementation of the theme switch button
    
    * chore(docs): updating the implementation of the theme switch button
    
    * chore(docs): updating the implementation of the theme switch button
    yj-liuzepeng authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bb2cf0b View commit details
    Browse the repository at this point in the history
  2. fix(components): [dropdown] adjust onItemLeave trigger (#13212)

    fix(components): trigger focus change when the trigger includes hover
    
    closed #13131
    tolking authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9cee967 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. chore: format code (#14037)

    btea authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c6515e0 View commit details
    Browse the repository at this point in the history
  2. refactor(components): [upload] remove useless useSlot (#14053)

    refactor(components): [upload] remove useless useSlots
    HeftyKoo authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    788e27e View commit details
    Browse the repository at this point in the history
  3. fix(components): [select] fix the logic of updating selected data (#1…

    …3374)
    
    * fix(components): [select] fix the logic of updating selected data
    
    * chore: improve judgment condition
    inottn authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1211312 View commit details
    Browse the repository at this point in the history
  4. docs(components): add attr version tag (#13641)

    1. docs(components): [cascader] add version tag for togglePopperVisible expose
    
    2. docs(components): [color-picker] add version tag for show & hide expose
    
    3. docs(components): [date-picker] add version tag for handleOpen & handleClose method
    
    4. docs(components): [dialog] add version tag for align-center atrr
    
    5. docs(components): [dropdown] add version tag for teleported attr
    
    6. docs(components): [form] add version tag for scroll-into-view-options attr
    
    7. docs(components): [image] add version tag for zoom-rate attr
    
    8. docs(components): [input-number] add version tag for readonly attr
    
    9. docs(components): [menu] add version tag for popper-effect attr
    
    10. docs(components): [message-box] add version tag for append-to attr & message function
    
    11. docs(components): [rate] add version tag for clearable attr
    
    12. docs(components): [select-v2] add max-collapse-tags attr
    
    13. docs(components): [select] add version tag for collapse-tags-tooltip & placement
    
    14. docs(components): [table] fix show-overflow-toolip attr version tag
    
    15. docs(components): [time-picker] add version tag for handleOption & handleClose expose
    
    16. docs(components): [tree-v2] add version tag for item-size attr
    
    17. docs(components): [tree] add version tag for empty slot
    kaine0923 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3e7d3ea View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    a661de2 View commit details
    Browse the repository at this point in the history
  2. docs(components): [transfer] use new display tag (#13033)

    * docs(components): [transfer] use new display tag
    
    * docs(components): [transfer] update TransferKey to Array<string|number>
    
    * docs(components): [transfer] directly specify type for TransferDataItem
    wzc520pyfm authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f462eab View commit details
    Browse the repository at this point in the history
  3. feat(components): [cascader] add max-collpase-tags prop (#13386)

    * feat(components): add max-collapse-tags prop
    
    show more than one tag in cascade when multiple enable and use collapse-tags true
    
    * test(test-utils): add unit test for cascader prop 'max-collapse-tags'
    
    * Update packages/components/cascader/src/cascader.vue
    
    Co-authored-by: btea <2356281422@qq.com>
    
    * Update cascader.vue
    
    * refactor(components): [cascader] style lint
    
    ---------
    
    Co-authored-by: chenweiyi01 <chenweiyi01@zuoyebang.com>
    Co-authored-by: btea <2356281422@qq.com>
    3 people authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    013809f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9f7030 View commit details
    Browse the repository at this point in the history
  5. feat(components): added aria-level attributes for dialog and drawer h…

    …eaders; Fixed input-number's aria-valuenow being null (#13822)
    
    * feat(components): [dialog] added dialog header aria-level attribute
    
    To pass accessibility tests elements with role="heading" require aria-level
    
    * feat(components): [drawer] added drawer header aria-level attribute
    
    To pass accessibility tests elements with role="heading" require aria-level
    
    * fix(components): [input-number] prevent aria-valuenow from being null
    
    To pass accessibility tests aria-valuenow cannot be null
    
    * fix(components): [input-number] fix number input when 0 and update test
    
    Fixes a bug where number input's aria-valuenow will be set to '' when input's value is 0. Also
    updates a failing test
    
    * refactor(components): [dialog] change default aria-level to 2
    
    * docs(components): dialog and drawer header aria-level docs update
    
    * docs(components): change headerAriaLevel type to string
    
    * docs(components): kebab-case for docs
    Karolis-Stoncius authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2684571 View commit details
    Browse the repository at this point in the history
  6. feat(components): [select] add aria-label to select's input (#13932)

    * feat(components): [select] add aria-label to select's input
    
    Select's input causes accessibility issues without aria-label, this commit adds it
    
    * refactor(components): [select] change aria-label to label; update docs
    
    * refactor(components): [select] change back to ariaLabel prop name
    
    * docs(components): kebab-case for docs
    Karolis-Stoncius authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c29f6cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50860b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. chore: Update changelog 2.3.10 (#14096)

    chore: update changelog 2.3.10
    element-bot authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8e16bee View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    913f11e View commit details
    Browse the repository at this point in the history
  2. chore(test): [message] wrong tag typo (#14099)

    fix(test-utils): [message.test] wrong tag
    jumtp authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    eb5d46d View commit details
    Browse the repository at this point in the history
  3. Revert "refactor(components): [form-label-wrap] use getStyle method (… (

    #14106)
    
    Revert "refactor(components): [form-label-wrap] use getStyle method (#13913)"
    
    This reverts commit c6a6d9b.
    btea authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8c81272 View commit details
    Browse the repository at this point in the history
  4. chore: Update changelog 2.3.11 (#14116)

    chore: update changelog 2.3.11
    element-bot authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    89d4ec8 View commit details
    Browse the repository at this point in the history

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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored Sep 8, 2023
    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 authored 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 authored 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 authored 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 authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4cccc76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a0315 View commit details
    Browse the repository at this point in the history
  4. chore: Update changelog 2.3.14 (#14296)

    chore: update changelog 2.3.14
    element-bot authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ace0834 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e345f5c View commit details
    Browse the repository at this point in the history