Skip to content

v0.6.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@Chaptykov Chaptykov released this 26 May 16:17
· 11956 commits to master since this 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