jeremywu
|
913aaafabb
|
feat(hooks): add use-teleport hook (#2421)
* feat(hooks) add use-teleport hook
- Add teleport hook for teleported components
- Add teleport hooks hepler methods
- Add coresponding testing cases
* - add use teleport to the exporting entry
|
2021-07-03 19:04:03 +08:00 |
|
jeremywu
|
184af0b56f
|
fix(hooks): fix use-lock-screen hook (#1651)
- Fix when unmounting `use-lock-screen` could cleanup the side effects
|
2021-03-16 21:40:45 +08:00 |
|
jeremywu
|
30f1947c47
|
fix(overlay): Fix overlay event triggering issue (#1235)
|
2021-01-14 17:01:37 +08:00 |
|
Simona
|
536c43a571
|
fix(input): non-emit events such as keyup not work (#866)
* fix(input): non-emit events such as keyup not work
fix #837
* fix: remove debug code
* test(input): add test case
|
2020-12-07 13:21:23 +08:00 |
|
bastarder
|
e4bb9daf4f
|
fix(select): Fix select.focus is undefined bug (#862)
* fix(select): Fix select.focus is undefined bug
* fix(select): Add hook test
Co-authored-by: bastarder <jie.qian@blockheaders.com>
|
2020-12-07 11:29:08 +08:00 |
|
Simona
|
a2ad745293
|
refactor: optimize useAttrs signature (#864)
|
2020-12-07 10:57:48 +08:00 |
|
Simona
|
e1add47603
|
feat(hooks): add useAttrs hook (#317)
* feat(hooks): add useAttrs hook
* feat(hooks): undo binding class and style automatically
* test: remove unused import statement
|
2020-09-19 20:44:07 +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 |
|