Things we changed
- #3837 Started rewriting everything in typescript. This should have no api impact
Things we added
- #3943 Added a basic type definition for a-la-carte components
Things we fixed
- 9f17663 Fixed vertical alignment of label in
v-overflow-btn
- f092c71 Fixed a regression where inputs wouldn't fill width in IE11
- e7ad8fe Fixed a regression where the
v-text-field
hint prop would not render HTML - #4025 Added back fake list virtualisation to
v-select
to improve performance with a large number of items - #4026 Fixed another missing icon definition
- #4029 Fixed a bug where inputs would not fill a
v-layout
any more - #4030 Added focus and blur methods back to
v-text-field
- #4033 Fixed a bug where clicking on the dropdown icon would not toggle a
v-select
- #4035 Fixed a bug where selection controls' internal inputs would still be visible in IE11