v0.6.16
Pre-release
Pre-release
Features
- Add AlertInput component. Update styles of Alert for iOS.
- Add external types for Button component. Update styles of Button component.
- Add posibility to set tagName for FormLayout component. Initlal value is
form
. - Add animation for input underline on active for Android
- Add version of library to package. You can use it:
import * as UI from 'vkui';
console.log(UI.v); // 0.6.16
Bugfix
- Fix bug with blocking rerender of non-active panel.
- Fix panel transition for Android
- Fix change handler for Textarea component