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

Merged
merged 57 commits into from Sep 13, 2021
Merged

D2M #3386

merged 57 commits into from Sep 13, 2021

Conversation

iamkun
Copy link
Contributor

@iamkun iamkun commented Sep 13, 2021

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow Element's contributing guide English | (中文 | Español | Français).
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer to relative issues for your PR.

iamkun and others added 30 commits September 5, 2021 23:28
Co-authored-by: daiwanxing <wanxing.dai@coollu.com.cn>
* feat(components): [el-badge] apply color of type when isDot

* fix(components): [el-badge] change default type to danger
Co-authored-by: 徐志伟 <zwxu01@wisedu.com>
Co-authored-by: 徐志伟 <zwxu01@wisedu.com>
* improvement(project): add webpack-dev-server type

* fix(project): listen all hosts
* refactor(utils): refactor error

* refactor(utils): remove default export
…llback (#3294)

ensures the callback is always called
* refactor(utils): drop ie support

* fix(utils): remove unused
* feat(components): image-viewer component support slot

* feat(components): image-viewer component support named slot viewer

* feat(components): image-viewer component support named slot viewer
Co-authored-by: “Alanscut” <“wp_scut@163.com”>
xiaoxian521 and others added 25 commits September 12, 2021 18:32
* feat(components): calendar component header support slot

* feat(components): calendar component header support slot

* feat(components): calendar component header support slot
* feat(components): [el-input-number] add focus & blur methods

* fix(components): update focus

* docs: update input-number blur

* fix: remove useless code

* feat(components): use optional chaining
* feat(utils): add buildProp

* chore: disable eslint rule

* chore: typescript use strict

* refactor(components): refactor button

* feat: add comment for buildProp
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
* refactor(components): refactor dialog

* refactor: drawer for dialog
Co-authored-by: 徐志伟 <zwxu01@wisedu.com>
* feat(hooks): extracting size injection for form items

- Extract common code for form items
- Apply extracted code for el-button

* - Address import order

* Update packages/hooks/use-form-item/index.ts

Co-authored-by: 三咲智子 <sxzz@sxzz.moe>

* - Fix type annotation for fallbacks

* - Use MaybeRef to mark type of local fallbacks

Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
@element-bot
Copy link
Member

element-bot commented Sep 13, 2021

General Info

Current version: 1.1.0-beta.9
Current time: 2021-09-13T15:17:56+00:00


1.1.0-beta.10

2021-09-13

Features

Bug fixes

Refactors

@iamkun iamkun merged commit df6b479 into master Sep 13, 2021
@sxzz
Copy link
Collaborator

sxzz commented Sep 14, 2021

For users of this version, please refer to this issue if you encounter a lot of vueuse errors. (Webpack only)

Nuxt
// nuxt.config.js

module.exports = {
  build: {
    extend (config) {
      config.module.rules.push({
        test: /\.mjs$/,
        include: /node_modules/,
        type: "javascript/auto"
      })
    }
  }
}
Vue CLI
// vue.config.js

module.exports = {
  configureWebpack: {
    module: {
      rules: [{
        test: /\.mjs$/,
        include: /node_modules/,
        type: "javascript/auto"
      }]
    }
  }
}

vueuse/vueuse#718 (comment)
133131121-66d41a39-2539-457f-8103-c535001b43c0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet