Commit Graph

13 Commits (8bae5a79f9942965f2fcec7243e090669afab23f)

Author SHA1 Message Date
Leopoldthecoder bd616e37b6 Notification: fix style when message prop is omitted 2017-12-26 17:12:12 +08:00
maranran 363a80b184 Accessibility for Popover, Tooltip, Message & Notification (#8009)
* Accessibility for Tooltip & Popover

* Accessibility for message & notification

* fixbug for popover with nodeType
2017-11-09 11:21:20 +08:00
wayne fe15518f19 Carbon: new icons 2017-10-18 06:39:34 -05:00
Gabriel Oliveira 209c4f86af Notification: add showClose option (#6402)
* Adding showClose option on Notification

* Update notification.md
2017-09-25 23:15:58 -05:00
Leopoldthecoder c340ed13e4 Notification: add position 2017-08-05 16:38:07 +08:00
Alexandre Mouillard d51f08870d Notification: add onClick handler 2017-04-16 21:03:48 +08:00
qingwei.li 2719667fed Notification: supports VNode, #1885 2017-01-06 18:11:18 +08:00
杨奕 d7d8257516 Message & Notification: add iconClass and customClass, fixed #1664 (#1671) 2016-12-14 13:43:14 +08:00
杨奕 c08c6f1769 Notification/Message: return instance for manual close (#1033) 2016-11-13 20:03:17 +08:00
b1anker 13bfb39e9b Message, Notification: fix transitionend bug
问题描述:
如果我在组件中加入不同的transition或者transition: all
duration的形式,那么this.$el.addEventListener(‘transitioned’,
handeler)就会监听到多次事件,从而导致多次删除,因为节点已经从dom中删除,
所以最后报错:
’main.vue?8f52:44
Uncaught TypeError: Cannot read property 'removeChild' of null’。
解决办法:
就是在第一次监听到动画结束事件时,将监听器移除即可。
2016-11-03 15:36:57 +08:00
SkyAo 066c8f727f finish documents of basic & fix bug 2016-08-19 14:45:08 +08:00
Leopoldthecoder dcffbbbe0d update alert and notification 2016-08-11 10:40:34 +08:00
qingwei.li e320f43c2d Initial commit 2016-07-27 14:15:02 +08:00