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 #8571

Merged
merged 48 commits into from Jul 1, 2022
Merged

D2M #8571

merged 48 commits into from Jul 1, 2022

Commits on Jun 17, 2022

  1. Copy the full SHA
    cf93395 View commit details
    Browse the repository at this point in the history
  2. fix(components): [tabs] fix change acitve cannot scroll in view (#8332)

    fix change active cannot scroll in view
    
    closed #8114
    xiahouwei committed Jun 17, 2022
    Copy the full SHA
    1299d4a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4ac10cf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Copy the full SHA
    10cad1d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8522651 View commit details
    Browse the repository at this point in the history
  3. fix(components): [select] collapse-tags-tooltip drop first item (#8344)

    * fix(components): [select] collapse-tag-tooltip drop first item
    
    * fix(components): [select] collapse-tags-tooltip drop first item test
    chenxch committed Jun 18, 2022
    Copy the full SHA
    d536b7c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. fix(components): [message-box] the focus error when used ElMessageBox (

    …#8336)
    
    * fix: issue #8292 MessageBox Customization error focus
    
    * perf: boxType exclude prompt
    LinZhanMing committed Jun 19, 2022
    Copy the full SHA
    9da7564 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc230e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Copy the full SHA
    40fa4a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Copy the full SHA
    3db3d62 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    786360b View commit details
    Browse the repository at this point in the history
  3. fix(components): [tooltip] not disappear when <keep-alive> change (#8301

    )
    
    el-tooltip does not disappear when the reference element is in <keep-alive>
    
    closed #8287
    BRSunnySunCo committed Jun 21, 2022
    Copy the full SHA
    f582165 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1239692 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ecadb2f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b2ad0e8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    518db1e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ed174ff View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Copy the full SHA
    7097940 View commit details
    Browse the repository at this point in the history
  2. fix(components): [space] missing empty string size (#8039)

    Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
    HeftyKoo and sxzz committed Jun 22, 2022
    Copy the full SHA
    8f0341b View commit details
    Browse the repository at this point in the history
  3. fix(components): [message]: offset (#8379)

    * fix(components): [message]: offset
    
    closes #7217, #8368
    sxzz committed Jun 22, 2022
    Copy the full SHA
    37ed7a1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    63847a9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f2e48c1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    29fd3eb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    65d198f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2b71f2c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 24, 2022

  1. refactor(components): [popconfirm] changed button type (#8436)

    * refactor(components): [popconfirm] changed button type
    
    * docs: changes to attribute kebab case, add accepted values ​
    
    * fix: remove del tag
    
    * fix: remove del tag
    ryuhangyeong committed Jun 24, 2022
    Copy the full SHA
    c6b43df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    49bc137 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4abd29c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    272c2e6 View commit details
    Browse the repository at this point in the history
  5. fix(components): [select-v2] fix select-v2 dropdown width (#8442)

    Co-authored-by: qinzz <qinzz@chint.com>
    Cheerwhy and qinzz committed Jun 24, 2022
    Copy the full SHA
    5383ef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. fix(components): [popover] fix dark mode background color (#8133)

    * fix(components): [popover] fix dark mode background color
    
    * chore: improve code
    holazz committed Jun 25, 2022
    Copy the full SHA
    5c0e1b9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a927718 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    db766ac View commit details
    Browse the repository at this point in the history
  4. feat(components): [message-box] add autofocus attribute (#8445)

    * feat(components): [message-box] add autofocus attribute
    
    * fix: autofocus to be true by default
    
    * docs: message-box autofocus default value
    
    * chore: remove useless comment
    
    * fix: focusStartRef value el
    YunYouJun committed Jun 25, 2022
    Copy the full SHA
    5d88f62 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Copy the full SHA
    9c154e9 View commit details
    Browse the repository at this point in the history
  2. feat(components): [autocomplete] expose blur event (#8364)

    * feat(components): [autocomplete] expose blur event
    
    * docs(components): [autocomplete] update
    tolking committed Jun 27, 2022
    Copy the full SHA
    598f3ab View commit details
    Browse the repository at this point in the history
  3. refactor(components): [transfer] switch to script-setup syntax (#8343)

    * refactor(components): [transfer] switch to script-setup syntax
    
    * chore: improve code
    
    * chore: improve type
    
    * fix: lost reactivity
    
    * chore: fix data error
    
    * chore: simplify code
    holazz committed Jun 27, 2022
    Copy the full SHA
    a894fbf View commit details
    Browse the repository at this point in the history
  4. chore(deps): update all non-major dependencies (#8484)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Jun 27, 2022
    Copy the full SHA
    ca56e64 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency puppeteer to v15 (#8485)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Jun 27, 2022
    Copy the full SHA
    3678a66 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Copy the full SHA
    e0e86a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ecc8003 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    920f1fc View commit details
    Browse the repository at this point in the history
  4. fix(components): [radio] Divide attrs into label and input (#8476)

    * fix(components): [radio] the id attribute acts on the input
    
    * fix(components): [radio] labelAttrs save listeners
    
    * fix(components): [radio] the id attribute acts on the input
    chenxch committed Jun 28, 2022
    Copy the full SHA
    2d8a9e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Copy the full SHA
    08e0204 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Copy the full SHA
    dc5ea23 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    77fa19b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Copy the full SHA
    3a436a0 View commit details
    Browse the repository at this point in the history