Commit Graph

7 Commits

Author SHA1 Message Date
jeremywu
cc8f825715
fix(dialog): fix/dialog-close-event (#1164)
* fix(dialog): fix/dialog-close-event

- Dialog now emits close event correctly

* fix overlay render error
2020-12-31 14:33:17 +08:00
jeremywu
9e3352c1fc
fix(dialog): fix/dialog-header-slot (#997)
- Rename the slot name from 'header' to title
2020-12-15 11:58:24 +08:00
jeremywu
9ad78debcf
fix(drawer): fix drawer implementation with hook (#817)
* fix(drawer): fix drawer implementation with hook

* fix(drawer): fix drawer implementation

- Make drawer implementation as the same as dialog

* chore(drawer): documentation updates
2020-12-07 00:13:05 +08:00
SuMingJiong
8718f2bb6e
fix(dialog): fix show-close is invalid (#773)
- Fix `show-close` flag cannot control the close button's visibility close #771
2020-12-02 17:14:10 +08:00
jeremywu
5bd50ac16e
fix(dialog): fix dialog not updating slots issue (#686)
- Remake dialog with templates instead of render function
2020-11-24 23:06:26 +08:00
jeremywu
8e95db293c
fix(popper): remove clickouside listener when manual enabled (#450) 2020-10-22 14:00:33 +08:00
jeremywu
ef92b6c11c
### feat: add dialog (#197)
* Add overlay component; Dialog component almost done

* feat(dialog): add use-lockscreen

* feat(dialog): coding completed awaiting tests

* feat(dialog): finish writing test cases

* fix test failures

* Address PR comments

* fallback some changes
2020-09-09 21:18:08 +08:00