Commit graph

1641 commits

Author SHA1 Message Date
Aresn
45f6973593 Merge pull request #2013 from BerlinChan/2.0
Remove unused and typo cursor style in ColorPicker
2017-10-08 23:46:05 -05:00
Aresn
a50c02726f Merge pull request #2027 from SergioCrisostomo/fix-precision
Check if isNaN so we don't ignore value of zero
2017-10-08 22:16:01 -05:00
Aresn
4b47f02693 Merge pull request #2029 from SergioCrisostomo/resuse-pr1281
Re-use pr1281
2017-10-08 22:07:28 -05:00
Aresn
ea89b2dfa3 Merge pull request #2046 from lison16/2.0
update badge
2017-10-08 21:58:53 -05:00
Aresn
8394211179 Merge pull request #2047 from iview/pr/2036
Pr/2036
2017-10-08 21:54:12 -05:00
梁灏
02bf8fab66 simplify 2017-10-09 10:48:48 +08:00
Lison
9f97a0d11e update tag 2017-10-09 10:35:47 +08:00
Aresn
9707bac7f3 Merge pull request #2038 from SergioCrisostomo/dry-message-and-add-tests
DRY message/index.js and add unit tests
2017-10-08 21:31:19 -05:00
Lison
f575eca7e2 update badge.vue 2017-10-09 10:28:37 +08:00
Lison
647ae4fa96 update component badge
Resolved the bug of badge when setted 'dot' attribute, the dot does not hide after setting ': count = "0" '  (the type of 0 is number not string)
2017-10-07 17:41:37 +08:00
Sergio Crisostomo
23e20abf6c DRY message/index.js and add unit tests 2017-10-01 00:09:44 +02:00
Sergio Crisostomo
4991f4ecac Use jsFiddle as fiddle 2017-09-30 15:14:17 +02:00
吕庆安
4109caadd8 Update form-item.vue
修正`FormItem`使用`:error`动态设置错误信息后,`validateState`的值`error`永远无法清空的BUG
2017-09-30 03:40:21 -05:00
Sergio Crisostomo
4a7f28fd64 eslint and replace "var" with "const" 2017-09-29 09:45:50 +02:00
huixisheng
0a0971da1d use gzip 2017-09-29 09:43:08 +02:00
Sergio Crisostomo
815f835479 Check if isNaN so we don't ignore value of zero 2017-09-29 08:43:33 +02:00
Aresn
4ef54c6ea9 Merge pull request #2010 from SergioCrisostomo/contribute
README update suggestions
2017-09-28 01:58:10 -05:00
Haven
0c0683e4e3 feat(form) : support promise for validate method #1857 2017-09-28 00:40:16 -05:00
Berlin Chan
06bfc04027 Remove unused and typo cursor style in ColorPicker 2017-09-28 10:20:42 +08:00
Sergio Crisostomo
fa5ea60b97 Use no version in source js|css files. Add some more functionality. 2017-09-27 19:51:18 +02:00
Sergio Crisostomo
1d5e9fc339 README updates 2017-09-27 17:42:51 +02:00
Sergio Crisostomo
be01f0b4bb New component: Scroll 2017-09-27 14:46:42 +02:00
Aresn
d9e0bcc987 Merge pull request #2000 from SergioCrisostomo/datepicker-refactor
refactor and reduce code logic
2017-09-27 02:20:40 -05:00
Aresn
5bd5dd5918 Merge pull request #2002 from SergioCrisostomo/avoid-throw-if-wrong-input
Return empty string if the date input doesn't parse
2017-09-27 02:10:38 -05:00
Aresn
1d8334dd3e Merge pull request #1999 from SergioCrisostomo/remove-array-find
remove Array.find to make IE11 happy
2017-09-27 02:04:55 -05:00
Aresn
402dbd315f Merge pull request #1997 from SergioCrisostomo/add-week-start-locale
Add week start (locale setting)
2017-09-27 02:02:20 -05:00
Aresn
3ecbf20343 Update en-US.js
It's better to be empty here
2017-09-27 02:01:14 -05:00
Aresn
19b61e0adb Merge pull request #1994 from SergioCrisostomo/fix-nuxified-dates
force string dates parse
2017-09-27 01:48:33 -05:00
Sergio Crisostomo
77883b8c69 Return empty string if the date input doesn't parse 2017-09-27 08:42:28 +02:00
Sergio Crisostomo
0916642089 add weekStartDay logic to date-table 2017-09-27 07:35:30 +02:00
Sergio Crisostomo
8930367486 add weekStartDay to Locale files 2017-09-27 07:34:26 +02:00
Sergio Crisostomo
d5e4481451 remove Array.find to make IE11 happy 2017-09-27 07:09:13 +02:00
Sergio Crisostomo
e9c0d04760 refactor and reduce code logic 2017-09-26 16:57:01 +02:00
Sergio Crisostomo
b61002ba33 force string dates parse 2017-09-26 13:30:25 +02:00
梁灏
a65aef1a56 release 2.4.0 2017-09-25 09:21:31 +08:00
梁灏
cb2678c4b9 fix InputNumber bug in 2.4.0, and release 2.4.0-beta.3 2017-09-24 16:21:48 +08:00
梁灏
7fdad3a3ca update $Spin and release 2.4.0-beta.2 2017-09-24 15:36:14 +08:00
Aresn
a6bb1d9023 Merge pull request #1955 from chjtx/2.0
修复table里嵌套table报 Cannot read property 'width' of undefined"的错误
2017-09-24 14:59:28 +08:00
BarZu
a2968415bb Merge branch '2.0' of https://github.com/chjtx/iview into 2.0 2017-09-22 22:14:01 +08:00
BarZu
9ebeb99cd0 将childNodes改为children 2017-09-22 22:13:34 +08:00
BarZu
87bc6e08c5 354 line, change childNode to children
因childNode包括注释节点,所以改为children
2017-09-22 21:51:30 +08:00
梁灏
f7823bb0cb release 2.4.0-beta.1 2017-09-22 16:53:57 +08:00
梁灏
acb79ba30e fixed #433 2017-09-22 15:29:50 +08:00
BarZu
7449f269a6 修复table里嵌套table报 Cannot read property 'width' of undefined"的错误 2017-09-22 11:32:39 +08:00
zhigang.li
2c6c41be34 add event 'on-click' for Tag 2017-09-21 17:25:43 +08:00
梁灏
ca13135480 update Tag 2017-09-21 16:28:26 +08:00
Aresn
61cd2bf47a Merge pull request #1900 from lepture/patch-2
Patch fix on Avatar component
2017-09-21 16:15:08 +08:00
梁灏
d784733029 upgrade dependencies 2017-09-21 16:00:52 +08:00
Aresn
a4ab85ce7f Merge pull request #1941 from SergioCrisostomo/fix-npm-run-dev
upgrade dependencies
2017-09-21 15:48:07 +08:00
Aresn
6c1994c662 Merge pull request #1931 from SergioCrisostomo/fix-datepicker-blur
make picker close on blur
2017-09-21 15:09:32 +08:00