·
4672 commits
to next
since this release
0.44.2 (2019-03-26)
Bug Fixes
- ComboBoxOld: bring typings back (65d26cd)
- hint: add pin offset (9c68d44), closes #1265
- Input: fix input outlines in IE (2594500), closes #1197
- Popup: call
onOpen
prop in right moment for react@15 (07d98e7), closes #1257 - Tooltip: correct render invalid react element (d49b9fd)
- Tooltip: loosing focus on show/hide content (83b86f7)
Performance Improvements
- Popup: bind instead of field initializer (e1bfba1)
- Popup: do not renderContent if closed (49b03a6)
- Popup: less event subscriptions (eb30481)
- Popup: remove RenderLayer/onCloseRequest (1763036)
- RenderContainer: lazy domContainer (7a193fe)
- RenderLayer: bind instead of field initializer (a7a940b)
- RenderLayer: less event subscriptions (f095eca)
- Tooltip: bind instead of field initializer (e4a1ef5)
- Tooltip: skip RenderLayer if unneeded (9719e45)