Pārlūkot izejas kodu

chore: v2.15.9-rc

zhangyuhan 2 gadi atpakaļ
vecāks
revīzija
50e0d9a206
3 mainītis faili ar 10 papildinājumiem un 4 dzēšanām
  1. 7 1
      README.md
  2. 2 2
      package.json
  3. 1 1
      src/index.js

+ 7 - 1
README.md

@@ -36,9 +36,15 @@
   </a>
 </p>
 
+> @2.15.9-rc 剑鱼内网版本 element-ui
+Q:有什么不同?
+A: 因为当前2.x版本已经不是主要维护版本,pr的响应和合并不可预知,因此采用内网版本。
+  1. node-sass 替换为 sass
+  2. shadow dom scrollTop等属性获取兼容
+  2. popover、date-picker 系列组件的 shadow dom 事件兼容
 > A Vue.js 2.0 UI Toolkit for Web.
 
-Element will stay with Vue 2.x 
+Element will stay with Vue 2.x
 
 For Vue 3.0, we recommend using [Element Plus](https://github.com/element-plus/element-plus) from the same team (Element Plus is a community develop project)
 

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "element-ui",
-  "version": "2.15.9",
+  "version": "2.15.9-rc",
   "description": "A Component Library for Vue.js.",
   "main": "lib/element-ui.common.js",
   "files": [
@@ -11,7 +11,7 @@
   ],
   "typings": "types/index.d.ts",
   "scripts": {
-    "bootstrap": "yarn || npm i",
+    "bootstrap": "yarn",
     "build:file": "node build/bin/iconInit.js & node build/bin/build-entry.js & node build/bin/i18n.js & node build/bin/version.js",
     "build:theme": "node build/bin/gen-cssfile && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk",
     "build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js",

+ 1 - 1
src/index.js

@@ -210,7 +210,7 @@ if (typeof window !== 'undefined' && window.Vue) {
 }
 
 export default {
-  version: '2.15.9',
+  version: '2.15.9-rc',
   locale: locale.use,
   i18n: locale.i18n,
   install,