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

Element 2.0.0-alpha.1 released 🎉 #7305

Closed
Leopoldthecoder opened this issue Sep 30, 2017 · 13 comments
Closed

Element 2.0.0-alpha.1 released 🎉 #7305

Leopoldthecoder opened this issue Sep 30, 2017 · 13 comments

Comments

@Leopoldthecoder
Copy link
Contributor

Leopoldthecoder commented Sep 30, 2017

Changelog

https://github.com/ElemeFE/element/releases/tag/v2.0.0-alpha.1

Documentation

http://element.eleme.io/2.0/#/en-US/component/installation

Installation

npm install element-ui@next
import Vue from 'vue'
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'

Vue.use(Element)

Tips

theme-chalk is included in 2.0.0-alpha.1, feel free to try it out. It is not recommended to use this version in production though, because it's still in alpha stage.

Some components (e.g. Table) are still being upgraded, and we'll ship them in future releases. Thank you for your patience.

Migration

If you wish to migrate from 1.4 to 2.0.0-alpha.1, please refer to the 'Breaking changes' section in changelog. When the final 2.0.0 version is released, we hope to be able to provide a migration tool for your convenience (fingers crossed).

@Leopoldthecoder Leopoldthecoder changed the title Placeholder en Element 2.0.0-alpha.1 released Sep 30, 2017
@ghost
Copy link

ghost commented Sep 30, 2017

thanks for the awesome work, please can you tell me how to migrate from version 1.4 to 2

@Leopoldthecoder
Copy link
Contributor Author

@wvllvw Updated.

@ghost
Copy link

ghost commented Sep 30, 2017

@Leopoldthecoder thank you brother, You're doing a great job.
my question isn't clear what I mean is updating Element in webpack

@Leopoldthecoder
Copy link
Contributor Author

@wvllvw Basically you don't need to change anything in webpack config. Just uninstall 1.4 and install 2.0.0-alpha.1 (remember the next tag), and import theme-chalk instead of theme-default.

@takelushi
Copy link

Nice work!!!

@Leopoldthecoder Leopoldthecoder changed the title Element 2.0.0-alpha.1 released Element 2.0.0-alpha.1 released 🎉 Oct 1, 2017
@zzzgit
Copy link

zzzgit commented Oct 2, 2017

validation related functionalities are still not good enough,async-validation should be gave up

@chrisbbreuer
Copy link

chrisbbreuer commented Oct 3, 2017

I am experiencing what seems like styling issues when pulling in only npm i element-datepicker -S and then importing the styles obviously import 'element-ui/lib/theme-chalk/index.css'.

Can anyone confirm datepicker is not working by itself with 2.0 alpha?

Other than that, it's awesome!!

@doramart
Copy link

doramart commented Oct 3, 2017

2.0单独引用 input 会报下面的错
`
[Vue warn]: Injection "elFormItem" not found

found in

--->

`
on-icon-click 属性失效
另外,单独引用下拉菜单也会报错。

@Leopoldthecoder
Copy link
Contributor Author

Leopoldthecoder commented Oct 4, 2017

@doramart

@Leopoldthecoder
Copy link
Contributor Author

@Chinese1904 We haven't updated the standalone packages. We'll do that when we come to the final release of 2.0.0.

@doramart
Copy link

doramart commented Oct 5, 2017

image

message弹窗报错

@santiblanko
Copy link

Also in cards

@chrisbbreuer
Copy link

@Leopoldthecoder quick question, it seems like standalone packages have not been updated yet. Any eta on those? Thanks so much!

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

No branches or pull requests

6 participants